Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Feb 10, 2021
1 parent 2ca8eae commit 033a5d3
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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": "6.0.1"
"version": "7.0.0"
}
2 changes: 1 addition & 1 deletion packages/browserify-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browserify-demo",
"version": "1.0.0",
"version": "7.0.0",
"description": "",
"private": "true",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cbor-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cbor-cli",
"version": "6.0.1",
"version": "7.0.0",
"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 @@ -40,16 +40,16 @@
"email": "joe-github@cursive.net"
},
"devDependencies": {
"marked-man": "^0.7.0",
"marked": "^0.7.0",
"marked-man": "^0.7.0",
"mock-stdio": "^1.0.3",
"nofilter": "^2.0.0"
},
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"bignumber.js": "^9.0.1",
"cbor": "^6.0.1",
"cbor": "^7.0.0",
"commander": "^7.0.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": "6.0.1",
"version": "7.0.0",
"description": "",
"main": "dist/cbor.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"buffer": "^6.0.3",
"cbor": "*",
"cbor": "^7.0.0",
"node-inspect-extracted": "^1.0.3",
"nofilter": "^2.0.0",
"process": "^0.11.10",
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": "6.0.1",
"version": "7.0.0",
"description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).",
"main": "./lib/cbor.js",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/parcel-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parcel-demo",
"version": "1.0.0",
"version": "7.0.0",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -14,9 +14,9 @@
"author": "Joe Hildebrand <joe-github@cursive.net>",
"license": "MIT",
"devDependencies": {
"cbor-web": "*",
"node-inspect-extracted": "*",
"cbor-web": "^7.0.0",
"cssnano": "^4.1.10",
"node-inspect-extracted": "*",
"parcel-bundler": "^1.12.4",
"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": "6.0.1",
"version": "7.0.0",
"description": "A demo for cbor-web with no bundler",
"private": true,
"scripts": {
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"bignumber.js": "^9.0.1",
"cbor-web": "*",
"cbor-web": "^7.0.0",
"node-inspect-extracted": "^1.0.3"
}
}
8 changes: 4 additions & 4 deletions packages/webpack-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-demo",
"version": "6.0.1",
"version": "7.0.0",
"description": "",
"private": true,
"scripts": {
Expand All @@ -13,12 +13,12 @@
"license": "MIT",
"devDependencies": {
"bignumber.js": "^9.0.1",
"cbor-web": "*",
"cbor-web": "^7.0.0",
"css-loader": "^5.0.2",
"html-webpack-plugin": "^5.0.0",
"node-inspect-extracted": "*",
"style-loader": "^2.0.0",
"webpack-cli": "^4.5.0",
"webpack": "^5.21.2"
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0"
}
}

0 comments on commit 033a5d3

Please sign in to comment.