Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
libotony committed Sep 14, 2023
1 parent 4fedb47 commit 9a427ac
Show file tree
Hide file tree
Showing 10 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 @@ -6,5 +6,5 @@
"packages/repl",
"packages/types"
],
"version": "2.0.14"
"version": "2.1.0"
}
2 changes: 1 addition & 1 deletion packages/connex/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/connex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/connex",
"version": "2.0.14",
"version": "2.1.0",
"description": "Standard interface to connect DApp with VeChain and user",
"main": "dist/connex.js",
"unpkg": "dist/connex.min.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"webpack-cli": "^4.1.0"
},
"dependencies": {
"@vechain/connex-driver": "^2.0.12",
"@vechain/connex-framework": "^2.0.12",
"@vechain/connex-driver": "^2.1.0",
"@vechain/connex-framework": "^2.1.0",
"randombytes": "^2.1.0",
"thor-devkit": "^2.0.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/driver/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/connex-driver",
"version": "2.0.12",
"version": "2.1.0",
"description": "Connex framework driver implementation",
"main": "dist/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -33,10 +33,10 @@
"devDependencies": {
"@types/lru-cache": "^5.1.0",
"@types/ws": "^6.0.1",
"@vechain/connex-framework": "^2.0.12"
"@vechain/connex-framework": "^2.1.0"
},
"dependencies": {
"@vechain/connex-types": "^2.0.12",
"@vechain/connex-types": "^2.1.0",
"axios": "^0.21.1",
"bignumber.js": "^7.2.1",
"isomorphic-ws": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/connex-framework",
"version": "2.0.12",
"version": "2.1.0",
"description": "A library implements VeChain Connex interface",
"main": "dist/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/vechain/connex/tree/master/packages/framework#readme",
"dependencies": {
"@vechain/connex-types": "^2.0.12",
"@vechain/connex-types": "^2.1.0",
"bignumber.js": "^7.2.1",
"thor-devkit": "^2.0.5",
"validator-ts": "^0.9.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/repl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/connex-repl",
"version": "2.0.12",
"version": "2.1.0",
"description": "",
"main": "dist/index.js",
"engines": {
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"homepage": "https://github.com/vechain/connex/tree/master/packages/repl#readme",
"dependencies": {
"@vechain/connex-driver": "^2.0.12",
"@vechain/connex-framework": "^2.0.12",
"@vechain/connex-driver": "^2.1.0",
"@vechain/connex-framework": "^2.1.0",
"bignumber.js": "^9.0.0",
"repl.history": "^0.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/connex-types",
"version": "2.0.12",
"version": "2.1.0",
"description": "Standard interface to connect DApp with VeChain and user",
"main": "",
"types": "index",
Expand Down

0 comments on commit 9a427ac

Please sign in to comment.