@xyo-network/api-call-witness 3.2.5 → 3.2.6
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/neutral/Payload/identity/asApiCall.d.ts +2 -2
- package/dist/neutral/Payload/identity/asApiCallBase64Result.d.ts +2 -2
- package/dist/neutral/Payload/identity/asApiCallResult.d.ts +2 -2
- package/dist/neutral/Payload/identity/asApiCallXmlResult.d.ts +2 -2
- package/dist/neutral/Payload/identity/asApiUriCall.d.ts +2 -2
- package/dist/neutral/Payload/identity/asApiUriTemplateCall.d.ts +2 -2
- package/dist/neutral/Payload/types/ApiCallJsonResult.d.ts +2 -2
- package/dist/neutral/Witness/Config.d.ts +24 -24
- package/package.json +16 -16
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const asApiCallPayload: {
|
|
2
|
-
<TType extends import("../index.ts").ApiCallPayload>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
3
|
-
<TType extends import("../index.ts").ApiCallPayload>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
2
|
+
<TType extends import("../index.ts").ApiCallPayload>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
3
|
+
<TType extends import("../index.ts").ApiCallPayload>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("../index.ts").ApiCallPayload>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
4
4
|
};
|
|
5
5
|
//# sourceMappingURL=asApiCall.d.ts.map
|
|
@@ -4,13 +4,13 @@ export declare const asApiCallBase64Result: {
|
|
|
4
4
|
call: import("@xylabs/hex").Hash;
|
|
5
5
|
contentType: Exclude<Exclude<string, "application/json">, import("../index.ts").ApiCallXmlResult["contentType"]>;
|
|
6
6
|
data: string;
|
|
7
|
-
}>>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
7
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
8
8
|
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
9
9
|
schema: "network.xyo.api.call.result";
|
|
10
10
|
call: import("@xylabs/hex").Hash;
|
|
11
11
|
contentType: Exclude<Exclude<string, "application/json">, import("../index.ts").ApiCallXmlResult["contentType"]>;
|
|
12
12
|
data: string;
|
|
13
|
-
}>>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
13
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
14
14
|
schema: "network.xyo.api.call.result";
|
|
15
15
|
call: import("@xylabs/hex").Hash;
|
|
16
16
|
contentType: Exclude<Exclude<string, "application/json">, import("../index.ts").ApiCallXmlResult["contentType"]>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const asApiCallResult: {
|
|
2
|
-
<TType extends import("../index.ts").ApiCallResult>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
3
|
-
<TType extends import("../index.ts").ApiCallResult>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
2
|
+
<TType extends import("../index.ts").ApiCallResult>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
3
|
+
<TType extends import("../index.ts").ApiCallResult>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("../index.ts").ApiCallResult>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
4
4
|
};
|
|
5
5
|
//# sourceMappingURL=asApiCallResult.d.ts.map
|
|
@@ -4,13 +4,13 @@ export declare const asApiCallXmlResult: {
|
|
|
4
4
|
call: import("@xylabs/hex").Hash;
|
|
5
5
|
contentType: "application/xml" | "text/xml";
|
|
6
6
|
data: string;
|
|
7
|
-
}>>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
7
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
8
8
|
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
9
9
|
schema: "network.xyo.api.call.result";
|
|
10
10
|
call: import("@xylabs/hex").Hash;
|
|
11
11
|
contentType: "application/xml" | "text/xml";
|
|
12
12
|
data: string;
|
|
13
|
-
}>>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
13
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
14
14
|
schema: "network.xyo.api.call.result";
|
|
15
15
|
call: import("@xylabs/hex").Hash;
|
|
16
16
|
contentType: "application/xml" | "text/xml";
|
|
@@ -9,7 +9,7 @@ export declare const asApiUriCallPayload: {
|
|
|
9
9
|
} | undefined;
|
|
10
10
|
verb?: import("../index.ts").Verb | undefined;
|
|
11
11
|
uri: string;
|
|
12
|
-
}>>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
12
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
13
13
|
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
14
14
|
schema: "network.xyo.api.call";
|
|
15
15
|
headers?: {
|
|
@@ -20,7 +20,7 @@ export declare const asApiUriCallPayload: {
|
|
|
20
20
|
} | undefined;
|
|
21
21
|
verb?: import("../index.ts").Verb | undefined;
|
|
22
22
|
uri: string;
|
|
23
|
-
}>>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
23
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
24
24
|
schema: "network.xyo.api.call";
|
|
25
25
|
headers?: {
|
|
26
26
|
[x: string]: string | undefined;
|
|
@@ -12,7 +12,7 @@ export declare const asApiUriTemplateCall: {
|
|
|
12
12
|
[x: string]: string;
|
|
13
13
|
} | undefined;
|
|
14
14
|
uriTemplate?: string | undefined;
|
|
15
|
-
}>>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
15
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
16
16
|
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
17
17
|
schema: "network.xyo.api.call";
|
|
18
18
|
headers?: {
|
|
@@ -26,7 +26,7 @@ export declare const asApiUriTemplateCall: {
|
|
|
26
26
|
[x: string]: string;
|
|
27
27
|
} | undefined;
|
|
28
28
|
uriTemplate?: string | undefined;
|
|
29
|
-
}>>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
29
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
30
30
|
schema: "network.xyo.api.call";
|
|
31
31
|
headers?: {
|
|
32
32
|
[x: string]: string | undefined;
|
|
@@ -39,7 +39,7 @@ export declare const asApiCallJsonResult: {
|
|
|
39
39
|
} | (string | number | boolean | {
|
|
40
40
|
[x: string]: string | number | boolean | /*elided*/ any | /*elided*/ any | null;
|
|
41
41
|
} | /*elided*/ any | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[];
|
|
42
|
-
}>>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
42
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
43
43
|
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
44
44
|
schema: "network.xyo.api.call.result";
|
|
45
45
|
call: Hash;
|
|
@@ -69,7 +69,7 @@ export declare const asApiCallJsonResult: {
|
|
|
69
69
|
} | (string | number | boolean | {
|
|
70
70
|
[x: string]: string | number | boolean | /*elided*/ any | /*elided*/ any | null;
|
|
71
71
|
} | /*elided*/ any | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[] | null)[];
|
|
72
|
-
}>>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
72
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
73
73
|
schema: "network.xyo.api.call.result";
|
|
74
74
|
call: Hash;
|
|
75
75
|
contentType: "application/json";
|
|
@@ -19,8 +19,8 @@ export type ApiUriTemplateCallWitnessConfig = WitnessConfig<ApiCallWitnessConfig
|
|
|
19
19
|
export type ApiCallWitnessConfig = ApiUriCallWitnessConfig | ApiUriTemplateCallWitnessConfig | ApiCallWitnessConfigBase;
|
|
20
20
|
export declare const isApiCallWitnessConfig: (x?: unknown | null) => x is ApiCallWitnessConfig;
|
|
21
21
|
export declare const asApiCallWitnessConfig: {
|
|
22
|
-
<TType extends ApiCallWitnessConfig>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
23
|
-
<TType extends ApiCallWitnessConfig>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
22
|
+
<TType extends ApiCallWitnessConfig>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
23
|
+
<TType extends ApiCallWitnessConfig>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<ApiCallWitnessConfig>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
24
24
|
};
|
|
25
25
|
export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is ApiUriCallWitnessConfig;
|
|
26
26
|
export declare const asApiUriCallWitnessConfig: {
|
|
@@ -39,12 +39,12 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
39
39
|
readonly queries?: string[] | undefined;
|
|
40
40
|
} | undefined;
|
|
41
41
|
readonly allowedQueries?: string[] | undefined;
|
|
42
|
-
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.
|
|
43
|
-
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.
|
|
42
|
+
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.7-405ba26377/package").ModuleIdentifier | undefined;
|
|
43
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.34-e2a3058caf/package").LogLevel | undefined;
|
|
44
44
|
readonly labels?: {
|
|
45
45
|
[x: string]: string | undefined;
|
|
46
46
|
} | undefined;
|
|
47
|
-
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.
|
|
47
|
+
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.7-405ba26377/package").ModuleName | undefined;
|
|
48
48
|
readonly paging?: {
|
|
49
49
|
[x: string]: {
|
|
50
50
|
size?: number | undefined;
|
|
@@ -69,7 +69,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
69
69
|
readonly timestamp?: boolean | undefined;
|
|
70
70
|
accept?: MimeTypes | undefined;
|
|
71
71
|
timeout?: number | undefined;
|
|
72
|
-
}>>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
72
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
73
73
|
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
74
74
|
schema: "network.xyo.api.call.witness.config";
|
|
75
75
|
headers?: {
|
|
@@ -85,12 +85,12 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
85
85
|
readonly queries?: string[] | undefined;
|
|
86
86
|
} | undefined;
|
|
87
87
|
readonly allowedQueries?: string[] | undefined;
|
|
88
|
-
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.
|
|
89
|
-
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.
|
|
88
|
+
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.7-405ba26377/package").ModuleIdentifier | undefined;
|
|
89
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.34-e2a3058caf/package").LogLevel | undefined;
|
|
90
90
|
readonly labels?: {
|
|
91
91
|
[x: string]: string | undefined;
|
|
92
92
|
} | undefined;
|
|
93
|
-
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.
|
|
93
|
+
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.7-405ba26377/package").ModuleName | undefined;
|
|
94
94
|
readonly paging?: {
|
|
95
95
|
[x: string]: {
|
|
96
96
|
size?: number | undefined;
|
|
@@ -115,7 +115,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
115
115
|
readonly timestamp?: boolean | undefined;
|
|
116
116
|
accept?: MimeTypes | undefined;
|
|
117
117
|
timeout?: number | undefined;
|
|
118
|
-
}>>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
118
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
119
119
|
schema: "network.xyo.api.call.witness.config";
|
|
120
120
|
headers?: {
|
|
121
121
|
[x: string]: string | undefined;
|
|
@@ -130,12 +130,12 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
130
130
|
readonly queries?: string[] | undefined;
|
|
131
131
|
} | undefined;
|
|
132
132
|
readonly allowedQueries?: string[] | undefined;
|
|
133
|
-
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.
|
|
134
|
-
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.
|
|
133
|
+
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.7-405ba26377/package").ModuleIdentifier | undefined;
|
|
134
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.34-e2a3058caf/package").LogLevel | undefined;
|
|
135
135
|
readonly labels?: {
|
|
136
136
|
[x: string]: string | undefined;
|
|
137
137
|
} | undefined;
|
|
138
|
-
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.
|
|
138
|
+
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.7-405ba26377/package").ModuleName | undefined;
|
|
139
139
|
readonly paging?: {
|
|
140
140
|
[x: string]: {
|
|
141
141
|
size?: number | undefined;
|
|
@@ -182,12 +182,12 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
182
182
|
readonly queries?: string[] | undefined;
|
|
183
183
|
} | undefined;
|
|
184
184
|
readonly allowedQueries?: string[] | undefined;
|
|
185
|
-
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.
|
|
186
|
-
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.
|
|
185
|
+
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.7-405ba26377/package").ModuleIdentifier | undefined;
|
|
186
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.34-e2a3058caf/package").LogLevel | undefined;
|
|
187
187
|
readonly labels?: {
|
|
188
188
|
[x: string]: string | undefined;
|
|
189
189
|
} | undefined;
|
|
190
|
-
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.
|
|
190
|
+
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.7-405ba26377/package").ModuleName | undefined;
|
|
191
191
|
readonly paging?: {
|
|
192
192
|
[x: string]: {
|
|
193
193
|
size?: number | undefined;
|
|
@@ -212,7 +212,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
212
212
|
readonly timestamp?: boolean | undefined;
|
|
213
213
|
accept?: MimeTypes | undefined;
|
|
214
214
|
timeout?: number | undefined;
|
|
215
|
-
}>>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
215
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
216
216
|
<TType extends import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
217
217
|
schema: "network.xyo.api.call.witness.config";
|
|
218
218
|
headers?: {
|
|
@@ -231,12 +231,12 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
231
231
|
readonly queries?: string[] | undefined;
|
|
232
232
|
} | undefined;
|
|
233
233
|
readonly allowedQueries?: string[] | undefined;
|
|
234
|
-
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.
|
|
235
|
-
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.
|
|
234
|
+
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.7-405ba26377/package").ModuleIdentifier | undefined;
|
|
235
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.34-e2a3058caf/package").LogLevel | undefined;
|
|
236
236
|
readonly labels?: {
|
|
237
237
|
[x: string]: string | undefined;
|
|
238
238
|
} | undefined;
|
|
239
|
-
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.
|
|
239
|
+
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.7-405ba26377/package").ModuleName | undefined;
|
|
240
240
|
readonly paging?: {
|
|
241
241
|
[x: string]: {
|
|
242
242
|
size?: number | undefined;
|
|
@@ -261,7 +261,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
261
261
|
readonly timestamp?: boolean | undefined;
|
|
262
262
|
accept?: MimeTypes | undefined;
|
|
263
263
|
timeout?: number | undefined;
|
|
264
|
-
}>>(value: import(".store/@xylabs-promise-npm-4.4.
|
|
264
|
+
}>>(value: import(".store/@xylabs-promise-npm-4.4.34-cc09f76696/package").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
265
265
|
schema: "network.xyo.api.call.witness.config";
|
|
266
266
|
headers?: {
|
|
267
267
|
[x: string]: string | undefined;
|
|
@@ -279,12 +279,12 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
279
279
|
readonly queries?: string[] | undefined;
|
|
280
280
|
} | undefined;
|
|
281
281
|
readonly allowedQueries?: string[] | undefined;
|
|
282
|
-
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.
|
|
283
|
-
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.
|
|
282
|
+
readonly archivist?: import(".store/@xyo-network-module-model-npm-3.6.7-405ba26377/package").ModuleIdentifier | undefined;
|
|
283
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.34-e2a3058caf/package").LogLevel | undefined;
|
|
284
284
|
readonly labels?: {
|
|
285
285
|
[x: string]: string | undefined;
|
|
286
286
|
} | undefined;
|
|
287
|
-
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.
|
|
287
|
+
readonly name?: import(".store/@xyo-network-module-model-npm-3.6.7-405ba26377/package").ModuleName | undefined;
|
|
288
288
|
readonly paging?: {
|
|
289
289
|
[x: string]: {
|
|
290
290
|
size?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/api-call-witness",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.6",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/assert": "^4.4.
|
|
33
|
-
"@xylabs/axios": "^4.4.
|
|
34
|
-
"@xylabs/hex": "^4.4.
|
|
35
|
-
"@xylabs/object": "^4.4.
|
|
36
|
-
"@xylabs/url": "^4.4.
|
|
37
|
-
"@xyo-network/abstract-witness": "^3.6.
|
|
38
|
-
"@xyo-network/payload-builder": "^3.6.
|
|
39
|
-
"@xyo-network/payload-model": "^3.6.
|
|
40
|
-
"@xyo-network/witness-model": "^3.6.
|
|
32
|
+
"@xylabs/assert": "^4.4.34",
|
|
33
|
+
"@xylabs/axios": "^4.4.34",
|
|
34
|
+
"@xylabs/hex": "^4.4.34",
|
|
35
|
+
"@xylabs/object": "^4.4.34",
|
|
36
|
+
"@xylabs/url": "^4.4.34",
|
|
37
|
+
"@xyo-network/abstract-witness": "^3.6.7",
|
|
38
|
+
"@xyo-network/payload-builder": "^3.6.7",
|
|
39
|
+
"@xyo-network/payload-model": "^3.6.7",
|
|
40
|
+
"@xyo-network/witness-model": "^3.6.7",
|
|
41
41
|
"axios": "^1.7.9",
|
|
42
42
|
"base64-js": "^1.5.1",
|
|
43
43
|
"es6-dynamic-template": "^2.0.0"
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|
|
47
47
|
"@xylabs/tsconfig": "^4.2.6",
|
|
48
|
-
"@xylabs/vitest-extended": "^4.4.
|
|
49
|
-
"@xyo-network/account": "^3.6.
|
|
50
|
-
"@xyo-network/manifest": "^3.6.
|
|
51
|
-
"@xyo-network/module-factory-locator": "^3.6.
|
|
52
|
-
"@xyo-network/module-model": "^3.6.
|
|
53
|
-
"@xyo-network/sentinel-model": "^3.6.
|
|
48
|
+
"@xylabs/vitest-extended": "^4.4.34",
|
|
49
|
+
"@xyo-network/account": "^3.6.7",
|
|
50
|
+
"@xyo-network/manifest": "^3.6.7",
|
|
51
|
+
"@xyo-network/module-factory-locator": "^3.6.7",
|
|
52
|
+
"@xyo-network/module-model": "^3.6.7",
|
|
53
|
+
"@xyo-network/sentinel-model": "^3.6.7",
|
|
54
54
|
"ethers": "^6.13.4",
|
|
55
55
|
"typescript": "^5.7.2",
|
|
56
56
|
"vitest": "^2.1.8"
|