@xyo-network/react-module 2.56.11 → 2.56.13

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.
@@ -28,8 +28,12 @@ export declare const WrappedModuleHookFactory: {
28
28
  readonly disallowed?: Record<string, string[]> | undefined;
29
29
  } | undefined;
30
30
  readonly storeQueries?: boolean | undefined;
31
- } & Omit<undefined, "schema">, "schema"> & {
31
+ } & Omit<undefined, "schema"> & {
32
+ schema: "network.xyo.module.config";
33
+ }, "schema"> & {
32
34
  schema: string;
33
- }, "schema">, undefined>, import("@xyo-network/module").ModuleEventData>>>(wrapperObject: ConstructableModuleWrapper<TModuleWrapper>, name?: string) => (module?: TModuleWrapper["module"] | null | undefined, account?: AccountInstance | null, logger?: Logger) => [TModuleWrapper | undefined, Error | undefined];
35
+ }, "schema"> & {
36
+ schema: string;
37
+ }, undefined>, import("@xyo-network/module").ModuleEventData>>>(wrapperObject: ConstructableModuleWrapper<TModuleWrapper>, name?: string) => (module?: TModuleWrapper["module"] | null | undefined, account?: AccountInstance | null, logger?: Logger) => [TModuleWrapper | undefined, Error | undefined];
34
38
  };
35
39
  //# sourceMappingURL=WrappedModuleHookFactory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WrappedModuleHookFactory.d.ts","sourceRoot":"","sources":["../../../src/hooks/WrappedModuleHookFactory.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC1C,OAAO,EAAE,0BAA0B,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAI/E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iJAC8E,MAAM,sEAGzG,eAAe,GAAG,IAAI,WACvB,MAAM;CA6BpB,CAAA"}
1
+ {"version":3,"file":"WrappedModuleHookFactory.d.ts","sourceRoot":"","sources":["../../../src/hooks/WrappedModuleHookFactory.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC1C,OAAO,EAAE,0BAA0B,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAI/E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sIAC8E,MAAM,sEAGzG,eAAe,GAAG,IAAI,WACvB,MAAM;CA6BpB,CAAA"}
@@ -28,8 +28,12 @@ export declare const WrappedModulesHookFactory: {
28
28
  readonly disallowed?: Record<string, string[]> | undefined;
29
29
  } | undefined;
30
30
  readonly storeQueries?: boolean | undefined;
31
- } & Omit<undefined, "schema">, "schema"> & {
31
+ } & Omit<undefined, "schema"> & {
32
+ schema: "network.xyo.module.config";
33
+ }, "schema"> & {
32
34
  schema: string;
33
- }, "schema">, undefined>, import("@xyo-network/module").ModuleEventData>>>(wrapperObject: ConstructableModuleWrapper<TModuleWrapper>, name?: string) => (modules?: TModuleWrapper["module"][] | undefined, account?: AccountInstance, logger?: Logger) => [TModuleWrapper[] | undefined, Error | undefined];
35
+ }, "schema"> & {
36
+ schema: string;
37
+ }, undefined>, import("@xyo-network/module").ModuleEventData>>>(wrapperObject: ConstructableModuleWrapper<TModuleWrapper>, name?: string) => (modules?: TModuleWrapper["module"][] | undefined, account?: AccountInstance, logger?: Logger) => [TModuleWrapper[] | undefined, Error | undefined];
34
38
  };
35
39
  //# sourceMappingURL=WrappedModulesHookFactory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WrappedModulesHookFactory.d.ts","sourceRoot":"","sources":["../../../src/hooks/WrappedModulesHookFactory.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC1C,OAAO,EAAE,0BAA0B,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAI/E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iJAC6E,MAAM,kEAGzG,eAAe,WAChB,MAAM;CA6BpB,CAAA"}
1
+ {"version":3,"file":"WrappedModulesHookFactory.d.ts","sourceRoot":"","sources":["../../../src/hooks/WrappedModulesHookFactory.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC1C,OAAO,EAAE,0BAA0B,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAI/E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sIAC6E,MAAM,kEAGzG,eAAe,WAChB,MAAM;CA6BpB,CAAA"}
@@ -25,9 +25,13 @@ export declare const useWrappedModule: (module?: import("@xyo-network/module").M
25
25
  readonly disallowed?: Record<string, string[]> | undefined;
26
26
  } | undefined;
27
27
  readonly storeQueries?: boolean | undefined;
28
- } & Omit<undefined, "schema">, "schema"> & {
28
+ } & Omit<undefined, "schema"> & {
29
+ schema: "network.xyo.module.config";
30
+ }, "schema"> & {
29
31
  schema: string;
30
- }, "schema">, undefined>, import("@xyo-network/module").ModuleEventData> | null | undefined, account?: import("@xyo-network/account-model").AccountInstance | null | undefined, logger?: import("@xyo-network/core").Logger | undefined) => [ModuleWrapper<import("@xyo-network/module").Module<import("@xyo-network/module").ModuleParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
32
+ }, "schema"> & {
33
+ schema: string;
34
+ }, undefined>, import("@xyo-network/module").ModuleEventData> | null | undefined, account?: import("@xyo-network/account-model").AccountInstance | null | undefined, logger?: import("@xyo-network/core").Logger | undefined) => [ModuleWrapper<import("@xyo-network/module").Module<import("@xyo-network/module").ModuleParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
31
35
  readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
32
36
  readonly name?: string | undefined;
33
37
  readonly paging?: Record<string, {
@@ -53,7 +57,11 @@ export declare const useWrappedModule: (module?: import("@xyo-network/module").M
53
57
  readonly disallowed?: Record<string, string[]> | undefined;
54
58
  } | undefined;
55
59
  readonly storeQueries?: boolean | undefined;
56
- } & Omit<undefined, "schema">, "schema"> & {
60
+ } & Omit<undefined, "schema"> & {
61
+ schema: "network.xyo.module.config";
62
+ }, "schema"> & {
63
+ schema: string;
64
+ }, "schema"> & {
57
65
  schema: string;
58
- }, "schema">, undefined>, import("@xyo-network/module").ModuleEventData>> | undefined, Error | undefined];
66
+ }, undefined>, import("@xyo-network/module").ModuleEventData>> | undefined, Error | undefined];
59
67
  //# sourceMappingURL=useWrappedModule.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useWrappedModule.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWrappedModule.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAInD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yGAAqE,CAAA"}
1
+ {"version":3,"file":"useWrappedModule.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWrappedModule.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAInD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8FAAqE,CAAA"}
@@ -25,9 +25,13 @@ export declare const useWrappedModules: (modules?: import("@xyo-network/module")
25
25
  readonly disallowed?: Record<string, string[]> | undefined;
26
26
  } | undefined;
27
27
  readonly storeQueries?: boolean | undefined;
28
- } & Omit<undefined, "schema">, "schema"> & {
28
+ } & Omit<undefined, "schema"> & {
29
+ schema: "network.xyo.module.config";
30
+ }, "schema"> & {
29
31
  schema: string;
30
- }, "schema">, undefined>, import("@xyo-network/module").ModuleEventData>[] | undefined, account?: import("@xyo-network/account-model").AccountInstance | undefined, logger?: import("@xyo-network/core").Logger | undefined) => [ModuleWrapper<import("@xyo-network/module").Module<import("@xyo-network/module").ModuleParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
32
+ }, "schema"> & {
33
+ schema: string;
34
+ }, undefined>, import("@xyo-network/module").ModuleEventData>[] | undefined, account?: import("@xyo-network/account-model").AccountInstance | undefined, logger?: import("@xyo-network/core").Logger | undefined) => [ModuleWrapper<import("@xyo-network/module").Module<import("@xyo-network/module").ModuleParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
31
35
  readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
32
36
  readonly name?: string | undefined;
33
37
  readonly paging?: Record<string, {
@@ -53,7 +57,11 @@ export declare const useWrappedModules: (modules?: import("@xyo-network/module")
53
57
  readonly disallowed?: Record<string, string[]> | undefined;
54
58
  } | undefined;
55
59
  readonly storeQueries?: boolean | undefined;
56
- } & Omit<undefined, "schema">, "schema"> & {
60
+ } & Omit<undefined, "schema"> & {
61
+ schema: "network.xyo.module.config";
62
+ }, "schema"> & {
63
+ schema: string;
64
+ }, "schema"> & {
57
65
  schema: string;
58
- }, "schema">, undefined>, import("@xyo-network/module").ModuleEventData>>[] | undefined, Error | undefined];
66
+ }, undefined>, import("@xyo-network/module").ModuleEventData>>[] | undefined, Error | undefined];
59
67
  //# sourceMappingURL=useWrappedModules.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useWrappedModules.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWrappedModules.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAInD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2GAAuE,CAAA"}
1
+ {"version":3,"file":"useWrappedModules.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWrappedModules.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAInD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gGAAuE,CAAA"}
package/package.json CHANGED
@@ -15,13 +15,13 @@
15
15
  "@xylabs/react-button": "^2.17.6",
16
16
  "@xylabs/react-crypto": "^2.17.6",
17
17
  "@xylabs/react-flexbox": "^2.17.6",
18
- "@xyo-network/account-model": "^2.64.3",
19
- "@xyo-network/core": "^2.64.3",
20
- "@xyo-network/diviner": "^2.64.3",
21
- "@xyo-network/module": "^2.64.3",
22
- "@xyo-network/payload-model": "^2.64.3",
23
- "@xyo-network/react-shared": "^2.56.11",
24
- "@xyo-network/react-wallet": "^2.56.11"
18
+ "@xyo-network/account-model": "^2.64.8",
19
+ "@xyo-network/core": "^2.64.8",
20
+ "@xyo-network/diviner": "^2.64.8",
21
+ "@xyo-network/module": "^2.64.8",
22
+ "@xyo-network/payload-model": "^2.64.8",
23
+ "@xyo-network/react-shared": "^2.56.13",
24
+ "@xyo-network/react-wallet": "^2.56.13"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@ethersproject/address": "^5.7.0",
@@ -29,16 +29,16 @@
29
29
  "@ethersproject/networks": "^5.7.1",
30
30
  "@ethersproject/providers": "^5.7.2",
31
31
  "@ethersproject/solidity": "^5.7.0",
32
- "@storybook/react": "^7.0.25",
32
+ "@storybook/react": "^7.0.26",
33
33
  "@uniswap/sdk": "^3.0.3",
34
34
  "@uniswap/sdk-core": "^3.2.6",
35
35
  "@uniswap/v3-sdk": "^3.9.0",
36
36
  "@xylabs/ts-scripts-yarn3": "^2.18.7",
37
37
  "@xylabs/tsconfig-react": "^2.18.7",
38
- "@xyo-network/archivist": "^2.64.3",
39
- "@xyo-network/crypto-asset-plugin": "^2.64.3",
40
- "@xyo-network/diviner-address-history": "^2.64.3",
41
- "@xyo-network/node": "^2.64.3",
38
+ "@xyo-network/archivist": "^2.64.8",
39
+ "@xyo-network/crypto-asset-plugin": "^2.64.8",
40
+ "@xyo-network/diviner-address-history": "^2.64.8",
41
+ "@xyo-network/node": "^2.64.8",
42
42
  "typescript": "^5.1.6"
43
43
  },
44
44
  "peerDependencies": {
@@ -93,5 +93,5 @@
93
93
  },
94
94
  "sideEffects": false,
95
95
  "types": "dist/types/index.d.ts",
96
- "version": "2.56.11"
96
+ "version": "2.56.13"
97
97
  }