Skip to content

Commit

Permalink
0.12.2 (#781)
Browse files Browse the repository at this point in the history
* upgrade pjs api

* v0.12.2
  • Loading branch information
qiweiii authored Jun 12, 2024
1 parent f7e460a commit 6bc5f0a
Show file tree
Hide file tree
Showing 8 changed files with 187 additions and 348 deletions.
2 changes: 1 addition & 1 deletion executor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@acala-network/chopsticks-executor",
"description": "Chopsticks executor",
"version": "0.12.1-2",
"version": "0.12.2",
"license": "Apache-2.0",
"type": "module",
"repository": {
Expand Down
12 changes: 6 additions & 6 deletions packages/chopsticks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks",
"version": "0.12.1-2",
"version": "0.12.2",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"bin": "./chopsticks.cjs",
Expand All @@ -17,10 +17,10 @@
"@acala-network/chopsticks-core": "workspace:*",
"@acala-network/chopsticks-db": "workspace:*",
"@pnpm/npm-conf": "^2.2.2",
"@polkadot/api": "^10.11.2",
"@polkadot/api-augment": "^10.11.2",
"@polkadot/rpc-provider": "^10.11.2",
"@polkadot/types": "^10.11.2",
"@polkadot/api": "^11.2.1",
"@polkadot/api-augment": "^11.2.1",
"@polkadot/rpc-provider": "^11.2.1",
"@polkadot/types": "^11.2.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"axios": "^1.6.8",
Expand Down Expand Up @@ -74,4 +74,4 @@
"default": "./dist/esm/utils/*.js"
}
}
}
}
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-core",
"version": "0.12.1-2",
"version": "0.12.2",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"type": "module",
Expand All @@ -14,10 +14,10 @@
},
"dependencies": {
"@acala-network/chopsticks-executor": "workspace:*",
"@polkadot/rpc-provider": "^10.11.2",
"@polkadot/types": "^10.11.2",
"@polkadot/types-codec": "^10.11.2",
"@polkadot/types-known": "^10.11.2",
"@polkadot/rpc-provider": "^11.2.1",
"@polkadot/types": "^11.2.1",
"@polkadot/types-codec": "^11.2.1",
"@polkadot/types-known": "^11.2.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"comlink": "^4.4.1",
Expand Down Expand Up @@ -58,4 +58,4 @@
"./dist/cjs/wasm-executor/node-worker.js": "./dist/cjs/wasm-executor/browser-worker.js",
"./dist/esm/wasm-executor/node-worker.js": "./dist/esm/wasm-executor/browser-worker.js"
}
}
}
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-db",
"version": "0.12.1-2",
"version": "0.12.2",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"type": "module",
Expand Down Expand Up @@ -41,4 +41,4 @@
"default": "./dist/esm/*.js"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@acala-network/chopsticks": "workspace:*",
"@acala-network/chopsticks-testing": "workspace:*",
"@polkadot/api": "^10.11.2",
"@polkadot/api": "^11.2.1",
"typescript": "^5.3.3",
"vitest": "^1.4.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-testing",
"version": "0.12.1-2",
"version": "0.12.2",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"type": "module",
Expand All @@ -13,8 +13,8 @@
},
"dependencies": {
"@acala-network/chopsticks-utils": "workspace:*",
"@polkadot/api": "^10.11.2",
"@polkadot/types": "^10.11.2"
"@polkadot/api": "^11.2.1",
"@polkadot/types": "^11.2.1"
},
"devDependencies": {
"@swc/cli": "0.1.65",
Expand All @@ -39,4 +39,4 @@
"default": "./dist/esm/*.js"
}
}
}
}
10 changes: 5 additions & 5 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-utils",
"version": "0.12.1-2",
"version": "0.12.2",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"type": "module",
Expand All @@ -13,10 +13,10 @@
},
"dependencies": {
"@acala-network/chopsticks": "workspace:*",
"@polkadot/api": "^10.11.2",
"@polkadot/api-base": "^10.11.2",
"@polkadot/api": "^11.2.1",
"@polkadot/api-base": "^11.2.1",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.11.2",
"@polkadot/types": "^11.2.1",
"@polkadot/util": "^12.6.2"
},
"devDependencies": {
Expand All @@ -42,4 +42,4 @@
"default": "./dist/esm/*.js"
}
}
}
}
Loading

0 comments on commit 6bc5f0a

Please sign in to comment.