Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/auto-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@polkadot/extension-inject": "^0.58.6",
"@polkadot/types": "^15.8.1",
"@polkadot/types": "^15.9.3",
"@polkadot/types-codec": "^15.8.1",
"@types/jest": "^29.5.14",
"eslint": "^9.25.1",
Expand Down
54 changes: 52 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ __metadata:
"@polkadot/api": "npm:^15.8.1"
"@polkadot/extension-dapp": "npm:^0.58.6"
"@polkadot/extension-inject": "npm:^0.58.6"
"@polkadot/types": "npm:^15.8.1"
"@polkadot/types": "npm:^15.9.3"
"@polkadot/types-codec": "npm:^15.8.1"
"@types/jest": "npm:^29.5.14"
eslint: "npm:^9.25.1"
Expand Down Expand Up @@ -4535,6 +4535,18 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types-augment@npm:15.10.2":
version: 15.10.2
resolution: "@polkadot/types-augment@npm:15.10.2"
dependencies:
"@polkadot/types": "npm:15.10.2"
"@polkadot/types-codec": "npm:15.10.2"
"@polkadot/util": "npm:^13.4.4"
tslib: "npm:^2.8.1"
checksum: 10c0/43b95e53887bf2f5a7697f203a241f65342253259d47685fa98e036a384196b5171e9856c1467bba31805b41f4349cab6b3ca49a98504afd3c0251fc45f6aa78
languageName: node
linkType: hard

"@polkadot/types-augment@npm:15.9.2":
version: 15.9.2
resolution: "@polkadot/types-augment@npm:15.9.2"
Expand All @@ -4547,6 +4559,17 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types-codec@npm:15.10.2":
version: 15.10.2
resolution: "@polkadot/types-codec@npm:15.10.2"
dependencies:
"@polkadot/util": "npm:^13.4.4"
"@polkadot/x-bigint": "npm:^13.4.4"
tslib: "npm:^2.8.1"
checksum: 10c0/f3206f1cf71be34ce8fb6b2a154396b4cd5ba36c96efd7dd6f87bd824b9fdcb11a07a39d93e927e915ad4b9c2515955d26a670804f38a27420205a0eb870cf4b
languageName: node
linkType: hard

"@polkadot/types-codec@npm:15.9.2, @polkadot/types-codec@npm:^15.8.1":
version: 15.9.2
resolution: "@polkadot/types-codec@npm:15.9.2"
Expand All @@ -4558,6 +4581,17 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types-create@npm:15.10.2":
version: 15.10.2
resolution: "@polkadot/types-create@npm:15.10.2"
dependencies:
"@polkadot/types-codec": "npm:15.10.2"
"@polkadot/util": "npm:^13.4.4"
tslib: "npm:^2.8.1"
checksum: 10c0/5145640bdcfa33387712b79f0184283b42085531118359ab64cc7bf709bc841ed87f65bc7043973d77dcbaa047d76316e1e6eba6ac81678694f0bb6f09930b90
languageName: node
linkType: hard

"@polkadot/types-create@npm:15.9.2":
version: 15.9.2
resolution: "@polkadot/types-create@npm:15.9.2"
Expand Down Expand Up @@ -4593,7 +4627,23 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/types@npm:15.9.2, @polkadot/types@npm:^15.8.1, @polkadot/types@npm:^15.9.2":
"@polkadot/types@npm:15.10.2, @polkadot/types@npm:^15.9.3":
version: 15.10.2
resolution: "@polkadot/types@npm:15.10.2"
dependencies:
"@polkadot/keyring": "npm:^13.4.4"
"@polkadot/types-augment": "npm:15.10.2"
"@polkadot/types-codec": "npm:15.10.2"
"@polkadot/types-create": "npm:15.10.2"
"@polkadot/util": "npm:^13.4.4"
"@polkadot/util-crypto": "npm:^13.4.4"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.8.1"
checksum: 10c0/758fb519ef76cebac8eff1c08a051978bb73cc1cadaf19738fc226dfc5fcd940cff7da71a9c4d329e9add97a19479f17b2ff0d5b9206603738d0172794c50370
languageName: node
linkType: hard

"@polkadot/types@npm:15.9.2, @polkadot/types@npm:^15.9.2":
version: 15.9.2
resolution: "@polkadot/types@npm:15.9.2"
dependencies:
Expand Down
Loading