@xyo-network/react-standard-node 2.60.12 → 2.61.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/types/lib/Builders/MemoryNodeBuilder.d.ts +21 -21
- package/dist/types/lib/Builders/SentinelBuilder.d.ts +2 -2
- package/dist/types/lib/Builders/StorageArchivistBuilder.d.ts +7 -7
- package/dist/types/lib/Builders/StorageArchivistBuilder.d.ts.map +1 -1
- package/package.json +17 -17
- package/dist/docs.json +0 -6023
|
@@ -14,7 +14,7 @@ export declare class MemoryNodeBuilder {
|
|
|
14
14
|
account?: AccountInstance | "random" | undefined;
|
|
15
15
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
16
16
|
accountDerivationPath?: string | undefined;
|
|
17
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
17
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
18
18
|
readonly name?: string | undefined;
|
|
19
19
|
readonly paging?: Record<string, {
|
|
20
20
|
size?: number | undefined;
|
|
@@ -22,7 +22,7 @@ export declare class MemoryNodeBuilder {
|
|
|
22
22
|
readonly schema: string;
|
|
23
23
|
readonly security?: {
|
|
24
24
|
readonly allowAnonymous?: boolean | undefined;
|
|
25
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
25
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
26
26
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
27
27
|
} | undefined;
|
|
28
28
|
readonly sign?: boolean | undefined;
|
|
@@ -30,7 +30,7 @@ export declare class MemoryNodeBuilder {
|
|
|
30
30
|
readonly timestamp?: boolean | undefined;
|
|
31
31
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
32
32
|
accountDerivationPath?: string | undefined;
|
|
33
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
33
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
34
34
|
readonly name?: string | undefined;
|
|
35
35
|
readonly paging?: Record<string, {
|
|
36
36
|
size?: number | undefined;
|
|
@@ -38,7 +38,7 @@ export declare class MemoryNodeBuilder {
|
|
|
38
38
|
readonly schema: "network.xyo.node.config";
|
|
39
39
|
readonly security?: {
|
|
40
40
|
readonly allowAnonymous?: boolean | undefined;
|
|
41
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
41
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
42
42
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
43
43
|
} | undefined;
|
|
44
44
|
readonly sign?: boolean | undefined;
|
|
@@ -67,7 +67,7 @@ export declare class MemoryNodeBuilder {
|
|
|
67
67
|
account?: AccountInstance | "random" | undefined;
|
|
68
68
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
69
69
|
accountDerivationPath?: string | undefined;
|
|
70
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
70
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
71
71
|
readonly name?: string | undefined;
|
|
72
72
|
readonly paging?: Record<string, {
|
|
73
73
|
size?: number | undefined;
|
|
@@ -75,7 +75,7 @@ export declare class MemoryNodeBuilder {
|
|
|
75
75
|
readonly schema: string;
|
|
76
76
|
readonly security?: {
|
|
77
77
|
readonly allowAnonymous?: boolean | undefined;
|
|
78
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
78
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
79
79
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
80
80
|
} | undefined;
|
|
81
81
|
readonly sign?: boolean | undefined;
|
|
@@ -83,7 +83,7 @@ export declare class MemoryNodeBuilder {
|
|
|
83
83
|
readonly timestamp?: boolean | undefined;
|
|
84
84
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
85
85
|
accountDerivationPath?: string | undefined;
|
|
86
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
86
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
87
87
|
readonly name?: string | undefined;
|
|
88
88
|
readonly paging?: Record<string, {
|
|
89
89
|
size?: number | undefined;
|
|
@@ -91,7 +91,7 @@ export declare class MemoryNodeBuilder {
|
|
|
91
91
|
readonly schema: string;
|
|
92
92
|
readonly security?: {
|
|
93
93
|
readonly allowAnonymous?: boolean | undefined;
|
|
94
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
94
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
95
95
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
96
96
|
} | undefined;
|
|
97
97
|
readonly sign?: boolean | undefined;
|
|
@@ -99,7 +99,7 @@ export declare class MemoryNodeBuilder {
|
|
|
99
99
|
readonly timestamp?: boolean | undefined;
|
|
100
100
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
101
101
|
accountDerivationPath?: string | undefined;
|
|
102
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
102
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
103
103
|
readonly name?: string | undefined;
|
|
104
104
|
readonly paging?: Record<string, {
|
|
105
105
|
size?: number | undefined;
|
|
@@ -107,7 +107,7 @@ export declare class MemoryNodeBuilder {
|
|
|
107
107
|
readonly schema: "network.xyo.sentinel.config";
|
|
108
108
|
readonly security?: {
|
|
109
109
|
readonly allowAnonymous?: boolean | undefined;
|
|
110
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
110
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
111
111
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
112
112
|
} | undefined;
|
|
113
113
|
readonly sign?: boolean | undefined;
|
|
@@ -115,7 +115,7 @@ export declare class MemoryNodeBuilder {
|
|
|
115
115
|
readonly timestamp?: boolean | undefined;
|
|
116
116
|
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
117
117
|
accountDerivationPath?: string | undefined;
|
|
118
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
118
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
119
119
|
readonly name?: string | undefined;
|
|
120
120
|
readonly paging?: Record<string, {
|
|
121
121
|
size?: number | undefined;
|
|
@@ -123,7 +123,7 @@ export declare class MemoryNodeBuilder {
|
|
|
123
123
|
readonly schema: string;
|
|
124
124
|
readonly security?: {
|
|
125
125
|
readonly allowAnonymous?: boolean | undefined;
|
|
126
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
126
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
127
127
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
128
128
|
} | undefined;
|
|
129
129
|
readonly sign?: boolean | undefined;
|
|
@@ -152,11 +152,11 @@ export declare class MemoryNodeBuilder {
|
|
|
152
152
|
};
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
154
154
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
155
|
-
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
155
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/sentinel-model").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
156
156
|
account?: AccountInstance | "random" | undefined;
|
|
157
157
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
158
158
|
accountDerivationPath?: string | undefined;
|
|
159
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
159
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
160
160
|
readonly name?: string | undefined;
|
|
161
161
|
readonly paging?: Record<string, {
|
|
162
162
|
size?: number | undefined;
|
|
@@ -164,7 +164,7 @@ export declare class MemoryNodeBuilder {
|
|
|
164
164
|
readonly schema: string;
|
|
165
165
|
readonly security?: {
|
|
166
166
|
readonly allowAnonymous?: boolean | undefined;
|
|
167
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
167
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
168
168
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
169
169
|
} | undefined;
|
|
170
170
|
readonly sign?: boolean | undefined;
|
|
@@ -172,7 +172,7 @@ export declare class MemoryNodeBuilder {
|
|
|
172
172
|
readonly timestamp?: boolean | undefined;
|
|
173
173
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
174
174
|
accountDerivationPath?: string | undefined;
|
|
175
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
175
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
176
176
|
readonly name?: string | undefined;
|
|
177
177
|
readonly paging?: Record<string, {
|
|
178
178
|
size?: number | undefined;
|
|
@@ -180,7 +180,7 @@ export declare class MemoryNodeBuilder {
|
|
|
180
180
|
readonly schema: string;
|
|
181
181
|
readonly security?: {
|
|
182
182
|
readonly allowAnonymous?: boolean | undefined;
|
|
183
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
183
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
184
184
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
185
185
|
} | undefined;
|
|
186
186
|
readonly sign?: boolean | undefined;
|
|
@@ -188,7 +188,7 @@ export declare class MemoryNodeBuilder {
|
|
|
188
188
|
readonly timestamp?: boolean | undefined;
|
|
189
189
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
190
190
|
accountDerivationPath?: string | undefined;
|
|
191
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
191
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
192
192
|
readonly name?: string | undefined;
|
|
193
193
|
readonly paging?: Record<string, {
|
|
194
194
|
size?: number | undefined;
|
|
@@ -196,7 +196,7 @@ export declare class MemoryNodeBuilder {
|
|
|
196
196
|
readonly schema: "network.xyo.sentinel.config";
|
|
197
197
|
readonly security?: {
|
|
198
198
|
readonly allowAnonymous?: boolean | undefined;
|
|
199
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
199
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
200
200
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
201
201
|
} | undefined;
|
|
202
202
|
readonly sign?: boolean | undefined;
|
|
@@ -204,7 +204,7 @@ export declare class MemoryNodeBuilder {
|
|
|
204
204
|
readonly timestamp?: boolean | undefined;
|
|
205
205
|
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
206
206
|
accountDerivationPath?: string | undefined;
|
|
207
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
207
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
208
208
|
readonly name?: string | undefined;
|
|
209
209
|
readonly paging?: Record<string, {
|
|
210
210
|
size?: number | undefined;
|
|
@@ -212,7 +212,7 @@ export declare class MemoryNodeBuilder {
|
|
|
212
212
|
readonly schema: string;
|
|
213
213
|
readonly security?: {
|
|
214
214
|
readonly allowAnonymous?: boolean | undefined;
|
|
215
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
215
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
216
216
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
217
217
|
} | undefined;
|
|
218
218
|
readonly sign?: boolean | undefined;
|
|
@@ -94,7 +94,7 @@ export declare class SentinelBuilder {
|
|
|
94
94
|
};
|
|
95
95
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
96
96
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
97
|
-
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
97
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/sentinel-model").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
98
98
|
account?: AccountInstance | "random" | undefined;
|
|
99
99
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
100
100
|
accountDerivationPath?: string | undefined;
|
|
@@ -274,7 +274,7 @@ export declare class SentinelBuilder {
|
|
|
274
274
|
};
|
|
275
275
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
276
276
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
277
|
-
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
277
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/sentinel-model").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
278
278
|
account?: AccountInstance | "random" | undefined;
|
|
279
279
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
280
280
|
accountDerivationPath?: string | undefined;
|
|
@@ -93,7 +93,7 @@ export declare class StorageArchivistBuilder {
|
|
|
93
93
|
readonly storeQueries?: boolean | undefined;
|
|
94
94
|
readonly timestamp?: boolean | undefined;
|
|
95
95
|
} & Omit<{
|
|
96
|
-
parents?: import("@xyo-network/archivist").ArchivistParents | undefined;
|
|
96
|
+
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
97
97
|
requireAllParents?: boolean | undefined;
|
|
98
98
|
schema: "network.xyo.archivist.storage.config";
|
|
99
99
|
storeParentReads?: boolean | undefined;
|
|
@@ -113,7 +113,7 @@ export declare class StorageArchivistBuilder {
|
|
|
113
113
|
};
|
|
114
114
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
115
115
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
116
|
-
}, import("@xyo-network/archivist").ArchivistModuleEventData>;
|
|
116
|
+
}, import("@xyo-network/archivist-model").ArchivistModuleEventData>;
|
|
117
117
|
static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
|
|
118
118
|
buildArchivist(): Promise<StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
|
|
119
119
|
account?: AccountInstance | "random" | undefined;
|
|
@@ -150,7 +150,7 @@ export declare class StorageArchivistBuilder {
|
|
|
150
150
|
readonly storeQueries?: boolean | undefined;
|
|
151
151
|
readonly timestamp?: boolean | undefined;
|
|
152
152
|
} & Omit<{
|
|
153
|
-
parents?: import("@xyo-network/archivist").ArchivistParents | undefined;
|
|
153
|
+
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
154
154
|
requireAllParents?: boolean | undefined;
|
|
155
155
|
schema: "network.xyo.archivist.storage.config";
|
|
156
156
|
storeParentReads?: boolean | undefined;
|
|
@@ -170,9 +170,9 @@ export declare class StorageArchivistBuilder {
|
|
|
170
170
|
};
|
|
171
171
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
172
172
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
173
|
-
}, import("@xyo-network/archivist").ArchivistModuleEventData>>;
|
|
173
|
+
}, import("@xyo-network/archivist-model").ArchivistModuleEventData>>;
|
|
174
174
|
buildConfig(): StorageArchivistConfig;
|
|
175
|
-
findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
175
|
+
findParentArchivist(): Promise<import("@xyo-network/archivist-model").ArchivistInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
176
176
|
account?: AccountInstance | "random" | undefined;
|
|
177
177
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
178
178
|
accountDerivationPath?: string | undefined;
|
|
@@ -207,7 +207,7 @@ export declare class StorageArchivistBuilder {
|
|
|
207
207
|
readonly storeQueries?: boolean | undefined;
|
|
208
208
|
readonly timestamp?: boolean | undefined;
|
|
209
209
|
} & Omit<{
|
|
210
|
-
parents?: import("@xyo-network/archivist").ArchivistParents | undefined;
|
|
210
|
+
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
211
211
|
requireAllParents?: boolean | undefined;
|
|
212
212
|
schema: "network.xyo.archivist.config";
|
|
213
213
|
storeParentReads?: boolean | undefined;
|
|
@@ -220,6 +220,6 @@ export declare class StorageArchivistBuilder {
|
|
|
220
220
|
};
|
|
221
221
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
222
222
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
223
|
-
}, import("@xyo-network/archivist").ArchivistModuleEventData> | undefined>;
|
|
223
|
+
}, import("@xyo-network/archivist-model").ArchivistModuleEventData> | undefined>;
|
|
224
224
|
}
|
|
225
225
|
//# sourceMappingURL=StorageArchivistBuilder.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageArchivistBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/StorageArchivistBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAwC,gBAAgB,EAAE,sBAAsB,EAAgC,MAAM,wBAAwB,CAAA;AACrJ,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAIrD,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AACD,qBAAa,uBAAuB;IAKhC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,IAAI,CAAC;IANf,OAAO,CAAC,UAAU,CAA8B;IAChD,OAAO,CAAC,eAAe,CAA6B;IAEpD,SAAS,aACC,MAAM,EAAE,sBAAsB,EAC9B,OAAO,EAAE,eAAe,EACxB,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAAY;IAG3B,IAAI,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"StorageArchivistBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/StorageArchivistBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAwC,gBAAgB,EAAE,sBAAsB,EAAgC,MAAM,wBAAwB,CAAA;AACrJ,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAIrD,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AACD,qBAAa,uBAAuB;IAKhC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,IAAI,CAAC;IANf,OAAO,CAAC,UAAU,CAA8B;IAChD,OAAO,CAAC,eAAe,CAA6B;IAEpD,SAAS,aACC,MAAM,EAAE,sBAAsB,EAC9B,OAAO,EAAE,eAAe,EACxB,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAAY;IAG3B,IAAI,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wEAEZ;WAEY,MAAM,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAO3H,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKpB,WAAW,IAAI,sBAAsB;IAc/B,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAY1B"}
|
package/package.json
CHANGED
|
@@ -13,25 +13,25 @@
|
|
|
13
13
|
"@xylabs/react-async-effect": "~2.17.15",
|
|
14
14
|
"@xylabs/react-promise": "~2.17.15",
|
|
15
15
|
"@xylabs/react-shared": "~2.17.15",
|
|
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.
|
|
24
|
-
"@xyo-network/react-node": "~2.
|
|
25
|
-
"@xyo-network/react-shared": "~2.
|
|
26
|
-
"@xyo-network/react-wallet": "~2.
|
|
27
|
-
"@xyo-network/sentinel": "^2.
|
|
28
|
-
"@xyo-network/wallet-model": "^2.
|
|
29
|
-
"@xyo-network/witness": "^2.
|
|
16
|
+
"@xyo-network/account-model": "^2.73.3",
|
|
17
|
+
"@xyo-network/archivist": "^2.73.3",
|
|
18
|
+
"@xyo-network/http-bridge": "^2.73.3",
|
|
19
|
+
"@xyo-network/module": "^2.73.3",
|
|
20
|
+
"@xyo-network/node-memory": "^2.73.3",
|
|
21
|
+
"@xyo-network/node-model": "^2.73.3",
|
|
22
|
+
"@xyo-network/payloadset-plugin": "^2.73.3",
|
|
23
|
+
"@xyo-network/react-network": "~2.61.0",
|
|
24
|
+
"@xyo-network/react-node": "~2.61.0",
|
|
25
|
+
"@xyo-network/react-shared": "~2.61.0",
|
|
26
|
+
"@xyo-network/react-wallet": "~2.61.0",
|
|
27
|
+
"@xyo-network/sentinel": "^2.73.3",
|
|
28
|
+
"@xyo-network/wallet-model": "^2.73.3",
|
|
29
|
+
"@xyo-network/witness": "^2.73.3"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@storybook/react": "^7.4.0",
|
|
33
|
-
"@xylabs/ts-scripts-yarn3": "^2.19.
|
|
34
|
-
"@xylabs/tsconfig-react": "^2.19.
|
|
33
|
+
"@xylabs/ts-scripts-yarn3": "^2.19.5",
|
|
34
|
+
"@xylabs/tsconfig-react": "^2.19.5",
|
|
35
35
|
"typescript": "^5.2.2"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
},
|
|
87
87
|
"sideEffects": false,
|
|
88
88
|
"types": "dist/types/index.d.ts",
|
|
89
|
-
"version": "2.
|
|
89
|
+
"version": "2.61.0"
|
|
90
90
|
}
|