@xyo-network/react-sentinel 2.70.7 → 2.71.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.
- package/dist/browser/contexts/use.d.cts +5 -3
- package/dist/browser/contexts/use.d.cts.map +1 -1
- package/dist/browser/contexts/use.d.mts +5 -3
- package/dist/browser/contexts/use.d.mts.map +1 -1
- package/dist/browser/contexts/use.d.ts +5 -3
- package/dist/browser/contexts/use.d.ts.map +1 -1
- package/dist/node/contexts/use.d.cts +5 -3
- package/dist/node/contexts/use.d.cts.map +1 -1
- package/dist/node/contexts/use.d.mts +5 -3
- package/dist/node/contexts/use.d.mts.map +1 -1
- package/dist/node/contexts/use.d.ts +5 -3
- package/dist/node/contexts/use.d.ts.map +1 -1
- package/package.json +23 -23
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
export declare const useSentinelContext: () => {
|
|
2
|
-
history: (import("@xyo-network/payload-model").SchemaFields &
|
|
2
|
+
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
3
3
|
schema: "network.xyo.boundwitness";
|
|
4
4
|
})[] | undefined;
|
|
5
5
|
progress: import("./State").SentinelReportProgress | undefined;
|
|
6
6
|
reportingErrors: Error[] | undefined;
|
|
7
7
|
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
|
|
9
|
+
addToResolvers?: boolean | undefined;
|
|
10
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
10
11
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
12
|
schema: "network.xyo.sentinel.config";
|
|
12
13
|
synchronous?: boolean | undefined;
|
|
@@ -20,7 +21,8 @@ export declare const useSentinelContext: () => {
|
|
|
20
21
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
21
22
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
|
-
|
|
24
|
+
addToResolvers?: boolean | undefined;
|
|
25
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
24
26
|
schema: "network.xyo.module.config";
|
|
25
27
|
}, "schema"> & {
|
|
26
28
|
schema: string;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
export declare const useSentinelContext: () => {
|
|
2
|
-
history: (import("@xyo-network/payload-model").SchemaFields &
|
|
2
|
+
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
3
3
|
schema: "network.xyo.boundwitness";
|
|
4
4
|
})[] | undefined;
|
|
5
5
|
progress: import("./State").SentinelReportProgress | undefined;
|
|
6
6
|
reportingErrors: Error[] | undefined;
|
|
7
7
|
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
|
|
9
|
+
addToResolvers?: boolean | undefined;
|
|
10
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
10
11
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
12
|
schema: "network.xyo.sentinel.config";
|
|
12
13
|
synchronous?: boolean | undefined;
|
|
@@ -20,7 +21,8 @@ export declare const useSentinelContext: () => {
|
|
|
20
21
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
21
22
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
|
-
|
|
24
|
+
addToResolvers?: boolean | undefined;
|
|
25
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
24
26
|
schema: "network.xyo.module.config";
|
|
25
27
|
}, "schema"> & {
|
|
26
28
|
schema: string;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
export declare const useSentinelContext: () => {
|
|
2
|
-
history: (import("@xyo-network/payload-model").SchemaFields &
|
|
2
|
+
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
3
3
|
schema: "network.xyo.boundwitness";
|
|
4
4
|
})[] | undefined;
|
|
5
5
|
progress: import("./State").SentinelReportProgress | undefined;
|
|
6
6
|
reportingErrors: Error[] | undefined;
|
|
7
7
|
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
|
|
9
|
+
addToResolvers?: boolean | undefined;
|
|
10
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
10
11
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
12
|
schema: "network.xyo.sentinel.config";
|
|
12
13
|
synchronous?: boolean | undefined;
|
|
@@ -20,7 +21,8 @@ export declare const useSentinelContext: () => {
|
|
|
20
21
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
21
22
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
|
-
|
|
24
|
+
addToResolvers?: boolean | undefined;
|
|
25
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
24
26
|
schema: "network.xyo.module.config";
|
|
25
27
|
}, "schema"> & {
|
|
26
28
|
schema: string;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
export declare const useSentinelContext: () => {
|
|
2
|
-
history: (import("@xyo-network/payload-model").SchemaFields &
|
|
2
|
+
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
3
3
|
schema: "network.xyo.boundwitness";
|
|
4
4
|
})[] | undefined;
|
|
5
5
|
progress: import("./State").SentinelReportProgress | undefined;
|
|
6
6
|
reportingErrors: Error[] | undefined;
|
|
7
7
|
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
|
|
9
|
+
addToResolvers?: boolean | undefined;
|
|
10
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
10
11
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
12
|
schema: "network.xyo.sentinel.config";
|
|
12
13
|
synchronous?: boolean | undefined;
|
|
@@ -20,7 +21,8 @@ export declare const useSentinelContext: () => {
|
|
|
20
21
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
21
22
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
|
-
|
|
24
|
+
addToResolvers?: boolean | undefined;
|
|
25
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
24
26
|
schema: "network.xyo.module.config";
|
|
25
27
|
}, "schema"> & {
|
|
26
28
|
schema: string;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
export declare const useSentinelContext: () => {
|
|
2
|
-
history: (import("@xyo-network/payload-model").SchemaFields &
|
|
2
|
+
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
3
3
|
schema: "network.xyo.boundwitness";
|
|
4
4
|
})[] | undefined;
|
|
5
5
|
progress: import("./State").SentinelReportProgress | undefined;
|
|
6
6
|
reportingErrors: Error[] | undefined;
|
|
7
7
|
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
|
|
9
|
+
addToResolvers?: boolean | undefined;
|
|
10
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
10
11
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
12
|
schema: "network.xyo.sentinel.config";
|
|
12
13
|
synchronous?: boolean | undefined;
|
|
@@ -20,7 +21,8 @@ export declare const useSentinelContext: () => {
|
|
|
20
21
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
21
22
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
|
-
|
|
24
|
+
addToResolvers?: boolean | undefined;
|
|
25
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
24
26
|
schema: "network.xyo.module.config";
|
|
25
27
|
}, "schema"> & {
|
|
26
28
|
schema: string;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
export declare const useSentinelContext: () => {
|
|
2
|
-
history: (import("@xyo-network/payload-model").SchemaFields &
|
|
2
|
+
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
3
3
|
schema: "network.xyo.boundwitness";
|
|
4
4
|
})[] | undefined;
|
|
5
5
|
progress: import("./State").SentinelReportProgress | undefined;
|
|
6
6
|
reportingErrors: Error[] | undefined;
|
|
7
7
|
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
|
|
9
|
+
addToResolvers?: boolean | undefined;
|
|
10
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
10
11
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
12
|
schema: "network.xyo.sentinel.config";
|
|
12
13
|
synchronous?: boolean | undefined;
|
|
@@ -20,7 +21,8 @@ export declare const useSentinelContext: () => {
|
|
|
20
21
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
21
22
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
|
-
|
|
24
|
+
addToResolvers?: boolean | undefined;
|
|
25
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
24
26
|
schema: "network.xyo.module.config";
|
|
25
27
|
}, "schema"> & {
|
|
26
28
|
schema: string;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG9B,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,34 +10,34 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/react-async-effect": "^3.1.
|
|
14
|
-
"@xylabs/react-button": "^3.1.
|
|
15
|
-
"@xylabs/react-flexbox": "^3.1.
|
|
16
|
-
"@xylabs/react-promise": "^3.1.
|
|
17
|
-
"@xylabs/react-shared": "^3.1.
|
|
18
|
-
"@xyo-network/account-model": "^2.
|
|
19
|
-
"@xyo-network/archivist": "^2.
|
|
20
|
-
"@xyo-network/boundwitness-model": "^2.
|
|
21
|
-
"@xyo-network/module-model": "^2.
|
|
22
|
-
"@xyo-network/payload-model": "^2.
|
|
23
|
-
"@xyo-network/react-module": "~2.
|
|
24
|
-
"@xyo-network/react-node": "~2.
|
|
25
|
-
"@xyo-network/react-payload-raw-info": "~2.
|
|
26
|
-
"@xyo-network/react-shared": "~2.
|
|
27
|
-
"@xyo-network/react-witness": "~2.
|
|
28
|
-
"@xyo-network/sentinel": "^2.
|
|
29
|
-
"@xyo-network/sentinel-model": "^2.
|
|
30
|
-
"@xyo-network/witness-model": "^2.
|
|
13
|
+
"@xylabs/react-async-effect": "^3.1.6",
|
|
14
|
+
"@xylabs/react-button": "^3.1.6",
|
|
15
|
+
"@xylabs/react-flexbox": "^3.1.6",
|
|
16
|
+
"@xylabs/react-promise": "^3.1.6",
|
|
17
|
+
"@xylabs/react-shared": "^3.1.6",
|
|
18
|
+
"@xyo-network/account-model": "^2.93.4",
|
|
19
|
+
"@xyo-network/archivist": "^2.93.4",
|
|
20
|
+
"@xyo-network/boundwitness-model": "^2.93.4",
|
|
21
|
+
"@xyo-network/module-model": "^2.93.4",
|
|
22
|
+
"@xyo-network/payload-model": "^2.93.4",
|
|
23
|
+
"@xyo-network/react-module": "~2.71.0",
|
|
24
|
+
"@xyo-network/react-node": "~2.71.0",
|
|
25
|
+
"@xyo-network/react-payload-raw-info": "~2.71.0",
|
|
26
|
+
"@xyo-network/react-shared": "~2.71.0",
|
|
27
|
+
"@xyo-network/react-witness": "~2.71.0",
|
|
28
|
+
"@xyo-network/sentinel": "^2.93.4",
|
|
29
|
+
"@xyo-network/sentinel-model": "^2.93.4",
|
|
30
|
+
"@xyo-network/witness-model": "^2.93.4"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@storybook/react": "^7.6.17",
|
|
34
34
|
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
|
35
35
|
"@xylabs/tsconfig-react": "^3.5.2",
|
|
36
|
-
"@xyo-network/account": "^2.
|
|
37
|
-
"@xyo-network/evm-call-witness": "^2.
|
|
38
|
-
"@xyo-network/manifest": "^2.
|
|
36
|
+
"@xyo-network/account": "^2.93.4",
|
|
37
|
+
"@xyo-network/evm-call-witness": "^2.91.0",
|
|
38
|
+
"@xyo-network/manifest": "^2.93.4",
|
|
39
39
|
"ethers": "^6.11.1",
|
|
40
|
-
"typescript": "^5.4.
|
|
40
|
+
"typescript": "^5.4.3"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"@emotion/react": "^11",
|
|
@@ -99,6 +99,6 @@
|
|
|
99
99
|
},
|
|
100
100
|
"sideEffects": false,
|
|
101
101
|
"types": "dist/browser/index.d.ts",
|
|
102
|
-
"version": "2.
|
|
102
|
+
"version": "2.71.0",
|
|
103
103
|
"type": "module"
|
|
104
104
|
}
|