Skip to content

Commit

Permalink
v1.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwei43 committed Dec 17, 2023
1 parent a2af86f commit 89e8eb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"useNx": false,
"version": "1.0.30",
"version": "1.0.31",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/node-io-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-io-cli",
"version": "1.0.30",
"version": "1.0.31",
"description": "NodeJS IO Library",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"colors": "1.4.0",
"node-fetch": "^2.6.1",
"node-io-core": "^1.0.30",
"node-io-core": "^1.0.31",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node-io-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-io-core",
"version": "1.0.30",
"version": "1.0.31",
"description": "NodeJS IO Library",
"main": "dist/src/index.js",
"scripts": {
Expand Down

0 comments on commit 89e8eb7

Please sign in to comment.