@xyo-network/react-sentinel 5.2.10 → 5.3.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.
|
@@ -10,9 +10,7 @@ export declare const useSentinelContext: () => {
|
|
|
10
10
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/sentinel-model").SentinelConfig>;
|
|
11
11
|
ephemeralQueryAccountEnabled?: boolean;
|
|
12
12
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
13
|
-
|
|
14
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
15
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
|
|
13
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
|
|
16
14
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
15
|
addToResolvers?: boolean;
|
|
18
16
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -20,9 +18,7 @@ export declare const useSentinelContext: () => {
|
|
|
20
18
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
|
|
21
19
|
ephemeralQueryAccountEnabled?: boolean;
|
|
22
20
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
23
|
-
|
|
24
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
25
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>> | undefined;
|
|
21
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>> | undefined;
|
|
26
22
|
status: import("./State.ts").SentinelReportStatus | undefined;
|
|
27
23
|
};
|
|
28
24
|
//# sourceMappingURL=use.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;CAO9B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-sentinel",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,25 +39,25 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/types/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/enum": "^4.9.
|
|
43
|
-
"@xylabs/exists": "^4.9.
|
|
44
|
-
"@xylabs/react-async-effect": "^6.
|
|
45
|
-
"@xylabs/react-button": "^6.
|
|
46
|
-
"@xylabs/react-flexbox": "^6.
|
|
47
|
-
"@xylabs/react-promise": "^6.
|
|
48
|
-
"@xyo-network/account-model": "^3.
|
|
49
|
-
"@xyo-network/archivist-model": "^3.
|
|
50
|
-
"@xyo-network/boundwitness-model": "^3.
|
|
51
|
-
"@xyo-network/module-model": "^3.
|
|
52
|
-
"@xyo-network/payload-model": "^3.
|
|
53
|
-
"@xyo-network/react-module": "^5.
|
|
54
|
-
"@xyo-network/react-node": "^5.
|
|
55
|
-
"@xyo-network/react-payload-raw-info": "^5.
|
|
56
|
-
"@xyo-network/react-shared": "^5.
|
|
57
|
-
"@xyo-network/react-witness": "^5.
|
|
58
|
-
"@xyo-network/sentinel-memory": "^3.
|
|
59
|
-
"@xyo-network/sentinel-model": "^3.
|
|
60
|
-
"@xyo-network/witness-model": "^3.
|
|
42
|
+
"@xylabs/enum": "^4.9.15",
|
|
43
|
+
"@xylabs/exists": "^4.9.15",
|
|
44
|
+
"@xylabs/react-async-effect": "^6.3.0",
|
|
45
|
+
"@xylabs/react-button": "^6.3.0",
|
|
46
|
+
"@xylabs/react-flexbox": "^6.3.0",
|
|
47
|
+
"@xylabs/react-promise": "^6.3.0",
|
|
48
|
+
"@xyo-network/account-model": "^3.15.5",
|
|
49
|
+
"@xyo-network/archivist-model": "^3.15.5",
|
|
50
|
+
"@xyo-network/boundwitness-model": "^3.15.5",
|
|
51
|
+
"@xyo-network/module-model": "^3.15.5",
|
|
52
|
+
"@xyo-network/payload-model": "^3.15.5",
|
|
53
|
+
"@xyo-network/react-module": "^5.3.0",
|
|
54
|
+
"@xyo-network/react-node": "^5.3.0",
|
|
55
|
+
"@xyo-network/react-payload-raw-info": "^5.3.0",
|
|
56
|
+
"@xyo-network/react-shared": "^5.3.0",
|
|
57
|
+
"@xyo-network/react-witness": "^5.3.0",
|
|
58
|
+
"@xyo-network/sentinel-memory": "^3.15.5",
|
|
59
|
+
"@xyo-network/sentinel-model": "^3.15.5",
|
|
60
|
+
"@xyo-network/witness-model": "^3.15.5"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@emotion/react": "^11.14.0",
|
|
@@ -65,15 +65,15 @@
|
|
|
65
65
|
"@mui/icons-material": "^7.1.0",
|
|
66
66
|
"@mui/material": "^7.1.0",
|
|
67
67
|
"@storybook/react": "^8.6.12",
|
|
68
|
-
"@types/react": "^19.1.
|
|
68
|
+
"@types/react": "^19.1.4",
|
|
69
69
|
"@xylabs/ts-scripts-yarn3": "^6.5.5",
|
|
70
70
|
"@xylabs/tsconfig-react": "^6.5.5",
|
|
71
|
-
"@xyo-network/account": "^3.
|
|
71
|
+
"@xyo-network/account": "^3.15.5",
|
|
72
72
|
"@xyo-network/evm-call-witness": "^3.5.6",
|
|
73
|
-
"@xyo-network/manifest": "^3.
|
|
74
|
-
"@xyo-network/module-factory-locator": "^3.
|
|
75
|
-
"@xyo-network/wallet": "^3.
|
|
76
|
-
"ethers": "^6.
|
|
73
|
+
"@xyo-network/manifest": "^3.15.5",
|
|
74
|
+
"@xyo-network/module-factory-locator": "^3.15.5",
|
|
75
|
+
"@xyo-network/wallet": "^3.15.5",
|
|
76
|
+
"ethers": "^6.14.0",
|
|
77
77
|
"react": "^19.1.0",
|
|
78
78
|
"react-dom": "^19.1.0",
|
|
79
79
|
"storybook": "^8.6.12",
|