@xyo-network/react-sentinel 5.1.1 → 5.1.2
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.
- package/dist/types/contexts/use.d.ts +2 -2
- package/package.json +30 -30
|
@@ -2,7 +2,7 @@ export declare const useSentinelContext: () => {
|
|
|
2
2
|
history: import("@xyo-network/boundwitness-model").BoundWitness[] | undefined;
|
|
3
3
|
progress: import("./State.ts").SentinelReportProgress | undefined;
|
|
4
4
|
reportingErrors: Error[] | undefined;
|
|
5
|
-
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xylabs/
|
|
5
|
+
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xylabs/base").BaseParamsFields & {
|
|
6
6
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
7
7
|
addToResolvers?: boolean;
|
|
8
8
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -12,7 +12,7 @@ export declare const useSentinelContext: () => {
|
|
|
12
12
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
13
13
|
privateChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
14
14
|
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
15
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/
|
|
15
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
|
|
16
16
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
17
|
addToResolvers?: boolean;
|
|
18
18
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-sentinel",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.2",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,44 +39,44 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/types/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/enum": "^4.
|
|
43
|
-
"@xylabs/exists": "^4.
|
|
44
|
-
"@xylabs/react-async-effect": "^6.1.
|
|
45
|
-
"@xylabs/react-button": "^6.1.
|
|
46
|
-
"@xylabs/react-flexbox": "^6.1.
|
|
47
|
-
"@xylabs/react-promise": "^6.1.
|
|
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.1.
|
|
54
|
-
"@xyo-network/react-node": "^5.1.
|
|
55
|
-
"@xyo-network/react-payload-raw-info": "^5.1.
|
|
56
|
-
"@xyo-network/react-shared": "^5.1.
|
|
57
|
-
"@xyo-network/react-witness": "^5.1.
|
|
58
|
-
"@xyo-network/sentinel-memory": "^3.
|
|
59
|
-
"@xyo-network/sentinel-model": "^3.
|
|
60
|
-
"@xyo-network/witness-model": "^3.
|
|
42
|
+
"@xylabs/enum": "^4.8.0",
|
|
43
|
+
"@xylabs/exists": "^4.8.0",
|
|
44
|
+
"@xylabs/react-async-effect": "^6.1.13",
|
|
45
|
+
"@xylabs/react-button": "^6.1.13",
|
|
46
|
+
"@xylabs/react-flexbox": "^6.1.13",
|
|
47
|
+
"@xylabs/react-promise": "^6.1.13",
|
|
48
|
+
"@xyo-network/account-model": "^3.12.0",
|
|
49
|
+
"@xyo-network/archivist-model": "^3.12.0",
|
|
50
|
+
"@xyo-network/boundwitness-model": "^3.12.0",
|
|
51
|
+
"@xyo-network/module-model": "^3.12.0",
|
|
52
|
+
"@xyo-network/payload-model": "^3.12.0",
|
|
53
|
+
"@xyo-network/react-module": "^5.1.2",
|
|
54
|
+
"@xyo-network/react-node": "^5.1.2",
|
|
55
|
+
"@xyo-network/react-payload-raw-info": "^5.1.2",
|
|
56
|
+
"@xyo-network/react-shared": "^5.1.2",
|
|
57
|
+
"@xyo-network/react-witness": "^5.1.2",
|
|
58
|
+
"@xyo-network/sentinel-memory": "^3.12.0",
|
|
59
|
+
"@xyo-network/sentinel-model": "^3.12.0",
|
|
60
|
+
"@xyo-network/witness-model": "^3.12.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@emotion/react": "^11.14.0",
|
|
64
64
|
"@emotion/styled": "^11.14.0",
|
|
65
65
|
"@mui/icons-material": "^7.0.1",
|
|
66
66
|
"@mui/material": "^7.0.1",
|
|
67
|
-
"@storybook/react": "^8.6.
|
|
68
|
-
"@types/react": "^19.0
|
|
69
|
-
"@xylabs/ts-scripts-yarn3": "^6.2.
|
|
70
|
-
"@xylabs/tsconfig-react": "^6.2.
|
|
71
|
-
"@xyo-network/account": "^3.
|
|
72
|
-
"@xyo-network/evm-call-witness": "^3.
|
|
73
|
-
"@xyo-network/manifest": "^3.
|
|
74
|
-
"@xyo-network/module-factory-locator": "^3.
|
|
67
|
+
"@storybook/react": "^8.6.12",
|
|
68
|
+
"@types/react": "^19.1.0",
|
|
69
|
+
"@xylabs/ts-scripts-yarn3": "^6.2.1",
|
|
70
|
+
"@xylabs/tsconfig-react": "^6.2.1",
|
|
71
|
+
"@xyo-network/account": "^3.12.0",
|
|
72
|
+
"@xyo-network/evm-call-witness": "^3.5.0",
|
|
73
|
+
"@xyo-network/manifest": "^3.12.0",
|
|
74
|
+
"@xyo-network/module-factory-locator": "^3.12.0",
|
|
75
75
|
"ethers": "^6.13.6",
|
|
76
76
|
"react": "^19.1.0",
|
|
77
77
|
"react-dom": "^19.1.0",
|
|
78
|
-
"storybook": "^8.6.
|
|
79
|
-
"typescript": "^5.8.
|
|
78
|
+
"storybook": "^8.6.12",
|
|
79
|
+
"typescript": "^5.8.3"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"@emotion/react": "^11",
|