@novasamatech/host-container 0.8.0-1 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/createContainer.js +1 -1
- package/package.json +3 -3
package/dist/createContainer.js
CHANGED
|
@@ -416,7 +416,7 @@ export function createContainer(provider, options = {}) {
|
|
|
416
416
|
}
|
|
417
417
|
const jsonRpcItems = items.map((item) => ({
|
|
418
418
|
key: item.key,
|
|
419
|
-
type: manager.convertStorageQueryTypeToJsonRpc(item.
|
|
419
|
+
type: manager.convertStorageQueryTypeToJsonRpc(item.queryType),
|
|
420
420
|
}));
|
|
421
421
|
try {
|
|
422
422
|
const result = await manager.chainHeadOp(genesisHash, 'chainHead_v1_storage', [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@novasamatech/host-container",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.1",
|
|
5
5
|
"description": "Host container for hosting and managing products within the Polkadot ecosystem.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"@noble/hashes": "2.2.0",
|
|
29
29
|
"polkadot-api": ">=2",
|
|
30
30
|
"@polkadot-api/substrate-client": "^0.7.0",
|
|
31
|
-
"@novasamatech/host-api": "0.8.
|
|
31
|
+
"@novasamatech/host-api": "0.8.1",
|
|
32
32
|
"nanoevents": "9.1.0",
|
|
33
|
-
"nanoid": "5.1.
|
|
33
|
+
"nanoid": "5.1.11",
|
|
34
34
|
"neverthrow": "^8.2.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|