@xyo-network/react-standard-node 2.65.5 → 2.65.7
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/lib/Builders/MemoryNodeBuilder.d.cts +2 -2
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.mts +2 -2
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.ts +2 -2
- package/dist/browser/lib/Builders/SentinelBuilder.d.cts +4 -4
- package/dist/browser/lib/Builders/SentinelBuilder.d.mts +4 -4
- package/dist/browser/lib/Builders/SentinelBuilder.d.ts +4 -4
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.cts +2 -2
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.mts +2 -2
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.ts +2 -2
- package/dist/node/lib/Builders/SentinelBuilder.d.cts +4 -4
- package/dist/node/lib/Builders/SentinelBuilder.d.mts +4 -4
- package/dist/node/lib/Builders/SentinelBuilder.d.ts +4 -4
- package/package.json +18 -18
|
@@ -98,7 +98,7 @@ export declare class MemoryNodeBuilder {
|
|
|
98
98
|
readonly timestamp?: boolean | undefined;
|
|
99
99
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
100
100
|
synchronous?: boolean | undefined;
|
|
101
|
-
tasks: import("@xyo-network/sentinel").
|
|
101
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
102
102
|
} & {
|
|
103
103
|
schema: "network.xyo.sentinel.config";
|
|
104
104
|
}, "schema"> & {
|
|
@@ -144,7 +144,7 @@ export declare class MemoryNodeBuilder {
|
|
|
144
144
|
readonly timestamp?: boolean | undefined;
|
|
145
145
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
146
146
|
synchronous?: boolean | undefined;
|
|
147
|
-
tasks: import("@xyo-network/sentinel").
|
|
147
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
148
148
|
} & {
|
|
149
149
|
schema: "network.xyo.sentinel.config";
|
|
150
150
|
}, "schema"> & {
|
|
@@ -98,7 +98,7 @@ export declare class MemoryNodeBuilder {
|
|
|
98
98
|
readonly timestamp?: boolean | undefined;
|
|
99
99
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
100
100
|
synchronous?: boolean | undefined;
|
|
101
|
-
tasks: import("@xyo-network/sentinel").
|
|
101
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
102
102
|
} & {
|
|
103
103
|
schema: "network.xyo.sentinel.config";
|
|
104
104
|
}, "schema"> & {
|
|
@@ -144,7 +144,7 @@ export declare class MemoryNodeBuilder {
|
|
|
144
144
|
readonly timestamp?: boolean | undefined;
|
|
145
145
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
146
146
|
synchronous?: boolean | undefined;
|
|
147
|
-
tasks: import("@xyo-network/sentinel").
|
|
147
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
148
148
|
} & {
|
|
149
149
|
schema: "network.xyo.sentinel.config";
|
|
150
150
|
}, "schema"> & {
|
|
@@ -98,7 +98,7 @@ export declare class MemoryNodeBuilder {
|
|
|
98
98
|
readonly timestamp?: boolean | undefined;
|
|
99
99
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
100
100
|
synchronous?: boolean | undefined;
|
|
101
|
-
tasks: import("@xyo-network/sentinel").
|
|
101
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
102
102
|
} & {
|
|
103
103
|
schema: "network.xyo.sentinel.config";
|
|
104
104
|
}, "schema"> & {
|
|
@@ -144,7 +144,7 @@ export declare class MemoryNodeBuilder {
|
|
|
144
144
|
readonly timestamp?: boolean | undefined;
|
|
145
145
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
146
146
|
synchronous?: boolean | undefined;
|
|
147
|
-
tasks: import("@xyo-network/sentinel").
|
|
147
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
148
148
|
} & {
|
|
149
149
|
schema: "network.xyo.sentinel.config";
|
|
150
150
|
}, "schema"> & {
|
|
@@ -41,7 +41,7 @@ export declare class SentinelBuilder {
|
|
|
41
41
|
readonly timestamp?: boolean | undefined;
|
|
42
42
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
43
43
|
synchronous?: boolean | undefined;
|
|
44
|
-
tasks: import("@xyo-network/sentinel").
|
|
44
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
45
45
|
} & {
|
|
46
46
|
schema: "network.xyo.sentinel.config";
|
|
47
47
|
}, "schema"> & {
|
|
@@ -87,7 +87,7 @@ export declare class SentinelBuilder {
|
|
|
87
87
|
readonly timestamp?: boolean | undefined;
|
|
88
88
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
89
89
|
synchronous?: boolean | undefined;
|
|
90
|
-
tasks: import("@xyo-network/sentinel").
|
|
90
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
91
91
|
} & {
|
|
92
92
|
schema: "network.xyo.sentinel.config";
|
|
93
93
|
}, "schema"> & {
|
|
@@ -135,7 +135,7 @@ export declare class SentinelBuilder {
|
|
|
135
135
|
readonly timestamp?: boolean | undefined;
|
|
136
136
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
137
137
|
synchronous?: boolean | undefined;
|
|
138
|
-
tasks: import("@xyo-network/sentinel").
|
|
138
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
139
139
|
} & {
|
|
140
140
|
schema: "network.xyo.sentinel.config";
|
|
141
141
|
}, "schema"> & {
|
|
@@ -181,7 +181,7 @@ export declare class SentinelBuilder {
|
|
|
181
181
|
readonly timestamp?: boolean | undefined;
|
|
182
182
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
183
183
|
synchronous?: boolean | undefined;
|
|
184
|
-
tasks: import("@xyo-network/sentinel").
|
|
184
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
185
185
|
} & {
|
|
186
186
|
schema: "network.xyo.sentinel.config";
|
|
187
187
|
}, "schema"> & {
|
|
@@ -41,7 +41,7 @@ export declare class SentinelBuilder {
|
|
|
41
41
|
readonly timestamp?: boolean | undefined;
|
|
42
42
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
43
43
|
synchronous?: boolean | undefined;
|
|
44
|
-
tasks: import("@xyo-network/sentinel").
|
|
44
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
45
45
|
} & {
|
|
46
46
|
schema: "network.xyo.sentinel.config";
|
|
47
47
|
}, "schema"> & {
|
|
@@ -87,7 +87,7 @@ export declare class SentinelBuilder {
|
|
|
87
87
|
readonly timestamp?: boolean | undefined;
|
|
88
88
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
89
89
|
synchronous?: boolean | undefined;
|
|
90
|
-
tasks: import("@xyo-network/sentinel").
|
|
90
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
91
91
|
} & {
|
|
92
92
|
schema: "network.xyo.sentinel.config";
|
|
93
93
|
}, "schema"> & {
|
|
@@ -135,7 +135,7 @@ export declare class SentinelBuilder {
|
|
|
135
135
|
readonly timestamp?: boolean | undefined;
|
|
136
136
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
137
137
|
synchronous?: boolean | undefined;
|
|
138
|
-
tasks: import("@xyo-network/sentinel").
|
|
138
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
139
139
|
} & {
|
|
140
140
|
schema: "network.xyo.sentinel.config";
|
|
141
141
|
}, "schema"> & {
|
|
@@ -181,7 +181,7 @@ export declare class SentinelBuilder {
|
|
|
181
181
|
readonly timestamp?: boolean | undefined;
|
|
182
182
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
183
183
|
synchronous?: boolean | undefined;
|
|
184
|
-
tasks: import("@xyo-network/sentinel").
|
|
184
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
185
185
|
} & {
|
|
186
186
|
schema: "network.xyo.sentinel.config";
|
|
187
187
|
}, "schema"> & {
|
|
@@ -41,7 +41,7 @@ export declare class SentinelBuilder {
|
|
|
41
41
|
readonly timestamp?: boolean | undefined;
|
|
42
42
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
43
43
|
synchronous?: boolean | undefined;
|
|
44
|
-
tasks: import("@xyo-network/sentinel").
|
|
44
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
45
45
|
} & {
|
|
46
46
|
schema: "network.xyo.sentinel.config";
|
|
47
47
|
}, "schema"> & {
|
|
@@ -87,7 +87,7 @@ export declare class SentinelBuilder {
|
|
|
87
87
|
readonly timestamp?: boolean | undefined;
|
|
88
88
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
89
89
|
synchronous?: boolean | undefined;
|
|
90
|
-
tasks: import("@xyo-network/sentinel").
|
|
90
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
91
91
|
} & {
|
|
92
92
|
schema: "network.xyo.sentinel.config";
|
|
93
93
|
}, "schema"> & {
|
|
@@ -135,7 +135,7 @@ export declare class SentinelBuilder {
|
|
|
135
135
|
readonly timestamp?: boolean | undefined;
|
|
136
136
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
137
137
|
synchronous?: boolean | undefined;
|
|
138
|
-
tasks: import("@xyo-network/sentinel").
|
|
138
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
139
139
|
} & {
|
|
140
140
|
schema: "network.xyo.sentinel.config";
|
|
141
141
|
}, "schema"> & {
|
|
@@ -181,7 +181,7 @@ export declare class SentinelBuilder {
|
|
|
181
181
|
readonly timestamp?: boolean | undefined;
|
|
182
182
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
183
183
|
synchronous?: boolean | undefined;
|
|
184
|
-
tasks: import("@xyo-network/sentinel").
|
|
184
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
185
185
|
} & {
|
|
186
186
|
schema: "network.xyo.sentinel.config";
|
|
187
187
|
}, "schema"> & {
|
|
@@ -98,7 +98,7 @@ export declare class MemoryNodeBuilder {
|
|
|
98
98
|
readonly timestamp?: boolean | undefined;
|
|
99
99
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
100
100
|
synchronous?: boolean | undefined;
|
|
101
|
-
tasks: import("@xyo-network/sentinel").
|
|
101
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
102
102
|
} & {
|
|
103
103
|
schema: "network.xyo.sentinel.config";
|
|
104
104
|
}, "schema"> & {
|
|
@@ -144,7 +144,7 @@ export declare class MemoryNodeBuilder {
|
|
|
144
144
|
readonly timestamp?: boolean | undefined;
|
|
145
145
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
146
146
|
synchronous?: boolean | undefined;
|
|
147
|
-
tasks: import("@xyo-network/sentinel").
|
|
147
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
148
148
|
} & {
|
|
149
149
|
schema: "network.xyo.sentinel.config";
|
|
150
150
|
}, "schema"> & {
|
|
@@ -98,7 +98,7 @@ export declare class MemoryNodeBuilder {
|
|
|
98
98
|
readonly timestamp?: boolean | undefined;
|
|
99
99
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
100
100
|
synchronous?: boolean | undefined;
|
|
101
|
-
tasks: import("@xyo-network/sentinel").
|
|
101
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
102
102
|
} & {
|
|
103
103
|
schema: "network.xyo.sentinel.config";
|
|
104
104
|
}, "schema"> & {
|
|
@@ -144,7 +144,7 @@ export declare class MemoryNodeBuilder {
|
|
|
144
144
|
readonly timestamp?: boolean | undefined;
|
|
145
145
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
146
146
|
synchronous?: boolean | undefined;
|
|
147
|
-
tasks: import("@xyo-network/sentinel").
|
|
147
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
148
148
|
} & {
|
|
149
149
|
schema: "network.xyo.sentinel.config";
|
|
150
150
|
}, "schema"> & {
|
|
@@ -98,7 +98,7 @@ export declare class MemoryNodeBuilder {
|
|
|
98
98
|
readonly timestamp?: boolean | undefined;
|
|
99
99
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
100
100
|
synchronous?: boolean | undefined;
|
|
101
|
-
tasks: import("@xyo-network/sentinel").
|
|
101
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
102
102
|
} & {
|
|
103
103
|
schema: "network.xyo.sentinel.config";
|
|
104
104
|
}, "schema"> & {
|
|
@@ -144,7 +144,7 @@ export declare class MemoryNodeBuilder {
|
|
|
144
144
|
readonly timestamp?: boolean | undefined;
|
|
145
145
|
} & import("@xyo-network/module").ArchivingModuleConfig & {
|
|
146
146
|
synchronous?: boolean | undefined;
|
|
147
|
-
tasks: import("@xyo-network/sentinel").
|
|
147
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
148
148
|
} & {
|
|
149
149
|
schema: "network.xyo.sentinel.config";
|
|
150
150
|
}, "schema"> & {
|
|
@@ -41,7 +41,7 @@ export declare class SentinelBuilder {
|
|
|
41
41
|
readonly timestamp?: boolean | undefined;
|
|
42
42
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
43
43
|
synchronous?: boolean | undefined;
|
|
44
|
-
tasks: import("@xyo-network/sentinel").
|
|
44
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
45
45
|
} & {
|
|
46
46
|
schema: "network.xyo.sentinel.config";
|
|
47
47
|
}, "schema"> & {
|
|
@@ -87,7 +87,7 @@ export declare class SentinelBuilder {
|
|
|
87
87
|
readonly timestamp?: boolean | undefined;
|
|
88
88
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
89
89
|
synchronous?: boolean | undefined;
|
|
90
|
-
tasks: import("@xyo-network/sentinel").
|
|
90
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
91
91
|
} & {
|
|
92
92
|
schema: "network.xyo.sentinel.config";
|
|
93
93
|
}, "schema"> & {
|
|
@@ -135,7 +135,7 @@ export declare class SentinelBuilder {
|
|
|
135
135
|
readonly timestamp?: boolean | undefined;
|
|
136
136
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
137
137
|
synchronous?: boolean | undefined;
|
|
138
|
-
tasks: import("@xyo-network/sentinel").
|
|
138
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
139
139
|
} & {
|
|
140
140
|
schema: "network.xyo.sentinel.config";
|
|
141
141
|
}, "schema"> & {
|
|
@@ -181,7 +181,7 @@ export declare class SentinelBuilder {
|
|
|
181
181
|
readonly timestamp?: boolean | undefined;
|
|
182
182
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
183
183
|
synchronous?: boolean | undefined;
|
|
184
|
-
tasks: import("@xyo-network/sentinel").
|
|
184
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
185
185
|
} & {
|
|
186
186
|
schema: "network.xyo.sentinel.config";
|
|
187
187
|
}, "schema"> & {
|
|
@@ -41,7 +41,7 @@ export declare class SentinelBuilder {
|
|
|
41
41
|
readonly timestamp?: boolean | undefined;
|
|
42
42
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
43
43
|
synchronous?: boolean | undefined;
|
|
44
|
-
tasks: import("@xyo-network/sentinel").
|
|
44
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
45
45
|
} & {
|
|
46
46
|
schema: "network.xyo.sentinel.config";
|
|
47
47
|
}, "schema"> & {
|
|
@@ -87,7 +87,7 @@ export declare class SentinelBuilder {
|
|
|
87
87
|
readonly timestamp?: boolean | undefined;
|
|
88
88
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
89
89
|
synchronous?: boolean | undefined;
|
|
90
|
-
tasks: import("@xyo-network/sentinel").
|
|
90
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
91
91
|
} & {
|
|
92
92
|
schema: "network.xyo.sentinel.config";
|
|
93
93
|
}, "schema"> & {
|
|
@@ -135,7 +135,7 @@ export declare class SentinelBuilder {
|
|
|
135
135
|
readonly timestamp?: boolean | undefined;
|
|
136
136
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
137
137
|
synchronous?: boolean | undefined;
|
|
138
|
-
tasks: import("@xyo-network/sentinel").
|
|
138
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
139
139
|
} & {
|
|
140
140
|
schema: "network.xyo.sentinel.config";
|
|
141
141
|
}, "schema"> & {
|
|
@@ -181,7 +181,7 @@ export declare class SentinelBuilder {
|
|
|
181
181
|
readonly timestamp?: boolean | undefined;
|
|
182
182
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
183
183
|
synchronous?: boolean | undefined;
|
|
184
|
-
tasks: import("@xyo-network/sentinel").
|
|
184
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
185
185
|
} & {
|
|
186
186
|
schema: "network.xyo.sentinel.config";
|
|
187
187
|
}, "schema"> & {
|
|
@@ -41,7 +41,7 @@ export declare class SentinelBuilder {
|
|
|
41
41
|
readonly timestamp?: boolean | undefined;
|
|
42
42
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
43
43
|
synchronous?: boolean | undefined;
|
|
44
|
-
tasks: import("@xyo-network/sentinel").
|
|
44
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
45
45
|
} & {
|
|
46
46
|
schema: "network.xyo.sentinel.config";
|
|
47
47
|
}, "schema"> & {
|
|
@@ -87,7 +87,7 @@ export declare class SentinelBuilder {
|
|
|
87
87
|
readonly timestamp?: boolean | undefined;
|
|
88
88
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
89
89
|
synchronous?: boolean | undefined;
|
|
90
|
-
tasks: import("@xyo-network/sentinel").
|
|
90
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
91
91
|
} & {
|
|
92
92
|
schema: "network.xyo.sentinel.config";
|
|
93
93
|
}, "schema"> & {
|
|
@@ -135,7 +135,7 @@ export declare class SentinelBuilder {
|
|
|
135
135
|
readonly timestamp?: boolean | undefined;
|
|
136
136
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
137
137
|
synchronous?: boolean | undefined;
|
|
138
|
-
tasks: import("@xyo-network/sentinel").
|
|
138
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
139
139
|
} & {
|
|
140
140
|
schema: "network.xyo.sentinel.config";
|
|
141
141
|
}, "schema"> & {
|
|
@@ -181,7 +181,7 @@ export declare class SentinelBuilder {
|
|
|
181
181
|
readonly timestamp?: boolean | undefined;
|
|
182
182
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
183
183
|
synchronous?: boolean | undefined;
|
|
184
|
-
tasks: import("@xyo-network/sentinel").
|
|
184
|
+
tasks: import("@xyo-network/sentinel").Task[];
|
|
185
185
|
} & {
|
|
186
186
|
schema: "network.xyo.sentinel.config";
|
|
187
187
|
}, "schema"> & {
|
package/package.json
CHANGED
|
@@ -13,25 +13,25 @@
|
|
|
13
13
|
"@xylabs/react-async-effect": "^3.0.21",
|
|
14
14
|
"@xylabs/react-promise": "^3.0.21",
|
|
15
15
|
"@xylabs/react-shared": "^3.0.21",
|
|
16
|
-
"@xyo-network/account-model": "^2.
|
|
17
|
-
"@xyo-network/archivist": "^2.
|
|
18
|
-
"@xyo-network/http-bridge": "^2.
|
|
19
|
-
"@xyo-network/module": "^2.
|
|
20
|
-
"@xyo-network/node-memory": "^2.
|
|
21
|
-
"@xyo-network/node-model": "^2.
|
|
22
|
-
"@xyo-network/payloadset-plugin": "^2.
|
|
23
|
-
"@xyo-network/react-network": "~2.65.
|
|
24
|
-
"@xyo-network/react-node": "~2.65.
|
|
25
|
-
"@xyo-network/react-shared": "~2.65.
|
|
26
|
-
"@xyo-network/react-wallet": "~2.65.
|
|
27
|
-
"@xyo-network/sentinel": "^2.
|
|
28
|
-
"@xyo-network/wallet-model": "^2.
|
|
29
|
-
"@xyo-network/witness": "^2.
|
|
16
|
+
"@xyo-network/account-model": "^2.80.0",
|
|
17
|
+
"@xyo-network/archivist": "^2.80.0",
|
|
18
|
+
"@xyo-network/http-bridge": "^2.80.0",
|
|
19
|
+
"@xyo-network/module": "^2.80.0",
|
|
20
|
+
"@xyo-network/node-memory": "^2.80.0",
|
|
21
|
+
"@xyo-network/node-model": "^2.80.0",
|
|
22
|
+
"@xyo-network/payloadset-plugin": "^2.80.0",
|
|
23
|
+
"@xyo-network/react-network": "~2.65.7",
|
|
24
|
+
"@xyo-network/react-node": "~2.65.7",
|
|
25
|
+
"@xyo-network/react-shared": "~2.65.7",
|
|
26
|
+
"@xyo-network/react-wallet": "~2.65.7",
|
|
27
|
+
"@xyo-network/sentinel": "^2.80.0",
|
|
28
|
+
"@xyo-network/wallet-model": "^2.80.0",
|
|
29
|
+
"@xyo-network/witness": "^2.80.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@storybook/react": "^7.5.
|
|
33
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
34
|
-
"@xylabs/tsconfig-react": "^3.
|
|
32
|
+
"@storybook/react": "^7.5.3",
|
|
33
|
+
"@xylabs/ts-scripts-yarn3": "^3.2.2",
|
|
34
|
+
"@xylabs/tsconfig-react": "^3.2.2",
|
|
35
35
|
"typescript": "^5.2.2"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -92,6 +92,6 @@
|
|
|
92
92
|
},
|
|
93
93
|
"sideEffects": false,
|
|
94
94
|
"types": "dist/browser/index.d.ts",
|
|
95
|
-
"version": "2.65.
|
|
95
|
+
"version": "2.65.7",
|
|
96
96
|
"type": "module"
|
|
97
97
|
}
|