@xyo-network/react-standard-node 7.3.9 → 7.4.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,6 +1,2 @@
|
|
|
1
|
-
export declare const useActiveNodeAddress: (networkName?: string) => import("
|
|
2
|
-
readonly __hex: true;
|
|
3
|
-
}>, {
|
|
4
|
-
readonly __address: true;
|
|
5
|
-
}> | undefined;
|
|
1
|
+
export declare const useActiveNodeAddress: (networkName?: string) => import("@xylabs/hex").Address | undefined;
|
|
6
2
|
//# sourceMappingURL=useActiveNodeAddress.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useActiveNodeAddress.d.ts","sourceRoot":"","sources":["../../../src/hooks/useActiveNodeAddress.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB,GAAI,cAAc,MAAM
|
|
1
|
+
{"version":3,"file":"useActiveNodeAddress.d.ts","sourceRoot":"","sources":["../../../src/hooks/useActiveNodeAddress.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB,GAAI,cAAc,MAAM,8CAWxD,CAAA"}
|
|
@@ -17,6 +17,6 @@ export declare class StorageArchivistBuilder {
|
|
|
17
17
|
static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
|
|
18
18
|
buildArchivist(): Promise<StorageArchivist<import("@xyo-network/archivist-storage").StorageArchivistParams, import("@xyo-network/archivist-model").ArchivistModuleEventData>>;
|
|
19
19
|
buildConfig(): StorageArchivistConfig;
|
|
20
|
-
findParentArchivist(): Promise<import("@xyo-network/archivist-model").ArchivistInstance<import("@xyo-network/archivist-model").ArchivistParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig<void, void>>>, import("@xyo-network/archivist-model").ArchivistModuleEventData, import(".store/@xyo-network-payload-model-npm-5.
|
|
20
|
+
findParentArchivist(): Promise<import("@xyo-network/archivist-model").ArchivistInstance<import("@xyo-network/archivist-model").ArchivistParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig<void, void>>>, import("@xyo-network/archivist-model").ArchivistModuleEventData, import(".store/@xyo-network-payload-model-npm-5.2.7-e375857e7d/package").Payload<void, void>> | undefined>;
|
|
21
21
|
}
|
|
22
22
|
//# sourceMappingURL=StorageArchivistBuilder.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-standard-node",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,41 +43,41 @@
|
|
|
43
43
|
"src"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xylabs/assert": "~5.0.
|
|
47
|
-
"@xylabs/hex": "~5.0.
|
|
46
|
+
"@xylabs/assert": "~5.0.42",
|
|
47
|
+
"@xylabs/hex": "~5.0.42",
|
|
48
48
|
"@xylabs/react-async-effect": "~7.1.8",
|
|
49
49
|
"@xylabs/react-hooks": "~7.1.8",
|
|
50
50
|
"@xylabs/react-promise": "~7.1.8",
|
|
51
51
|
"@xylabs/react-shared": "~7.1.8",
|
|
52
|
-
"@xyo-network/account-model": "~5.
|
|
53
|
-
"@xyo-network/archivist-memory": "~5.
|
|
54
|
-
"@xyo-network/archivist-model": "~5.
|
|
55
|
-
"@xyo-network/archivist-storage": "~5.
|
|
56
|
-
"@xyo-network/bridge-http": "~5.
|
|
57
|
-
"@xyo-network/module-model": "~5.
|
|
58
|
-
"@xyo-network/node-memory": "~5.
|
|
59
|
-
"@xyo-network/node-model": "~5.
|
|
60
|
-
"@xyo-network/payloadset-plugin": "~5.
|
|
61
|
-
"@xyo-network/react-network": "^7.
|
|
62
|
-
"@xyo-network/react-node": "^7.
|
|
63
|
-
"@xyo-network/react-wallet": "^7.
|
|
64
|
-
"@xyo-network/sentinel-memory": "~5.
|
|
65
|
-
"@xyo-network/sentinel-model": "~5.
|
|
66
|
-
"@xyo-network/wallet-model": "~5.
|
|
67
|
-
"@xyo-network/witness-model": "~5.
|
|
52
|
+
"@xyo-network/account-model": "~5.2.7",
|
|
53
|
+
"@xyo-network/archivist-memory": "~5.2.7",
|
|
54
|
+
"@xyo-network/archivist-model": "~5.2.7",
|
|
55
|
+
"@xyo-network/archivist-storage": "~5.2.7",
|
|
56
|
+
"@xyo-network/bridge-http": "~5.2.7",
|
|
57
|
+
"@xyo-network/module-model": "~5.2.7",
|
|
58
|
+
"@xyo-network/node-memory": "~5.2.7",
|
|
59
|
+
"@xyo-network/node-model": "~5.2.7",
|
|
60
|
+
"@xyo-network/payloadset-plugin": "~5.2.7",
|
|
61
|
+
"@xyo-network/react-network": "^7.4.0",
|
|
62
|
+
"@xyo-network/react-node": "^7.4.0",
|
|
63
|
+
"@xyo-network/react-wallet": "^7.4.0",
|
|
64
|
+
"@xyo-network/sentinel-memory": "~5.2.7",
|
|
65
|
+
"@xyo-network/sentinel-model": "~5.2.7",
|
|
66
|
+
"@xyo-network/wallet-model": "~5.2.7",
|
|
67
|
+
"@xyo-network/witness-model": "~5.2.7"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@mui/icons-material": "~7.3.
|
|
71
|
-
"@mui/material": "~7.3.
|
|
72
|
-
"@types/react": "~19.2.
|
|
73
|
-
"@xylabs/ts-scripts-yarn3": "~7.
|
|
74
|
-
"@xylabs/tsconfig": "~7.
|
|
75
|
-
"@xylabs/tsconfig-dom": "~7.
|
|
76
|
-
"@xylabs/tsconfig-react": "~7.
|
|
70
|
+
"@mui/icons-material": "~7.3.5",
|
|
71
|
+
"@mui/material": "~7.3.5",
|
|
72
|
+
"@types/react": "~19.2.6",
|
|
73
|
+
"@xylabs/ts-scripts-yarn3": "~7.2.8",
|
|
74
|
+
"@xylabs/tsconfig": "~7.2.8",
|
|
75
|
+
"@xylabs/tsconfig-dom": "~7.2.8",
|
|
76
|
+
"@xylabs/tsconfig-react": "~7.2.8",
|
|
77
77
|
"react": "~19.2.0",
|
|
78
78
|
"react-dom": "~19.2.0",
|
|
79
|
-
"react-router-dom": "^7.9.
|
|
80
|
-
"storybook": "~
|
|
79
|
+
"react-router-dom": "^7.9.6",
|
|
80
|
+
"storybook": "~10.0.8",
|
|
81
81
|
"typescript": "~5.9.3"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|