-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f661905
commit d395b99
Showing
21 changed files
with
796 additions
and
768 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
324 changes: 162 additions & 162 deletions
324
.yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.1.1.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "chopsticks-monorepo", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"private": true, | ||
"type": "module", | ||
"workspaces": [ | ||
|
@@ -43,28 +43,28 @@ | |
"*.{js,ts,css,md}": "prettier --write" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "^1.3.105", | ||
"@swc/core": "^1.4.8", | ||
"@types/node": "^20.11.5", | ||
"@types/prettier": "^3.0.0", | ||
"@typescript-eslint/eslint-plugin": "^6.19.1", | ||
"@typescript-eslint/parser": "^6.19.1", | ||
"@vitest/coverage-v8": "^1.2.1", | ||
"@vitest/ui": "^1.2.1", | ||
"eslint": "^8.56.0", | ||
"@typescript-eslint/eslint-plugin": "^7.3.1", | ||
"@typescript-eslint/parser": "^7.3.1", | ||
"@vitest/coverage-v8": "^1.4.0", | ||
"@vitest/ui": "^1.4.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0", | ||
"husky": "^8.0.3", | ||
"prettier": "^3.2.4", | ||
"prettier": "^3.2.5", | ||
"ts-node": "^10.9.2", | ||
"typedoc": "^0.25.7", | ||
"typedoc": "^0.25.12", | ||
"typedoc-plugin-markdown": "^3.17.1", | ||
"typescript": "^5.3.3", | ||
"unplugin-swc": "^1.4.4", | ||
"vite-tsconfig-paths": "^4.3.1", | ||
"vitepress": "^1.0.0-rc.44", | ||
"vitest": "^1.2.1", | ||
"vite-tsconfig-paths": "^4.3.2", | ||
"vitepress": "^1.0.1", | ||
"vitest": "^1.4.0", | ||
"wasm-pack": "^0.12.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/chopsticks", | ||
"version": "0.9.10", | ||
"version": "0.9.11-1", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
"bin": "./chopsticks.cjs", | ||
|
@@ -20,8 +20,8 @@ | |
"@polkadot/types": "^10.11.2", | ||
"@polkadot/util": "^12.6.2", | ||
"@polkadot/util-crypto": "^12.6.2", | ||
"axios": "^1.6.5", | ||
"dotenv": "^16.4.0", | ||
"axios": "^1.6.8", | ||
"dotenv": "^16.4.5", | ||
"global-agent": "^3.0.0", | ||
"js-yaml": "^4.1.0", | ||
"jsondiffpatch": "^0.5.0", | ||
|
@@ -32,15 +32,15 @@ | |
}, | ||
"devDependencies": { | ||
"@swc/cli": "0.1.65", | ||
"@swc/core": "^1.3.105", | ||
"@swc/core": "^1.4.8", | ||
"@types/global-agent": "^2.1.3", | ||
"@types/js-yaml": "^4.0.9", | ||
"@types/lodash": "^4.14.202", | ||
"@types/lodash": "^4.17.0", | ||
"@types/node": "^20.11.5", | ||
"@types/ws": "^8.5.10", | ||
"@types/yargs": "^17.0.32", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.2.1" | ||
"vitest": "^1.4.0" | ||
}, | ||
"files": [ | ||
"dist/esm/**", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/chopsticks-core", | ||
"version": "0.9.10", | ||
"version": "0.9.11-1", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
|
@@ -22,18 +22,18 @@ | |
"comlink": "^4.4.1", | ||
"eventemitter3": "^5.0.1", | ||
"lodash": "^4.17.21", | ||
"lru-cache": "^10.1.0", | ||
"pino": "^8.17.2", | ||
"pino-pretty": "^10.3.1", | ||
"lru-cache": "^10.2.0", | ||
"pino": "^8.19.0", | ||
"pino-pretty": "^11.0.0", | ||
"rxjs": "^7.8.1", | ||
"zod": "^3.22.4" | ||
}, | ||
"devDependencies": { | ||
"@swc/cli": "0.1.65", | ||
"@swc/core": "^1.3.105", | ||
"@types/lodash": "^4.14.202", | ||
"@swc/core": "^1.4.8", | ||
"@types/lodash": "^4.17.0", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.2.1" | ||
"vitest": "^1.4.0" | ||
}, | ||
"files": [ | ||
"dist/esm/**", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/chopsticks-db", | ||
"version": "0.9.10", | ||
"version": "0.9.11-1", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
|
@@ -15,11 +15,11 @@ | |
"@polkadot/util": "^12.6.2", | ||
"idb": "^8.0.0", | ||
"sqlite3": "^5.1.7", | ||
"typeorm": "^0.3.19" | ||
"typeorm": "^0.3.20" | ||
}, | ||
"devDependencies": { | ||
"@swc/cli": "0.1.65", | ||
"@swc/core": "^1.3.105", | ||
"@swc/core": "^1.4.8", | ||
"typescript": "^5.3.3" | ||
}, | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"extends": "../../tsconfig.base.json", | ||
"compilerOptions": { | ||
"rootDir": "src", | ||
"rootDir": "src" | ||
}, | ||
"include": ["src/**/*"], | ||
"references": [{ "path": "../core" }, { "path": "../db" }, { "path": "../chopsticks" }, { "path": "../testing" }], | ||
"references": [{ "path": "../core" }, { "path": "../db" }, { "path": "../chopsticks" }, { "path": "../testing" }] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/chopsticks-testing", | ||
"version": "0.9.10", | ||
"version": "0.9.11-1", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
|
@@ -17,7 +17,7 @@ | |
}, | ||
"devDependencies": { | ||
"@swc/cli": "0.1.65", | ||
"@swc/core": "^1.3.105", | ||
"@swc/core": "^1.4.8", | ||
"@types/chai": "^4.3.11", | ||
"typescript": "^5.3.3" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/chopsticks-utils", | ||
"version": "0.9.10", | ||
"version": "0.9.11-1", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
|
@@ -17,7 +17,7 @@ | |
}, | ||
"devDependencies": { | ||
"@swc/cli": "0.1.65", | ||
"@swc/core": "^1.3.105", | ||
"@swc/core": "^1.4.8", | ||
"typescript": "^5.3.3" | ||
}, | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,6 @@ | |
"transpileOnly": true, | ||
"files": true, | ||
"esm": true, | ||
"swc": true, | ||
}, | ||
"swc": true | ||
} | ||
} |
Oops, something went wrong.