@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(".store/@xylabs-typeof-npm-5.0.17-f22cad5c58/package").Brand<import(".store/@xylabs-typeof-npm-5.0.17-f22cad5c58/package").Brand<Lowercase<string>, {
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;;;;cAWxD,CAAA"}
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.1.15-84849402d1/package").Payload<void, void>> | undefined>;
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.10",
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.17",
47
- "@xylabs/hex": "~5.0.17",
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.1.15",
53
- "@xyo-network/archivist-memory": "~5.1.15",
54
- "@xyo-network/archivist-model": "~5.1.15",
55
- "@xyo-network/archivist-storage": "~5.1.15",
56
- "@xyo-network/bridge-http": "~5.1.15",
57
- "@xyo-network/module-model": "~5.1.15",
58
- "@xyo-network/node-memory": "~5.1.15",
59
- "@xyo-network/node-model": "~5.1.15",
60
- "@xyo-network/payloadset-plugin": "~5.1.15",
61
- "@xyo-network/react-network": "^7.3.10",
62
- "@xyo-network/react-node": "^7.3.10",
63
- "@xyo-network/react-wallet": "^7.3.10",
64
- "@xyo-network/sentinel-memory": "~5.1.15",
65
- "@xyo-network/sentinel-model": "~5.1.15",
66
- "@xyo-network/wallet-model": "~5.1.15",
67
- "@xyo-network/witness-model": "~5.1.15"
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.4",
71
- "@mui/material": "~7.3.4",
72
- "@types/react": "~19.2.2",
73
- "@xylabs/ts-scripts-yarn3": "~7.1.8",
74
- "@xylabs/tsconfig": "~7.1.8",
75
- "@xylabs/tsconfig-dom": "~7.1.8",
76
- "@xylabs/tsconfig-react": "~7.1.8",
77
- "react": "~19.2.0",
78
- "react-dom": "~19.2.0",
79
- "react-router-dom": "^7.9.4",
80
- "storybook": "~9.1.16",
81
- "typescript": "~5.9.3"
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": "~19",
87
- "react-dom": "~19",
86
+ "react": "^19",
87
+ "react-dom": "^19",
88
88
  "react-router-dom": "^7"
89
89
  },
90
90
  "publishConfig": {