@xyo-network/react-sentinel 5.3.2 → 5.3.4
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,4 +1,4 @@
|
|
|
1
|
-
export declare const SentinelContext: import("react").Context<{
|
|
1
|
+
export declare const SentinelContext: import("react").Context<({
|
|
2
2
|
history?: import("@xyo-network/boundwitness-model").BoundWitness[];
|
|
3
3
|
progress?: import("./State.ts").SentinelReportProgress;
|
|
4
4
|
reportingErrors?: Error[];
|
|
@@ -6,5 +6,21 @@ export declare const SentinelContext: import("react").Context<{
|
|
|
6
6
|
status?: import("./State.ts").SentinelReportStatus;
|
|
7
7
|
} & {
|
|
8
8
|
provided: true;
|
|
9
|
-
}
|
|
9
|
+
}) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").ProvidedContextExState<{
|
|
10
|
+
history?: import("@xyo-network/boundwitness-model").BoundWitness[];
|
|
11
|
+
progress?: import("./State.ts").SentinelReportProgress;
|
|
12
|
+
reportingErrors?: Error[];
|
|
13
|
+
sentinel?: import("@xyo-network/sentinel-model").SentinelModule;
|
|
14
|
+
status?: import("./State.ts").SentinelReportStatus;
|
|
15
|
+
}>, never> & {
|
|
16
|
+
provided: false;
|
|
17
|
+
}) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").NotProvidedContextExState<{
|
|
18
|
+
history?: import("@xyo-network/boundwitness-model").BoundWitness[];
|
|
19
|
+
progress?: import("./State.ts").SentinelReportProgress;
|
|
20
|
+
reportingErrors?: Error[];
|
|
21
|
+
sentinel?: import("@xyo-network/sentinel-model").SentinelModule;
|
|
22
|
+
status?: import("./State.ts").SentinelReportStatus;
|
|
23
|
+
}>, never> & {
|
|
24
|
+
provided: false;
|
|
25
|
+
})>;
|
|
10
26
|
//# sourceMappingURL=Context.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../src/contexts/Context.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../src/contexts/Context.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;GAA0C,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-sentinel",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.4",
|
|
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.3.
|
|
45
|
-
"@xylabs/react-button": "^6.3.
|
|
46
|
-
"@xylabs/react-flexbox": "^6.3.
|
|
47
|
-
"@xylabs/react-promise": "^6.3.
|
|
48
|
-
"@xylabs/react-shared": "^6.3.
|
|
49
|
-
"@xyo-network/account-model": "^3.15.
|
|
50
|
-
"@xyo-network/archivist-model": "^3.15.
|
|
51
|
-
"@xyo-network/boundwitness-model": "^3.15.
|
|
52
|
-
"@xyo-network/module-model": "^3.15.
|
|
53
|
-
"@xyo-network/payload-model": "^3.15.
|
|
54
|
-
"@xyo-network/react-module": "^5.3.
|
|
55
|
-
"@xyo-network/react-node": "^5.3.
|
|
56
|
-
"@xyo-network/react-payload-raw-info": "^5.3.
|
|
57
|
-
"@xyo-network/react-witness": "^5.3.
|
|
58
|
-
"@xyo-network/sentinel-memory": "^3.15.
|
|
59
|
-
"@xyo-network/sentinel-model": "^3.15.
|
|
60
|
-
"@xyo-network/witness-model": "^3.15.
|
|
42
|
+
"@xylabs/enum": "^4.9.18",
|
|
43
|
+
"@xylabs/exists": "^4.9.18",
|
|
44
|
+
"@xylabs/react-async-effect": "^6.3.1",
|
|
45
|
+
"@xylabs/react-button": "^6.3.1",
|
|
46
|
+
"@xylabs/react-flexbox": "^6.3.1",
|
|
47
|
+
"@xylabs/react-promise": "^6.3.1",
|
|
48
|
+
"@xylabs/react-shared": "^6.3.1",
|
|
49
|
+
"@xyo-network/account-model": "^3.15.10",
|
|
50
|
+
"@xyo-network/archivist-model": "^3.15.10",
|
|
51
|
+
"@xyo-network/boundwitness-model": "^3.15.10",
|
|
52
|
+
"@xyo-network/module-model": "^3.15.10",
|
|
53
|
+
"@xyo-network/payload-model": "^3.15.10",
|
|
54
|
+
"@xyo-network/react-module": "^5.3.4",
|
|
55
|
+
"@xyo-network/react-node": "^5.3.4",
|
|
56
|
+
"@xyo-network/react-payload-raw-info": "^5.3.4",
|
|
57
|
+
"@xyo-network/react-witness": "^5.3.4",
|
|
58
|
+
"@xyo-network/sentinel-memory": "^3.15.10",
|
|
59
|
+
"@xyo-network/sentinel-model": "^3.15.10",
|
|
60
|
+
"@xyo-network/witness-model": "^3.15.10"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@emotion/react": "^11.14.0",
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
"@mui/material": "^7.1.0",
|
|
67
67
|
"@storybook/react": "^8.6.12",
|
|
68
68
|
"@types/react": "^19.1.4",
|
|
69
|
-
"@xylabs/ts-scripts-yarn3": "^6.5.
|
|
70
|
-
"@xylabs/tsconfig-react": "^6.5.
|
|
71
|
-
"@xyo-network/account": "^3.15.
|
|
69
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.6",
|
|
70
|
+
"@xylabs/tsconfig-react": "^6.5.6",
|
|
71
|
+
"@xyo-network/account": "^3.15.10",
|
|
72
72
|
"@xyo-network/evm-call-witness": "^3.5.6",
|
|
73
|
-
"@xyo-network/manifest": "^3.15.
|
|
74
|
-
"@xyo-network/module-factory-locator": "^3.15.
|
|
75
|
-
"@xyo-network/wallet": "^3.15.
|
|
73
|
+
"@xyo-network/manifest": "^3.15.10",
|
|
74
|
+
"@xyo-network/module-factory-locator": "^3.15.10",
|
|
75
|
+
"@xyo-network/wallet": "^3.15.10",
|
|
76
76
|
"ethers": "^6.14.0",
|
|
77
77
|
"react": "^19.1.0",
|
|
78
78
|
"react-dom": "^19.1.0",
|