@novasamatech/host-container 0.7.1 → 0.7.2-0
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 +2 -2
package/dist/createContainer.js
CHANGED
|
@@ -295,7 +295,7 @@ export function createContainer(provider) {
|
|
|
295
295
|
const manager = createChainConnectionManager(factory);
|
|
296
296
|
const cleanups = [];
|
|
297
297
|
// Follow subscription
|
|
298
|
-
cleanups.push(transport.handleSubscription('
|
|
298
|
+
cleanups.push(transport.handleSubscription('remote_chain_head_follow_subscribe', (params, send, interrupt) => {
|
|
299
299
|
if (!isEnumVariant(params, 'v1')) {
|
|
300
300
|
interrupt(enumValue('v1', undefined));
|
|
301
301
|
return () => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@novasamatech/host-container",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.2-0",
|
|
5
5
|
"description": "Host container for hosting and managing products within the Polkadot ecosystem.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@noble/hashes": "2.2.0",
|
|
29
29
|
"polkadot-api": ">=2",
|
|
30
|
-
"@novasamatech/host-api": "0.7.
|
|
30
|
+
"@novasamatech/host-api": "0.7.2-0",
|
|
31
31
|
"nanoid": "5.1.9",
|
|
32
32
|
"neverthrow": "^8.2.0"
|
|
33
33
|
},
|