@xyo-network/react-standard-node 5.3.2 → 5.3.4
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,7 +1,17 @@
|
|
|
1
|
-
export declare const StandardNodesContext: import("react").Context<{
|
|
1
|
+
export declare const StandardNodesContext: import("react").Context<({
|
|
2
2
|
findAddressByName?: (name?: string) => import("@xylabs/hex").Address | undefined;
|
|
3
3
|
nodes?: import("@xyo-network/node-memory").MemoryNode[];
|
|
4
4
|
} & {
|
|
5
5
|
provided: true;
|
|
6
|
-
}
|
|
6
|
+
}) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").ProvidedContextExState<{
|
|
7
|
+
findAddressByName?: (name?: string) => import("@xylabs/hex").Address | undefined;
|
|
8
|
+
nodes?: import("@xyo-network/node-memory").MemoryNode[];
|
|
9
|
+
}>, never> & {
|
|
10
|
+
provided: false;
|
|
11
|
+
}) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").NotProvidedContextExState<{
|
|
12
|
+
findAddressByName?: (name?: string) => import("@xylabs/hex").Address | undefined;
|
|
13
|
+
nodes?: import("@xyo-network/node-memory").MemoryNode[];
|
|
14
|
+
}>, never> & {
|
|
15
|
+
provided: false;
|
|
16
|
+
})>;
|
|
7
17
|
//# sourceMappingURL=Context.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/contexts/StandardRemoteNodes/Context.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB;6BACsB,CAAC;;;;
|
|
1
|
+
{"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/contexts/StandardRemoteNodes/Context.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB;6BACsB,CAAC;;;;;6BAAD,CAAC;;;;;6BAAD,CAAC;;;;GADiB,CAAA"}
|
|
@@ -3,5 +3,5 @@ export declare const useStandardNodes: (required?: boolean) => Omit<{
|
|
|
3
3
|
nodes?: import("@xyo-network/node-memory").MemoryNode[];
|
|
4
4
|
} & {
|
|
5
5
|
provided: true;
|
|
6
|
-
}, "provided"> | Omit<
|
|
6
|
+
}, "provided"> | Omit<import("@xylabs/react-shared").NotProvidedContextExState<import("./State.ts").StandardNodesState>, "provided">;
|
|
7
7
|
//# sourceMappingURL=use.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/StandardRemoteNodes/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB,GAAI,kBAAgB;6BAChC,CAAC;;;;
|
|
1
|
+
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/StandardRemoteNodes/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB,GAAI,kBAAgB;6BAChC,CAAC;;;;oIADiG,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-standard-node",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.4",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,36 +39,36 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/types/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/assert": "^4.9.
|
|
43
|
-
"@xylabs/hex": "^4.9.
|
|
44
|
-
"@xylabs/react-async-effect": "^6.3.
|
|
45
|
-
"@xylabs/react-hooks": "^6.3.
|
|
46
|
-
"@xylabs/react-promise": "^6.3.
|
|
47
|
-
"@xylabs/react-shared": "^6.3.
|
|
48
|
-
"@xyo-network/account-model": "^3.15.
|
|
49
|
-
"@xyo-network/archivist-memory": "^3.15.
|
|
50
|
-
"@xyo-network/archivist-model": "^3.15.
|
|
51
|
-
"@xyo-network/archivist-storage": "^3.15.
|
|
52
|
-
"@xyo-network/bridge-http": "^3.15.
|
|
53
|
-
"@xyo-network/module-model": "^3.15.
|
|
54
|
-
"@xyo-network/node-memory": "^3.15.
|
|
55
|
-
"@xyo-network/node-model": "^3.15.
|
|
56
|
-
"@xyo-network/payloadset-plugin": "^3.15.
|
|
57
|
-
"@xyo-network/react-network": "^5.3.
|
|
58
|
-
"@xyo-network/react-node": "^5.3.
|
|
59
|
-
"@xyo-network/react-wallet": "^5.3.
|
|
60
|
-
"@xyo-network/sentinel-memory": "^3.15.
|
|
61
|
-
"@xyo-network/sentinel-model": "^3.15.
|
|
62
|
-
"@xyo-network/wallet-model": "^3.15.
|
|
63
|
-
"@xyo-network/witness-model": "^3.15.
|
|
42
|
+
"@xylabs/assert": "^4.9.18",
|
|
43
|
+
"@xylabs/hex": "^4.9.18",
|
|
44
|
+
"@xylabs/react-async-effect": "^6.3.1",
|
|
45
|
+
"@xylabs/react-hooks": "^6.3.1",
|
|
46
|
+
"@xylabs/react-promise": "^6.3.1",
|
|
47
|
+
"@xylabs/react-shared": "^6.3.1",
|
|
48
|
+
"@xyo-network/account-model": "^3.15.10",
|
|
49
|
+
"@xyo-network/archivist-memory": "^3.15.10",
|
|
50
|
+
"@xyo-network/archivist-model": "^3.15.10",
|
|
51
|
+
"@xyo-network/archivist-storage": "^3.15.10",
|
|
52
|
+
"@xyo-network/bridge-http": "^3.15.10",
|
|
53
|
+
"@xyo-network/module-model": "^3.15.10",
|
|
54
|
+
"@xyo-network/node-memory": "^3.15.10",
|
|
55
|
+
"@xyo-network/node-model": "^3.15.10",
|
|
56
|
+
"@xyo-network/payloadset-plugin": "^3.15.10",
|
|
57
|
+
"@xyo-network/react-network": "^5.3.4",
|
|
58
|
+
"@xyo-network/react-node": "^5.3.4",
|
|
59
|
+
"@xyo-network/react-wallet": "^5.3.4",
|
|
60
|
+
"@xyo-network/sentinel-memory": "^3.15.10",
|
|
61
|
+
"@xyo-network/sentinel-model": "^3.15.10",
|
|
62
|
+
"@xyo-network/wallet-model": "^3.15.10",
|
|
63
|
+
"@xyo-network/witness-model": "^3.15.10"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@mui/icons-material": "^7.1.0",
|
|
67
67
|
"@mui/material": "^7.1.0",
|
|
68
68
|
"@storybook/react": "^8.6.12",
|
|
69
69
|
"@types/react": "^19.1.4",
|
|
70
|
-
"@xylabs/ts-scripts-yarn3": "^6.5.
|
|
71
|
-
"@xylabs/tsconfig-react": "^6.5.
|
|
70
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.6",
|
|
71
|
+
"@xylabs/tsconfig-react": "^6.5.6",
|
|
72
72
|
"react": "^19.1.0",
|
|
73
73
|
"react-dom": "^19.1.0",
|
|
74
74
|
"react-router-dom": "^7.6.0",
|