Skip to content

Commit

Permalink
v9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Jan 31, 2024
1 parent 233e33a commit 1967cd4
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "9.0.1"
"version": "9.0.2"
}
4 changes: 2 additions & 2 deletions packages/cbor-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cbor-cli",
"version": "9.0.1",
"version": "9.0.2",
"description": "Command line tools to encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC8949).",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
"readmeFilename": "README.md",
"dependencies": {
"bignumber.js": "^9.1.1",
"cbor": "^9.0.1",
"cbor": "^9.0.2",
"cbor-bigdecimal": "^9.0.0",
"commander": "^10.0.1",
"json-text-sequence": "^1.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/cbor-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cbor-web",
"version": "9.0.1",
"version": "9.0.2",
"description": "",
"main": "dist/cbor.js",
"types": "./types/lib/cbor.d.ts",
Expand All @@ -21,7 +21,7 @@
"abort-controller": "3.0.0",
"base64-js": "^1.5.1",
"buffer": "^6.0.3",
"cbor": "^9.0.1",
"cbor": "^9.0.2",
"events": "^3.3.0",
"ieee754": "^1.2.1",
"inherits": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cbor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cbor",
"version": "9.0.1",
"version": "9.0.2",
"description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC8949).",
"main": "./lib/cbor.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/parcel-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parcel-demo",
"version": "9.0.1",
"version": "9.0.2",
"description": "",
"private": true,
"type": "module",
Expand All @@ -24,7 +24,7 @@
"@parcel/transformer-inline-string": "2.8.3",
"bignumber.js": "9.1.1",
"buffer": "5.5.0",
"cbor": "^9.0.1",
"cbor": "^9.0.2",
"cbor-bigdecimal": "^9.0.0",
"copyfiles": "^2.4.1",
"events": "3.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plain-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plain-demo",
"version": "9.0.1",
"version": "9.0.2",
"description": "A demo for cbor-web with no bundler",
"private": true,
"scripts": {
Expand All @@ -19,7 +19,7 @@
"bignumber.js": "^9.1.1",
"browser-resolve": "^2.0.0",
"cbor-bigdecimal": "^9.0.0",
"cbor-web": "^9.0.1",
"cbor-web": "^9.0.2",
"copyfiles": "^2.4.1",
"node-inspect-extracted": "^2.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-demo",
"version": "9.0.1",
"version": "9.0.2",
"description": "",
"private": true,
"scripts": {
Expand All @@ -22,7 +22,7 @@
"bignumber.js": "^9.1.1",
"buffer": "^6.0.3",
"cbor-bigdecimal": "^9.0.0",
"cbor-web": "^9.0.1",
"cbor-web": "^9.0.2",
"copyfiles": "^2.4.1",
"css-loader": "^6.7.3",
"events": "^3.3.0",
Expand Down

0 comments on commit 1967cd4

Please sign in to comment.