Skip to content

Commit

Permalink
v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Feb 22, 2021
1 parent f32a49f commit 119733b
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": "7.0.1"
"version": "7.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": "7.0.1",
"version": "7.0.2",
"description": "Command line tools to encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"readmeFilename": "README.md",
"dependencies": {
"bignumber.js": "^9.0.1",
"cbor": "^7.0.1",
"cbor": "^7.0.2",
"commander": "^7.1.0",
"json-text-sequence": "^0.2.0"
},
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": "7.0.1",
"version": "7.0.2",
"description": "",
"main": "dist/cbor.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"base64-js": "^1.5.1",
"buffer": "^6.0.3",
"cbor": "^7.0.1",
"cbor": "^7.0.2",
"events": "^3.2.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": "7.0.1",
"version": "7.0.2",
"description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).",
"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": "7.0.1",
"version": "7.0.2",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"buffer": "^6.0.3",
"cbor-web": "^7.0.1",
"cbor-web": "^7.0.2",
"cssnano": "^4.1.10",
"node-inspect-extracted": "*",
"regenerator-runtime": "^0.13.7"
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": "7.0.1",
"version": "7.0.2",
"description": "A demo for cbor-web with no bundler",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
},
"devDependencies": {
"bignumber.js": "^9.0.1",
"cbor-web": "^7.0.1",
"cbor-web": "^7.0.2",
"node-inspect-extracted": "^1.0.3"
}
}
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": "7.0.1",
"version": "7.0.2",
"description": "",
"private": true,
"scripts": {
Expand All @@ -20,7 +20,7 @@
"base64-js": "^1.5.1",
"bignumber.js": "^9.0.1",
"buffer": "*",
"cbor-web": "^7.0.1",
"cbor-web": "^7.0.2",
"css-loader": "^5.0.2",
"events": "^3.2.0",
"html-webpack-plugin": "^5.1.0",
Expand Down

0 comments on commit 119733b

Please sign in to comment.