@xyo-network/react-standard-node 2.60.11 → 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 +31 -21
- package/dist/types/lib/Builders/MemoryNodeBuilder.d.ts.map +1 -1
- package/dist/types/lib/Builders/SentinelBuilder.d.ts +18 -2
- package/dist/types/lib/Builders/SentinelBuilder.d.ts.map +1 -1
- package/dist/types/lib/Builders/StorageArchivistBuilder.d.ts +15 -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,14 +22,15 @@ 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;
|
|
29
29
|
readonly storeQueries?: boolean | undefined;
|
|
30
|
+
readonly timestamp?: boolean | undefined;
|
|
30
31
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
31
32
|
accountDerivationPath?: string | undefined;
|
|
32
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
33
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
33
34
|
readonly name?: string | undefined;
|
|
34
35
|
readonly paging?: Record<string, {
|
|
35
36
|
size?: number | undefined;
|
|
@@ -37,11 +38,12 @@ export declare class MemoryNodeBuilder {
|
|
|
37
38
|
readonly schema: "network.xyo.node.config";
|
|
38
39
|
readonly security?: {
|
|
39
40
|
readonly allowAnonymous?: boolean | undefined;
|
|
40
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
41
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
41
42
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
42
43
|
} | undefined;
|
|
43
44
|
readonly sign?: boolean | undefined;
|
|
44
45
|
readonly storeQueries?: boolean | undefined;
|
|
46
|
+
readonly timestamp?: boolean | undefined;
|
|
45
47
|
} & Omit<{
|
|
46
48
|
archivist?: string | undefined;
|
|
47
49
|
schema: "network.xyo.node.config";
|
|
@@ -65,7 +67,7 @@ export declare class MemoryNodeBuilder {
|
|
|
65
67
|
account?: AccountInstance | "random" | undefined;
|
|
66
68
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
67
69
|
accountDerivationPath?: string | undefined;
|
|
68
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
70
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
69
71
|
readonly name?: string | undefined;
|
|
70
72
|
readonly paging?: Record<string, {
|
|
71
73
|
size?: number | undefined;
|
|
@@ -73,14 +75,15 @@ export declare class MemoryNodeBuilder {
|
|
|
73
75
|
readonly schema: string;
|
|
74
76
|
readonly security?: {
|
|
75
77
|
readonly allowAnonymous?: boolean | undefined;
|
|
76
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
78
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
77
79
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
78
80
|
} | undefined;
|
|
79
81
|
readonly sign?: boolean | undefined;
|
|
80
82
|
readonly storeQueries?: boolean | undefined;
|
|
83
|
+
readonly timestamp?: boolean | undefined;
|
|
81
84
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
82
85
|
accountDerivationPath?: string | undefined;
|
|
83
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
86
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
84
87
|
readonly name?: string | undefined;
|
|
85
88
|
readonly paging?: Record<string, {
|
|
86
89
|
size?: number | undefined;
|
|
@@ -88,14 +91,15 @@ export declare class MemoryNodeBuilder {
|
|
|
88
91
|
readonly schema: string;
|
|
89
92
|
readonly security?: {
|
|
90
93
|
readonly allowAnonymous?: boolean | undefined;
|
|
91
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
94
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
92
95
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
93
96
|
} | undefined;
|
|
94
97
|
readonly sign?: boolean | undefined;
|
|
95
98
|
readonly storeQueries?: boolean | undefined;
|
|
99
|
+
readonly timestamp?: boolean | undefined;
|
|
96
100
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
97
101
|
accountDerivationPath?: string | undefined;
|
|
98
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
102
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
99
103
|
readonly name?: string | undefined;
|
|
100
104
|
readonly paging?: Record<string, {
|
|
101
105
|
size?: number | undefined;
|
|
@@ -103,14 +107,15 @@ export declare class MemoryNodeBuilder {
|
|
|
103
107
|
readonly schema: "network.xyo.sentinel.config";
|
|
104
108
|
readonly security?: {
|
|
105
109
|
readonly allowAnonymous?: boolean | undefined;
|
|
106
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
110
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
107
111
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
108
112
|
} | undefined;
|
|
109
113
|
readonly sign?: boolean | undefined;
|
|
110
114
|
readonly storeQueries?: boolean | undefined;
|
|
115
|
+
readonly timestamp?: boolean | undefined;
|
|
111
116
|
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
112
117
|
accountDerivationPath?: string | undefined;
|
|
113
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
118
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
114
119
|
readonly name?: string | undefined;
|
|
115
120
|
readonly paging?: Record<string, {
|
|
116
121
|
size?: number | undefined;
|
|
@@ -118,11 +123,12 @@ export declare class MemoryNodeBuilder {
|
|
|
118
123
|
readonly schema: string;
|
|
119
124
|
readonly security?: {
|
|
120
125
|
readonly allowAnonymous?: boolean | undefined;
|
|
121
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
126
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
122
127
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
123
128
|
} | undefined;
|
|
124
129
|
readonly sign?: boolean | undefined;
|
|
125
130
|
readonly storeQueries?: boolean | undefined;
|
|
131
|
+
readonly timestamp?: boolean | undefined;
|
|
126
132
|
} & Omit<{
|
|
127
133
|
archivists?: string[] | undefined;
|
|
128
134
|
schema: string;
|
|
@@ -146,11 +152,11 @@ export declare class MemoryNodeBuilder {
|
|
|
146
152
|
};
|
|
147
153
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
148
154
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
149
|
-
}, 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 & {
|
|
150
156
|
account?: AccountInstance | "random" | undefined;
|
|
151
157
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
152
158
|
accountDerivationPath?: string | undefined;
|
|
153
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
159
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
154
160
|
readonly name?: string | undefined;
|
|
155
161
|
readonly paging?: Record<string, {
|
|
156
162
|
size?: number | undefined;
|
|
@@ -158,14 +164,15 @@ export declare class MemoryNodeBuilder {
|
|
|
158
164
|
readonly schema: string;
|
|
159
165
|
readonly security?: {
|
|
160
166
|
readonly allowAnonymous?: boolean | undefined;
|
|
161
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
167
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
162
168
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
163
169
|
} | undefined;
|
|
164
170
|
readonly sign?: boolean | undefined;
|
|
165
171
|
readonly storeQueries?: boolean | undefined;
|
|
172
|
+
readonly timestamp?: boolean | undefined;
|
|
166
173
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
167
174
|
accountDerivationPath?: string | undefined;
|
|
168
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
175
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
169
176
|
readonly name?: string | undefined;
|
|
170
177
|
readonly paging?: Record<string, {
|
|
171
178
|
size?: number | undefined;
|
|
@@ -173,14 +180,15 @@ export declare class MemoryNodeBuilder {
|
|
|
173
180
|
readonly schema: string;
|
|
174
181
|
readonly security?: {
|
|
175
182
|
readonly allowAnonymous?: boolean | undefined;
|
|
176
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
183
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
177
184
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
178
185
|
} | undefined;
|
|
179
186
|
readonly sign?: boolean | undefined;
|
|
180
187
|
readonly storeQueries?: boolean | undefined;
|
|
188
|
+
readonly timestamp?: boolean | undefined;
|
|
181
189
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
182
190
|
accountDerivationPath?: string | undefined;
|
|
183
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
191
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
184
192
|
readonly name?: string | undefined;
|
|
185
193
|
readonly paging?: Record<string, {
|
|
186
194
|
size?: number | undefined;
|
|
@@ -188,14 +196,15 @@ export declare class MemoryNodeBuilder {
|
|
|
188
196
|
readonly schema: "network.xyo.sentinel.config";
|
|
189
197
|
readonly security?: {
|
|
190
198
|
readonly allowAnonymous?: boolean | undefined;
|
|
191
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
199
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
192
200
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
193
201
|
} | undefined;
|
|
194
202
|
readonly sign?: boolean | undefined;
|
|
195
203
|
readonly storeQueries?: boolean | undefined;
|
|
204
|
+
readonly timestamp?: boolean | undefined;
|
|
196
205
|
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
197
206
|
accountDerivationPath?: string | undefined;
|
|
198
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
207
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
199
208
|
readonly name?: string | undefined;
|
|
200
209
|
readonly paging?: Record<string, {
|
|
201
210
|
size?: number | undefined;
|
|
@@ -203,11 +212,12 @@ export declare class MemoryNodeBuilder {
|
|
|
203
212
|
readonly schema: string;
|
|
204
213
|
readonly security?: {
|
|
205
214
|
readonly allowAnonymous?: boolean | undefined;
|
|
206
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
215
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
207
216
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
208
217
|
} | undefined;
|
|
209
218
|
readonly sign?: boolean | undefined;
|
|
210
219
|
readonly storeQueries?: boolean | undefined;
|
|
220
|
+
readonly timestamp?: boolean | undefined;
|
|
211
221
|
} & Omit<{
|
|
212
222
|
archivists?: string[] | undefined;
|
|
213
223
|
schema: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MemoryNodeBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/MemoryNodeBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AAEzE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,EAAE,eAAe,EAAiB,MAAM,sBAAsB,CAAA;AAKrE,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,KAAK,CAAwB;IAErC,IAAI,IAAI
|
|
1
|
+
{"version":3,"file":"MemoryNodeBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/MemoryNodeBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AAEzE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,EAAE,eAAe,EAAiB,MAAM,sBAAsB,CAAA;AAKrE,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,KAAK,CAAwB;IAErC,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAEP;WAEY,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAQnH,4GAA4G;IACtG,YAAY,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAI9E,kBAAkB,CAAC,UAAU,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,eAAe;IAOjE,mBAAmB,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAOrF,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,SAAqB,EAAE,OAAO,CAAC,EAAE,eAAe;IAYvF,WAAW,CAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAM5D,YAAY,CAAC,iBAAiB,EAAE,wBAAwB,EAAE,SAAS,GAAE,CAAC,MAAM,OAAO,CAAC,eAAe,CAAC,CAAC,EAAO;IAkB5G,MAAM,CAAC,MAAM,EAAE,cAAc,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,EAAE,OAAO;YAgB/D,cAAc;CAM7B"}
|
|
@@ -22,6 +22,7 @@ export declare class SentinelBuilder {
|
|
|
22
22
|
} | undefined;
|
|
23
23
|
readonly sign?: boolean | undefined;
|
|
24
24
|
readonly storeQueries?: boolean | undefined;
|
|
25
|
+
readonly timestamp?: boolean | undefined;
|
|
25
26
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
26
27
|
accountDerivationPath?: string | undefined;
|
|
27
28
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -37,6 +38,7 @@ export declare class SentinelBuilder {
|
|
|
37
38
|
} | undefined;
|
|
38
39
|
readonly sign?: boolean | undefined;
|
|
39
40
|
readonly storeQueries?: boolean | undefined;
|
|
41
|
+
readonly timestamp?: boolean | undefined;
|
|
40
42
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
41
43
|
accountDerivationPath?: string | undefined;
|
|
42
44
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -52,6 +54,7 @@ export declare class SentinelBuilder {
|
|
|
52
54
|
} | undefined;
|
|
53
55
|
readonly sign?: boolean | undefined;
|
|
54
56
|
readonly storeQueries?: boolean | undefined;
|
|
57
|
+
readonly timestamp?: boolean | undefined;
|
|
55
58
|
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
56
59
|
accountDerivationPath?: string | undefined;
|
|
57
60
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -67,6 +70,7 @@ export declare class SentinelBuilder {
|
|
|
67
70
|
} | undefined;
|
|
68
71
|
readonly sign?: boolean | undefined;
|
|
69
72
|
readonly storeQueries?: boolean | undefined;
|
|
73
|
+
readonly timestamp?: boolean | undefined;
|
|
70
74
|
} & Omit<{
|
|
71
75
|
archivists?: string[] | undefined;
|
|
72
76
|
schema: string;
|
|
@@ -90,7 +94,7 @@ export declare class SentinelBuilder {
|
|
|
90
94
|
};
|
|
91
95
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
92
96
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
93
|
-
}, 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 & {
|
|
94
98
|
account?: AccountInstance | "random" | undefined;
|
|
95
99
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
96
100
|
accountDerivationPath?: string | undefined;
|
|
@@ -107,6 +111,7 @@ export declare class SentinelBuilder {
|
|
|
107
111
|
} | undefined;
|
|
108
112
|
readonly sign?: boolean | undefined;
|
|
109
113
|
readonly storeQueries?: boolean | undefined;
|
|
114
|
+
readonly timestamp?: boolean | undefined;
|
|
110
115
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
111
116
|
accountDerivationPath?: string | undefined;
|
|
112
117
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -122,6 +127,7 @@ export declare class SentinelBuilder {
|
|
|
122
127
|
} | undefined;
|
|
123
128
|
readonly sign?: boolean | undefined;
|
|
124
129
|
readonly storeQueries?: boolean | undefined;
|
|
130
|
+
readonly timestamp?: boolean | undefined;
|
|
125
131
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
126
132
|
accountDerivationPath?: string | undefined;
|
|
127
133
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -137,6 +143,7 @@ export declare class SentinelBuilder {
|
|
|
137
143
|
} | undefined;
|
|
138
144
|
readonly sign?: boolean | undefined;
|
|
139
145
|
readonly storeQueries?: boolean | undefined;
|
|
146
|
+
readonly timestamp?: boolean | undefined;
|
|
140
147
|
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
141
148
|
accountDerivationPath?: string | undefined;
|
|
142
149
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -152,6 +159,7 @@ export declare class SentinelBuilder {
|
|
|
152
159
|
} | undefined;
|
|
153
160
|
readonly sign?: boolean | undefined;
|
|
154
161
|
readonly storeQueries?: boolean | undefined;
|
|
162
|
+
readonly timestamp?: boolean | undefined;
|
|
155
163
|
} & Omit<{
|
|
156
164
|
archivists?: string[] | undefined;
|
|
157
165
|
schema: string;
|
|
@@ -194,6 +202,7 @@ export declare class SentinelBuilder {
|
|
|
194
202
|
} | undefined;
|
|
195
203
|
readonly sign?: boolean | undefined;
|
|
196
204
|
readonly storeQueries?: boolean | undefined;
|
|
205
|
+
readonly timestamp?: boolean | undefined;
|
|
197
206
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
198
207
|
accountDerivationPath?: string | undefined;
|
|
199
208
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -209,6 +218,7 @@ export declare class SentinelBuilder {
|
|
|
209
218
|
} | undefined;
|
|
210
219
|
readonly sign?: boolean | undefined;
|
|
211
220
|
readonly storeQueries?: boolean | undefined;
|
|
221
|
+
readonly timestamp?: boolean | undefined;
|
|
212
222
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
213
223
|
accountDerivationPath?: string | undefined;
|
|
214
224
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -224,6 +234,7 @@ export declare class SentinelBuilder {
|
|
|
224
234
|
} | undefined;
|
|
225
235
|
readonly sign?: boolean | undefined;
|
|
226
236
|
readonly storeQueries?: boolean | undefined;
|
|
237
|
+
readonly timestamp?: boolean | undefined;
|
|
227
238
|
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
228
239
|
accountDerivationPath?: string | undefined;
|
|
229
240
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -239,6 +250,7 @@ export declare class SentinelBuilder {
|
|
|
239
250
|
} | undefined;
|
|
240
251
|
readonly sign?: boolean | undefined;
|
|
241
252
|
readonly storeQueries?: boolean | undefined;
|
|
253
|
+
readonly timestamp?: boolean | undefined;
|
|
242
254
|
} & Omit<{
|
|
243
255
|
archivists?: string[] | undefined;
|
|
244
256
|
schema: string;
|
|
@@ -262,7 +274,7 @@ export declare class SentinelBuilder {
|
|
|
262
274
|
};
|
|
263
275
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
264
276
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
265
|
-
}, 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 & {
|
|
266
278
|
account?: AccountInstance | "random" | undefined;
|
|
267
279
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
268
280
|
accountDerivationPath?: string | undefined;
|
|
@@ -279,6 +291,7 @@ export declare class SentinelBuilder {
|
|
|
279
291
|
} | undefined;
|
|
280
292
|
readonly sign?: boolean | undefined;
|
|
281
293
|
readonly storeQueries?: boolean | undefined;
|
|
294
|
+
readonly timestamp?: boolean | undefined;
|
|
282
295
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
283
296
|
accountDerivationPath?: string | undefined;
|
|
284
297
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -294,6 +307,7 @@ export declare class SentinelBuilder {
|
|
|
294
307
|
} | undefined;
|
|
295
308
|
readonly sign?: boolean | undefined;
|
|
296
309
|
readonly storeQueries?: boolean | undefined;
|
|
310
|
+
readonly timestamp?: boolean | undefined;
|
|
297
311
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
298
312
|
accountDerivationPath?: string | undefined;
|
|
299
313
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -309,6 +323,7 @@ export declare class SentinelBuilder {
|
|
|
309
323
|
} | undefined;
|
|
310
324
|
readonly sign?: boolean | undefined;
|
|
311
325
|
readonly storeQueries?: boolean | undefined;
|
|
326
|
+
readonly timestamp?: boolean | undefined;
|
|
312
327
|
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
313
328
|
accountDerivationPath?: string | undefined;
|
|
314
329
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -324,6 +339,7 @@ export declare class SentinelBuilder {
|
|
|
324
339
|
} | undefined;
|
|
325
340
|
readonly sign?: boolean | undefined;
|
|
326
341
|
readonly storeQueries?: boolean | undefined;
|
|
342
|
+
readonly timestamp?: boolean | undefined;
|
|
327
343
|
} & Omit<{
|
|
328
344
|
archivists?: string[] | undefined;
|
|
329
345
|
schema: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SentinelBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/SentinelBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAE,cAAc,EAAE,cAAc,EAAkB,MAAM,uBAAuB,CAAA;AAEtF,qBAAa,eAAe;IAIxB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IAJjB,OAAO,CAAC,SAAS,CAA4B;IAE7C,SAAS,aACC,MAAM,EAAE,cAAc,EACtB,OAAO,EAAE,eAAe;IAKlC,IAAI,QAAQ
|
|
1
|
+
{"version":3,"file":"SentinelBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/SentinelBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAE,cAAc,EAAE,cAAc,EAAkB,MAAM,uBAAuB,CAAA;AAEtF,qBAAa,eAAe;IAIxB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IAJjB,OAAO,CAAC,SAAS,CAA4B;IAE7C,SAAS,aACC,MAAM,EAAE,cAAc,EACtB,OAAO,EAAE,eAAe;IAKlC,IAAI,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAEX;WAEY,MAAM,CAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,eAAe,CAAC;IAMzF,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKnB,OAAO,CAAC,WAAW;CAMpB"}
|
|
@@ -28,6 +28,7 @@ export declare class StorageArchivistBuilder {
|
|
|
28
28
|
} | undefined;
|
|
29
29
|
readonly sign?: boolean | undefined;
|
|
30
30
|
readonly storeQueries?: boolean | undefined;
|
|
31
|
+
readonly timestamp?: boolean | undefined;
|
|
31
32
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
32
33
|
accountDerivationPath?: string | undefined;
|
|
33
34
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -43,6 +44,7 @@ export declare class StorageArchivistBuilder {
|
|
|
43
44
|
} | undefined;
|
|
44
45
|
readonly sign?: boolean | undefined;
|
|
45
46
|
readonly storeQueries?: boolean | undefined;
|
|
47
|
+
readonly timestamp?: boolean | undefined;
|
|
46
48
|
} & Omit<{
|
|
47
49
|
archivist?: string | undefined;
|
|
48
50
|
schema: "network.xyo.node.config";
|
|
@@ -73,6 +75,7 @@ export declare class StorageArchivistBuilder {
|
|
|
73
75
|
} | undefined;
|
|
74
76
|
readonly sign?: boolean | undefined;
|
|
75
77
|
readonly storeQueries?: boolean | undefined;
|
|
78
|
+
readonly timestamp?: boolean | undefined;
|
|
76
79
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
77
80
|
accountDerivationPath?: string | undefined;
|
|
78
81
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -88,8 +91,9 @@ export declare class StorageArchivistBuilder {
|
|
|
88
91
|
} | undefined;
|
|
89
92
|
readonly sign?: boolean | undefined;
|
|
90
93
|
readonly storeQueries?: boolean | undefined;
|
|
94
|
+
readonly timestamp?: boolean | undefined;
|
|
91
95
|
} & Omit<{
|
|
92
|
-
parents?: import("@xyo-network/archivist").ArchivistParents | undefined;
|
|
96
|
+
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
93
97
|
requireAllParents?: boolean | undefined;
|
|
94
98
|
schema: "network.xyo.archivist.storage.config";
|
|
95
99
|
storeParentReads?: boolean | undefined;
|
|
@@ -109,7 +113,7 @@ export declare class StorageArchivistBuilder {
|
|
|
109
113
|
};
|
|
110
114
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
111
115
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
112
|
-
}, import("@xyo-network/archivist").ArchivistModuleEventData>;
|
|
116
|
+
}, import("@xyo-network/archivist-model").ArchivistModuleEventData>;
|
|
113
117
|
static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
|
|
114
118
|
buildArchivist(): Promise<StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
|
|
115
119
|
account?: AccountInstance | "random" | undefined;
|
|
@@ -128,6 +132,7 @@ export declare class StorageArchivistBuilder {
|
|
|
128
132
|
} | undefined;
|
|
129
133
|
readonly sign?: boolean | undefined;
|
|
130
134
|
readonly storeQueries?: boolean | undefined;
|
|
135
|
+
readonly timestamp?: boolean | undefined;
|
|
131
136
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
132
137
|
accountDerivationPath?: string | undefined;
|
|
133
138
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -143,8 +148,9 @@ export declare class StorageArchivistBuilder {
|
|
|
143
148
|
} | undefined;
|
|
144
149
|
readonly sign?: boolean | undefined;
|
|
145
150
|
readonly storeQueries?: boolean | undefined;
|
|
151
|
+
readonly timestamp?: boolean | undefined;
|
|
146
152
|
} & Omit<{
|
|
147
|
-
parents?: import("@xyo-network/archivist").ArchivistParents | undefined;
|
|
153
|
+
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
148
154
|
requireAllParents?: boolean | undefined;
|
|
149
155
|
schema: "network.xyo.archivist.storage.config";
|
|
150
156
|
storeParentReads?: boolean | undefined;
|
|
@@ -164,9 +170,9 @@ export declare class StorageArchivistBuilder {
|
|
|
164
170
|
};
|
|
165
171
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
166
172
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
167
|
-
}, import("@xyo-network/archivist").ArchivistModuleEventData>>;
|
|
173
|
+
}, import("@xyo-network/archivist-model").ArchivistModuleEventData>>;
|
|
168
174
|
buildConfig(): StorageArchivistConfig;
|
|
169
|
-
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 & {
|
|
170
176
|
account?: AccountInstance | "random" | undefined;
|
|
171
177
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
172
178
|
accountDerivationPath?: string | undefined;
|
|
@@ -183,6 +189,7 @@ export declare class StorageArchivistBuilder {
|
|
|
183
189
|
} | undefined;
|
|
184
190
|
readonly sign?: boolean | undefined;
|
|
185
191
|
readonly storeQueries?: boolean | undefined;
|
|
192
|
+
readonly timestamp?: boolean | undefined;
|
|
186
193
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
187
194
|
accountDerivationPath?: string | undefined;
|
|
188
195
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -198,8 +205,9 @@ export declare class StorageArchivistBuilder {
|
|
|
198
205
|
} | undefined;
|
|
199
206
|
readonly sign?: boolean | undefined;
|
|
200
207
|
readonly storeQueries?: boolean | undefined;
|
|
208
|
+
readonly timestamp?: boolean | undefined;
|
|
201
209
|
} & Omit<{
|
|
202
|
-
parents?: import("@xyo-network/archivist").ArchivistParents | undefined;
|
|
210
|
+
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
203
211
|
requireAllParents?: boolean | undefined;
|
|
204
212
|
schema: "network.xyo.archivist.config";
|
|
205
213
|
storeParentReads?: boolean | undefined;
|
|
@@ -212,6 +220,6 @@ export declare class StorageArchivistBuilder {
|
|
|
212
220
|
};
|
|
213
221
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
214
222
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
215
|
-
}, import("@xyo-network/archivist").ArchivistModuleEventData> | undefined>;
|
|
223
|
+
}, import("@xyo-network/archivist-model").ArchivistModuleEventData> | undefined>;
|
|
216
224
|
}
|
|
217
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
|
|
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
|
}
|