File tree Expand file tree Collapse file tree 11 files changed +21
-21
lines changed Expand file tree Collapse file tree 11 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 22 "name" : " cbor-monorepo" ,
33 "private" : true ,
44 "main" : " ./packages/cbor/lib/cbor.js" ,
5- "version" : " 10.0.6 " ,
5+ "version" : " 10.0.7 " ,
66 "author" : {
77 "name" : " Joe Hildebrand" ,
88
Original file line number Diff line number Diff line change 11{
22 "name" : " browserify-demo" ,
3- "version" : " 10.0.6 " ,
3+ "version" : " 10.0.7 " ,
44 "description" : " " ,
55 "private" : true ,
66 "scripts" : {
2121 "@babel/core" : " ^7.27.7" ,
2222 "babelify" : " ^10.0.0" ,
2323 "browserify" : " ^17.0.1" ,
24- "cbor-bigdecimal" : " 10.0.6 " ,
24+ "cbor-bigdecimal" : " 10.0.7 " ,
2525 "copyfiles" : " ^2.4.1" ,
2626 "node-inspect-extracted" : " *" ,
2727 "rimraf" : " 5.0.10" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " cbor-bigdecimal" ,
3- "version" : " 10.0.6 " ,
3+ "version" : " 10.0.7 " ,
44 "description" : " Plugin for node-cbor to add BigDecimal and BigFloat support. Requires bignumber.js" ,
55 "browser" : " dist/cbor-bigdecimal.js" ,
66 "main" : " ./bigdecimal.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " cbor-cli" ,
3- "version" : " 10.0.6 " ,
3+ "version" : " 10.0.7 " ,
44 "description" : " Command line tools to encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC8949)." ,
55 "repository" : {
66 "type" : " git" ,
5252 "readmeFilename" : " README.md" ,
5353 "dependencies" : {
5454 "bignumber.js" : " ^9.3.0" ,
55- "cbor" : " 10.0.6 " ,
56- "cbor-bigdecimal" : " 10.0.6 " ,
55+ "cbor" : " 10.0.7 " ,
56+ "cbor-bigdecimal" : " 10.0.7 " ,
5757 "commander" : " ^14.0.0" ,
5858 "json-text-sequence" : " 1.0.1"
5959 },
Original file line number Diff line number Diff line change 11{
22 "name" : " cbor-rn-prereqs" ,
3- "version" : " 10.0.6 " ,
3+ "version" : " 10.0.7 " ,
44 "description" : " React Native pre-requisites for cbor" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " cbor-web" ,
3- "version" : " 10.0.6 " ,
3+ "version" : " 10.0.7 " ,
44 "description" : " " ,
55 "main" : " dist/cbor.js" ,
66 "types" : " ./types/lib/cbor.d.ts" ,
2121 "abort-controller" : " 3.0.0" ,
2222 "base64-js" : " ^1.5.1" ,
2323 "buffer" : " ^6.0.3" ,
24- "cbor" : " 10.0.6 " ,
24+ "cbor" : " 10.0.7 " ,
2525 "events" : " ^3.3.0" ,
2626 "ieee754" : " ^1.2.1" ,
2727 "inherits" : " ^2.0.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " cbor" ,
3- "version" : " 10.0.6 " ,
3+ "version" : " 10.0.7 " ,
44 "description" : " Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC8949)." ,
55 "main" : " ./lib/cbor.js" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " parcel-demo" ,
3- "version" : " 10.0.6 " ,
3+ "version" : " 10.0.7 " ,
44 "description" : " " ,
55 "private" : true ,
66 "type" : " module" ,
2424 "@parcel/transformer-inline-string" : " 2.15.4" ,
2525 "bignumber.js" : " 9.3.0" ,
2626 "buffer" : " 6.0.3" ,
27- "cbor" : " 10.0.6 " ,
28- "cbor-bigdecimal" : " 10.0.6 " ,
27+ "cbor" : " 10.0.7 " ,
28+ "cbor-bigdecimal" : " 10.0.7 " ,
2929 "copyfiles" : " ^2.4.1" ,
3030 "events" : " 3.3.0" ,
3131 "node-inspect-extracted" : " ^3.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " plain-demo" ,
3- "version" : " 10.0.6 " ,
3+ "version" : " 10.0.7 " ,
44 "description" : " A demo for cbor-web with no bundler" ,
55 "private" : true ,
66 "scripts" : {
1818 "devDependencies" : {
1919 "bignumber.js" : " ^9.3.0" ,
2020 "browser-resolve" : " ^2.0.0" ,
21- "cbor-bigdecimal" : " 10.0.6 " ,
22- "cbor-web" : " 10.0.6 " ,
21+ "cbor-bigdecimal" : " 10.0.7 " ,
22+ "cbor-web" : " 10.0.7 " ,
2323 "copyfiles" : " ^2.4.1" ,
2424 "node-inspect-extracted" : " ^3.1.0"
2525 },
Original file line number Diff line number Diff line change 11{
22 "name" : " puppeteer-demo" ,
3- "version" : " 10.0.6 " ,
3+ "version" : " 10.0.7 " ,
44 "description" : " Run all web demos in puppeteer" ,
55 "main" : " index.js" ,
66 "private" : true ,
You can’t perform that action at this time.
0 commit comments