@xyo-network/react-archivist 4.4.1 → 4.4.3

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,5 +1,5 @@
1
1
  import type { ArchivistInstance } from '@xyo-network/archivist-model';
2
- export declare const useArchivistAll: (archivist: ArchivistInstance) => (Error | import("@xyo-network/react-module").RefreshCallback | [import("@xyo-network/payload-model").WithStorageMeta<import("@xylabs/object").DeepRestrictToStringKeys<{
2
+ export declare const useArchivistAll: (archivist: ArchivistInstance) => (Error | import("@xyo-network/react-module").RefreshCallback | [import("@xyo-network/payload-model").WithStorageMeta<import("@xyo-network/payload-model").WithStorageMeta<import("@xylabs/object").DeepRestrictToStringKeys<{
3
3
  schema: import("@xyo-network/payload-model").Schema;
4
- }>>[] | undefined, Error | undefined, import("@xylabs/react-promise").UsePromiseState | undefined] | undefined)[];
4
+ }>>>[] | undefined, Error | undefined, import("@xylabs/react-promise").UsePromiseState | undefined] | undefined)[];
5
5
  //# sourceMappingURL=useArchivistAll.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useArchivistAll.d.ts","sourceRoot":"","sources":["../../../../src/hooks/queries/useArchivistAll.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAIrE,eAAO,MAAM,eAAe,cAAe,iBAAiB;;iHAgB3D,CAAA"}
1
+ {"version":3,"file":"useArchivistAll.d.ts","sourceRoot":"","sources":["../../../../src/hooks/queries/useArchivistAll.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAIrE,eAAO,MAAM,eAAe,cAAe,iBAAiB;;kHAgB3D,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import type { ArchivistInstance } from '@xyo-network/archivist-model';
2
- export declare const useWeakArchivistAll: (archivist: WeakRef<ArchivistInstance>) => (Error | import("@xyo-network/react-module").RefreshCallback | [import("@xyo-network/payload-model").WithStorageMeta<import("@xylabs/object").DeepRestrictToStringKeys<{
2
+ export declare const useWeakArchivistAll: (archivist: WeakRef<ArchivistInstance>) => (Error | import("@xyo-network/react-module").RefreshCallback | [import("@xyo-network/payload-model").WithStorageMeta<import("@xyo-network/payload-model").WithStorageMeta<import("@xylabs/object").DeepRestrictToStringKeys<{
3
3
  schema: import("@xyo-network/payload-model").Schema;
4
- }>>[] | undefined, Error | undefined, import("@xylabs/react-promise").UsePromiseState | undefined] | undefined)[];
4
+ }>>>[] | undefined, Error | undefined, import("@xylabs/react-promise").UsePromiseState | undefined] | undefined)[];
5
5
  //# sourceMappingURL=useWeakArchivistAll.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useWeakArchivistAll.d.ts","sourceRoot":"","sources":["../../../../src/hooks/queries/useWeakArchivistAll.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAIrE,eAAO,MAAM,mBAAmB,cAAe,OAAO,CAAC,iBAAiB,CAAC;;iHAgBxE,CAAA"}
1
+ {"version":3,"file":"useWeakArchivistAll.d.ts","sourceRoot":"","sources":["../../../../src/hooks/queries/useWeakArchivistAll.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAIrE,eAAO,MAAM,mBAAmB,cAAe,OAAO,CAAC,iBAAiB,CAAC;;kHAgBxE,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-archivist",
3
- "version": "4.4.1",
3
+ "version": "4.4.3",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -45,35 +45,35 @@
45
45
  "dependencies": {
46
46
  "@xylabs/exists": "^4.5.1",
47
47
  "@xylabs/hex": "^4.5.1",
48
- "@xylabs/react-async-effect": "^5.3.22",
49
- "@xylabs/react-button": "^5.3.22",
50
- "@xylabs/react-flexbox": "^5.3.22",
51
- "@xylabs/react-promise": "^5.3.22",
52
- "@xyo-network/archivist-memory": "^3.7.1",
53
- "@xyo-network/archivist-model": "^3.7.1",
54
- "@xyo-network/boundwitness-builder": "^3.7.1",
55
- "@xyo-network/boundwitness-model": "^3.7.1",
56
- "@xyo-network/module-events": "^3.7.1",
57
- "@xyo-network/module-model": "^3.7.1",
58
- "@xyo-network/module-wrapper": "^3.7.1",
59
- "@xyo-network/payload-model": "^3.7.1",
60
- "@xyo-network/react-module": "^4.4.1",
61
- "@xyo-network/react-node": "^4.4.1",
62
- "@xyo-network/react-wallet": "^4.4.1",
48
+ "@xylabs/react-async-effect": "^5.3.23",
49
+ "@xylabs/react-button": "^5.3.23",
50
+ "@xylabs/react-flexbox": "^5.3.23",
51
+ "@xylabs/react-promise": "^5.3.23",
52
+ "@xyo-network/archivist-memory": "^3.9.2",
53
+ "@xyo-network/archivist-model": "^3.9.2",
54
+ "@xyo-network/boundwitness-builder": "^3.9.2",
55
+ "@xyo-network/boundwitness-model": "^3.9.2",
56
+ "@xyo-network/module-events": "^3.9.2",
57
+ "@xyo-network/module-model": "^3.9.2",
58
+ "@xyo-network/module-wrapper": "^3.9.2",
59
+ "@xyo-network/payload-model": "^3.9.2",
60
+ "@xyo-network/react-module": "^4.4.3",
61
+ "@xyo-network/react-node": "^4.4.3",
62
+ "@xyo-network/react-wallet": "^4.4.3",
63
63
  "react-icons": "^5.4.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@mui/icons-material": "^6.4.1",
67
- "@mui/material": "^6.4.1",
68
- "@mui/styles": "^6.4.1",
69
- "@storybook/react": "^8.5.2",
66
+ "@mui/icons-material": "^6.4.4",
67
+ "@mui/material": "^6.4.4",
68
+ "@mui/styles": "^6.4.4",
69
+ "@storybook/react": "^8.5.4",
70
70
  "@xylabs/ts-scripts-yarn3": "^4.2.6",
71
71
  "@xylabs/tsconfig-react": "^4.2.6",
72
- "@xyo-network/account": "^3.7.1",
73
- "@xyo-network/node-memory": "^3.7.1",
72
+ "@xyo-network/account": "^3.9.2",
73
+ "@xyo-network/node-memory": "^3.9.2",
74
74
  "react": "^18.3.1",
75
75
  "react-dom": "^18.3.1",
76
- "storybook": "^8.5.2",
76
+ "storybook": "^8.5.4",
77
77
  "typescript": "^5.7.3"
78
78
  },
79
79
  "peerDependencies": {