@xyo-network/react-standard-node 7.3.10 → 7.4.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.
|
@@ -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.17-ce2c499754/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.1",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,48 +43,48 @@
|
|
|
43
43
|
"src"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xylabs/assert": "~5.0.
|
|
47
|
-
"@xylabs/hex": "~5.0.
|
|
46
|
+
"@xylabs/assert": "~5.0.50",
|
|
47
|
+
"@xylabs/hex": "~5.0.50",
|
|
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.17",
|
|
53
|
+
"@xyo-network/archivist-memory": "~5.2.17",
|
|
54
|
+
"@xyo-network/archivist-model": "~5.2.17",
|
|
55
|
+
"@xyo-network/archivist-storage": "~5.2.17",
|
|
56
|
+
"@xyo-network/bridge-http": "~5.2.17",
|
|
57
|
+
"@xyo-network/module-model": "~5.2.17",
|
|
58
|
+
"@xyo-network/node-memory": "~5.2.17",
|
|
59
|
+
"@xyo-network/node-model": "~5.2.17",
|
|
60
|
+
"@xyo-network/payloadset-plugin": "~5.2.17",
|
|
61
|
+
"@xyo-network/react-network": "^7.4.1",
|
|
62
|
+
"@xyo-network/react-node": "^7.4.1",
|
|
63
|
+
"@xyo-network/react-wallet": "^7.4.1",
|
|
64
|
+
"@xyo-network/sentinel-memory": "~5.2.17",
|
|
65
|
+
"@xyo-network/sentinel-model": "~5.2.17",
|
|
66
|
+
"@xyo-network/wallet-model": "~5.2.17",
|
|
67
|
+
"@xyo-network/witness-model": "~5.2.17"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@mui/icons-material": "~7.3.
|
|
71
|
-
"@mui/material": "~7.3.
|
|
72
|
-
"@types/react": "
|
|
73
|
-
"@xylabs/ts-scripts-yarn3": "~7.
|
|
74
|
-
"@xylabs/tsconfig": "~7.
|
|
75
|
-
"@xylabs/tsconfig-dom": "~7.
|
|
76
|
-
"@xylabs/tsconfig-react": "~7.
|
|
77
|
-
"react": "
|
|
78
|
-
"react-dom": "
|
|
79
|
-
"react-router-dom": "^7.
|
|
80
|
-
"storybook": "~
|
|
81
|
-
"typescript": "
|
|
70
|
+
"@mui/icons-material": "~7.3.6",
|
|
71
|
+
"@mui/material": "~7.3.6",
|
|
72
|
+
"@types/react": "^19.2.7",
|
|
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
|
+
"react": "^19.2.1",
|
|
78
|
+
"react-dom": "^19.2.1",
|
|
79
|
+
"react-router-dom": "^7.10.0",
|
|
80
|
+
"storybook": "~10.1.4",
|
|
81
|
+
"typescript": "^5.9.3"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@mui/icons-material": ">=6 <8",
|
|
85
85
|
"@mui/material": ">=6 <8",
|
|
86
|
-
"react": "
|
|
87
|
-
"react-dom": "
|
|
86
|
+
"react": "^19",
|
|
87
|
+
"react-dom": "^19",
|
|
88
88
|
"react-router-dom": "^7"
|
|
89
89
|
},
|
|
90
90
|
"publishConfig": {
|