@xyo-network/react-chain-network 1.5.36 → 1.6.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.
|
@@ -1,11 +1,2 @@
|
|
|
1
|
-
export declare const getNetworkNode: () => Promise<import("@xyo-network/node-memory").MemoryNode<import("@
|
|
2
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
3
|
-
addToResolvers?: boolean;
|
|
4
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
5
|
-
allowNameResolution?: boolean;
|
|
6
|
-
config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/node-model").NodeConfig>;
|
|
7
|
-
ephemeralQueryAccountEnabled?: boolean;
|
|
8
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
9
|
-
statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
|
|
10
|
-
} & import("@xyo-network/module-model").ModuleChildrenParams>, import("@xyo-network/node-model").NodeModuleEventData>>;
|
|
1
|
+
export declare const getNetworkNode: () => Promise<import("@xyo-network/node-memory").MemoryNode<import("@xyo-network/node-memory").MemoryNodeParams, import("@xyo-network/node-model").NodeModuleEventData>>;
|
|
11
2
|
//# sourceMappingURL=getNetworkNode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNetworkNode.d.ts","sourceRoot":"","sources":["../../../src/helpers/getNetworkNode.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"getNetworkNode.d.ts","sourceRoot":"","sources":["../../../src/helpers/getNetworkNode.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,cAAc,0KAI1B,CAAA"}
|
|
@@ -1,12 +1,3 @@
|
|
|
1
1
|
import type { AttachableNodeInstance } from '@xyo-network/node-model';
|
|
2
|
-
export declare const getNetworkNodes: () => Map<string, AttachableNodeInstance<import("@
|
|
3
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
|
-
addToResolvers?: boolean;
|
|
5
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
|
-
allowNameResolution?: boolean;
|
|
7
|
-
config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/node-model").NodeConfig>;
|
|
8
|
-
ephemeralQueryAccountEnabled?: boolean;
|
|
9
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
10
|
-
statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
|
|
11
|
-
} & import("@xyo-network/module-model").ModuleChildrenParams>, import("@xyo-network/node-model").NodeModuleEventData>>;
|
|
2
|
+
export declare const getNetworkNodes: () => Map<string, AttachableNodeInstance<import("@xyo-network/node-model").NodeParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/node-model").NodeConfig>>, import("@xyo-network/node-model").NodeModuleEventData>>;
|
|
12
3
|
//# sourceMappingURL=getNetworkNodes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNetworkNodes.d.ts","sourceRoot":"","sources":["../../../src/helpers/getNetworkNodes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAA;AAIrE,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"getNetworkNodes.d.ts","sourceRoot":"","sources":["../../../src/helpers/getNetworkNodes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAA;AAIrE,eAAO,MAAM,eAAe,mPAE3B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/react-chain-network",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.6.0",
|
|
5
5
|
"description": "XYO Layer One React SDK",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -38,29 +38,29 @@
|
|
|
38
38
|
"start": "storybook dev -p 6006"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@xylabs/assert": "^4.12.
|
|
42
|
-
"@xylabs/hex": "^4.12.
|
|
43
|
-
"@xylabs/object": "^4.12.
|
|
44
|
-
"@xylabs/promise": "^4.12.
|
|
41
|
+
"@xylabs/assert": "^4.12.31",
|
|
42
|
+
"@xylabs/hex": "^4.12.31",
|
|
43
|
+
"@xylabs/object": "^4.12.31",
|
|
44
|
+
"@xylabs/promise": "^4.12.31",
|
|
45
45
|
"@xylabs/react-error": "^6.3.7",
|
|
46
46
|
"@xylabs/react-promise": "^6.3.7",
|
|
47
47
|
"@xylabs/react-shared": "^6.3.7",
|
|
48
|
-
"@xyo-network/archivist-model": "^
|
|
49
|
-
"@xyo-network/boundwitness-model": "^
|
|
50
|
-
"@xyo-network/bridge-model": "^
|
|
51
|
-
"@xyo-network/chain-orchestration": "^1.
|
|
52
|
-
"@xyo-network/chain-protocol": "^1.
|
|
53
|
-
"@xyo-network/chain-services": "^1.
|
|
54
|
-
"@xyo-network/manifest-model": "^
|
|
55
|
-
"@xyo-network/manifest-wrapper": "^
|
|
56
|
-
"@xyo-network/module-factory-locator": "^
|
|
57
|
-
"@xyo-network/node-model": "^
|
|
58
|
-
"@xyo-network/payload-builder": "^
|
|
59
|
-
"@xyo-network/payload-model": "^
|
|
60
|
-
"@xyo-network/react-chain-shared": "^1.
|
|
61
|
-
"@xyo-network/wallet": "^
|
|
62
|
-
"@xyo-network/xl1-protocol": "^1.
|
|
63
|
-
"@xyo-network/xl1-protocol-sdk": "^1.
|
|
48
|
+
"@xyo-network/archivist-model": "^4.0.1",
|
|
49
|
+
"@xyo-network/boundwitness-model": "^4.0.1",
|
|
50
|
+
"@xyo-network/bridge-model": "^4.0.1",
|
|
51
|
+
"@xyo-network/chain-orchestration": "^1.6.0",
|
|
52
|
+
"@xyo-network/chain-protocol": "^1.6.0",
|
|
53
|
+
"@xyo-network/chain-services": "^1.6.0",
|
|
54
|
+
"@xyo-network/manifest-model": "^4.0.1",
|
|
55
|
+
"@xyo-network/manifest-wrapper": "^4.0.1",
|
|
56
|
+
"@xyo-network/module-factory-locator": "^4.0.1",
|
|
57
|
+
"@xyo-network/node-model": "^4.0.1",
|
|
58
|
+
"@xyo-network/payload-builder": "^4.0.1",
|
|
59
|
+
"@xyo-network/payload-model": "^4.0.1",
|
|
60
|
+
"@xyo-network/react-chain-shared": "^1.6.0",
|
|
61
|
+
"@xyo-network/wallet": "^4.0.1",
|
|
62
|
+
"@xyo-network/xl1-protocol": "^1.6.0",
|
|
63
|
+
"@xyo-network/xl1-protocol-sdk": "^1.6.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@emotion/react": "^11.14.0",
|