@xyo-network/sentinel-wrapper 2.90.22 → 2.91.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/Wrapper.d.cts +16 -16
- package/dist/browser/Wrapper.d.mts +16 -16
- package/dist/browser/Wrapper.d.ts +16 -16
- package/dist/node/Wrapper.d.cts +16 -16
- package/dist/node/Wrapper.d.mts +16 -16
- package/dist/node/Wrapper.d.ts +16 -16
- package/package.json +16 -16
|
@@ -17,8 +17,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
17
17
|
schema: "network.xyo.sentinel.config";
|
|
18
18
|
readonly security?: {
|
|
19
19
|
readonly allowAnonymous?: boolean | undefined;
|
|
20
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
20
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
22
22
|
} | undefined;
|
|
23
23
|
readonly sign?: boolean | undefined;
|
|
24
24
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -34,8 +34,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
34
34
|
schema: "network.xyo.sentinel.config";
|
|
35
35
|
readonly security?: {
|
|
36
36
|
readonly allowAnonymous?: boolean | undefined;
|
|
37
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
37
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
39
39
|
} | undefined;
|
|
40
40
|
readonly sign?: boolean | undefined;
|
|
41
41
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -63,8 +63,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
63
63
|
schema: "network.xyo.module.config";
|
|
64
64
|
readonly security?: {
|
|
65
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
66
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
68
|
} | undefined;
|
|
69
69
|
readonly sign?: boolean | undefined;
|
|
70
70
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -80,8 +80,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
80
80
|
schema: "network.xyo.module.config";
|
|
81
81
|
readonly security?: {
|
|
82
82
|
readonly allowAnonymous?: boolean | undefined;
|
|
83
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
83
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
85
85
|
} | undefined;
|
|
86
86
|
readonly sign?: boolean | undefined;
|
|
87
87
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -104,8 +104,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
104
104
|
schema: "network.xyo.sentinel.config";
|
|
105
105
|
readonly security?: {
|
|
106
106
|
readonly allowAnonymous?: boolean | undefined;
|
|
107
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
107
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
109
109
|
} | undefined;
|
|
110
110
|
readonly sign?: boolean | undefined;
|
|
111
111
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -121,8 +121,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
121
121
|
schema: "network.xyo.sentinel.config";
|
|
122
122
|
readonly security?: {
|
|
123
123
|
readonly allowAnonymous?: boolean | undefined;
|
|
124
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
124
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
126
126
|
} | undefined;
|
|
127
127
|
readonly sign?: boolean | undefined;
|
|
128
128
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -150,8 +150,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
150
150
|
schema: "network.xyo.module.config";
|
|
151
151
|
readonly security?: {
|
|
152
152
|
readonly allowAnonymous?: boolean | undefined;
|
|
153
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
153
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
155
155
|
} | undefined;
|
|
156
156
|
readonly sign?: boolean | undefined;
|
|
157
157
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -167,8 +167,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
167
167
|
schema: "network.xyo.module.config";
|
|
168
168
|
readonly security?: {
|
|
169
169
|
readonly allowAnonymous?: boolean | undefined;
|
|
170
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
170
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
172
172
|
} | undefined;
|
|
173
173
|
readonly sign?: boolean | undefined;
|
|
174
174
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -17,8 +17,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
17
17
|
schema: "network.xyo.sentinel.config";
|
|
18
18
|
readonly security?: {
|
|
19
19
|
readonly allowAnonymous?: boolean | undefined;
|
|
20
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
20
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
22
22
|
} | undefined;
|
|
23
23
|
readonly sign?: boolean | undefined;
|
|
24
24
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -34,8 +34,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
34
34
|
schema: "network.xyo.sentinel.config";
|
|
35
35
|
readonly security?: {
|
|
36
36
|
readonly allowAnonymous?: boolean | undefined;
|
|
37
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
37
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
39
39
|
} | undefined;
|
|
40
40
|
readonly sign?: boolean | undefined;
|
|
41
41
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -63,8 +63,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
63
63
|
schema: "network.xyo.module.config";
|
|
64
64
|
readonly security?: {
|
|
65
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
66
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
68
|
} | undefined;
|
|
69
69
|
readonly sign?: boolean | undefined;
|
|
70
70
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -80,8 +80,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
80
80
|
schema: "network.xyo.module.config";
|
|
81
81
|
readonly security?: {
|
|
82
82
|
readonly allowAnonymous?: boolean | undefined;
|
|
83
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
83
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
85
85
|
} | undefined;
|
|
86
86
|
readonly sign?: boolean | undefined;
|
|
87
87
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -104,8 +104,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
104
104
|
schema: "network.xyo.sentinel.config";
|
|
105
105
|
readonly security?: {
|
|
106
106
|
readonly allowAnonymous?: boolean | undefined;
|
|
107
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
107
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
109
109
|
} | undefined;
|
|
110
110
|
readonly sign?: boolean | undefined;
|
|
111
111
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -121,8 +121,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
121
121
|
schema: "network.xyo.sentinel.config";
|
|
122
122
|
readonly security?: {
|
|
123
123
|
readonly allowAnonymous?: boolean | undefined;
|
|
124
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
124
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
126
126
|
} | undefined;
|
|
127
127
|
readonly sign?: boolean | undefined;
|
|
128
128
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -150,8 +150,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
150
150
|
schema: "network.xyo.module.config";
|
|
151
151
|
readonly security?: {
|
|
152
152
|
readonly allowAnonymous?: boolean | undefined;
|
|
153
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
153
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
155
155
|
} | undefined;
|
|
156
156
|
readonly sign?: boolean | undefined;
|
|
157
157
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -167,8 +167,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
167
167
|
schema: "network.xyo.module.config";
|
|
168
168
|
readonly security?: {
|
|
169
169
|
readonly allowAnonymous?: boolean | undefined;
|
|
170
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
170
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
172
172
|
} | undefined;
|
|
173
173
|
readonly sign?: boolean | undefined;
|
|
174
174
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -17,8 +17,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
17
17
|
schema: "network.xyo.sentinel.config";
|
|
18
18
|
readonly security?: {
|
|
19
19
|
readonly allowAnonymous?: boolean | undefined;
|
|
20
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
20
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
22
22
|
} | undefined;
|
|
23
23
|
readonly sign?: boolean | undefined;
|
|
24
24
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -34,8 +34,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
34
34
|
schema: "network.xyo.sentinel.config";
|
|
35
35
|
readonly security?: {
|
|
36
36
|
readonly allowAnonymous?: boolean | undefined;
|
|
37
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
37
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
39
39
|
} | undefined;
|
|
40
40
|
readonly sign?: boolean | undefined;
|
|
41
41
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -63,8 +63,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
63
63
|
schema: "network.xyo.module.config";
|
|
64
64
|
readonly security?: {
|
|
65
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
66
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
68
|
} | undefined;
|
|
69
69
|
readonly sign?: boolean | undefined;
|
|
70
70
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -80,8 +80,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
80
80
|
schema: "network.xyo.module.config";
|
|
81
81
|
readonly security?: {
|
|
82
82
|
readonly allowAnonymous?: boolean | undefined;
|
|
83
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
83
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
85
85
|
} | undefined;
|
|
86
86
|
readonly sign?: boolean | undefined;
|
|
87
87
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -104,8 +104,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
104
104
|
schema: "network.xyo.sentinel.config";
|
|
105
105
|
readonly security?: {
|
|
106
106
|
readonly allowAnonymous?: boolean | undefined;
|
|
107
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
107
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
109
109
|
} | undefined;
|
|
110
110
|
readonly sign?: boolean | undefined;
|
|
111
111
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -121,8 +121,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
121
121
|
schema: "network.xyo.sentinel.config";
|
|
122
122
|
readonly security?: {
|
|
123
123
|
readonly allowAnonymous?: boolean | undefined;
|
|
124
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
124
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
126
126
|
} | undefined;
|
|
127
127
|
readonly sign?: boolean | undefined;
|
|
128
128
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -150,8 +150,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
150
150
|
schema: "network.xyo.module.config";
|
|
151
151
|
readonly security?: {
|
|
152
152
|
readonly allowAnonymous?: boolean | undefined;
|
|
153
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
153
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
155
155
|
} | undefined;
|
|
156
156
|
readonly sign?: boolean | undefined;
|
|
157
157
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -167,8 +167,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
167
167
|
schema: "network.xyo.module.config";
|
|
168
168
|
readonly security?: {
|
|
169
169
|
readonly allowAnonymous?: boolean | undefined;
|
|
170
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
170
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
172
172
|
} | undefined;
|
|
173
173
|
readonly sign?: boolean | undefined;
|
|
174
174
|
readonly storeQueries?: boolean | undefined;
|
package/dist/node/Wrapper.d.cts
CHANGED
|
@@ -17,8 +17,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
17
17
|
schema: "network.xyo.sentinel.config";
|
|
18
18
|
readonly security?: {
|
|
19
19
|
readonly allowAnonymous?: boolean | undefined;
|
|
20
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
20
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
22
22
|
} | undefined;
|
|
23
23
|
readonly sign?: boolean | undefined;
|
|
24
24
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -34,8 +34,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
34
34
|
schema: "network.xyo.sentinel.config";
|
|
35
35
|
readonly security?: {
|
|
36
36
|
readonly allowAnonymous?: boolean | undefined;
|
|
37
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
37
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
39
39
|
} | undefined;
|
|
40
40
|
readonly sign?: boolean | undefined;
|
|
41
41
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -63,8 +63,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
63
63
|
schema: "network.xyo.module.config";
|
|
64
64
|
readonly security?: {
|
|
65
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
66
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
68
|
} | undefined;
|
|
69
69
|
readonly sign?: boolean | undefined;
|
|
70
70
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -80,8 +80,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
80
80
|
schema: "network.xyo.module.config";
|
|
81
81
|
readonly security?: {
|
|
82
82
|
readonly allowAnonymous?: boolean | undefined;
|
|
83
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
83
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
85
85
|
} | undefined;
|
|
86
86
|
readonly sign?: boolean | undefined;
|
|
87
87
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -104,8 +104,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
104
104
|
schema: "network.xyo.sentinel.config";
|
|
105
105
|
readonly security?: {
|
|
106
106
|
readonly allowAnonymous?: boolean | undefined;
|
|
107
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
107
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
109
109
|
} | undefined;
|
|
110
110
|
readonly sign?: boolean | undefined;
|
|
111
111
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -121,8 +121,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
121
121
|
schema: "network.xyo.sentinel.config";
|
|
122
122
|
readonly security?: {
|
|
123
123
|
readonly allowAnonymous?: boolean | undefined;
|
|
124
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
124
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
126
126
|
} | undefined;
|
|
127
127
|
readonly sign?: boolean | undefined;
|
|
128
128
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -150,8 +150,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
150
150
|
schema: "network.xyo.module.config";
|
|
151
151
|
readonly security?: {
|
|
152
152
|
readonly allowAnonymous?: boolean | undefined;
|
|
153
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
153
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
155
155
|
} | undefined;
|
|
156
156
|
readonly sign?: boolean | undefined;
|
|
157
157
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -167,8 +167,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
167
167
|
schema: "network.xyo.module.config";
|
|
168
168
|
readonly security?: {
|
|
169
169
|
readonly allowAnonymous?: boolean | undefined;
|
|
170
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
170
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
172
172
|
} | undefined;
|
|
173
173
|
readonly sign?: boolean | undefined;
|
|
174
174
|
readonly storeQueries?: boolean | undefined;
|
package/dist/node/Wrapper.d.mts
CHANGED
|
@@ -17,8 +17,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
17
17
|
schema: "network.xyo.sentinel.config";
|
|
18
18
|
readonly security?: {
|
|
19
19
|
readonly allowAnonymous?: boolean | undefined;
|
|
20
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
20
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
22
22
|
} | undefined;
|
|
23
23
|
readonly sign?: boolean | undefined;
|
|
24
24
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -34,8 +34,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
34
34
|
schema: "network.xyo.sentinel.config";
|
|
35
35
|
readonly security?: {
|
|
36
36
|
readonly allowAnonymous?: boolean | undefined;
|
|
37
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
37
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
39
39
|
} | undefined;
|
|
40
40
|
readonly sign?: boolean | undefined;
|
|
41
41
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -63,8 +63,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
63
63
|
schema: "network.xyo.module.config";
|
|
64
64
|
readonly security?: {
|
|
65
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
66
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
68
|
} | undefined;
|
|
69
69
|
readonly sign?: boolean | undefined;
|
|
70
70
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -80,8 +80,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
80
80
|
schema: "network.xyo.module.config";
|
|
81
81
|
readonly security?: {
|
|
82
82
|
readonly allowAnonymous?: boolean | undefined;
|
|
83
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
83
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
85
85
|
} | undefined;
|
|
86
86
|
readonly sign?: boolean | undefined;
|
|
87
87
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -104,8 +104,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
104
104
|
schema: "network.xyo.sentinel.config";
|
|
105
105
|
readonly security?: {
|
|
106
106
|
readonly allowAnonymous?: boolean | undefined;
|
|
107
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
107
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
109
109
|
} | undefined;
|
|
110
110
|
readonly sign?: boolean | undefined;
|
|
111
111
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -121,8 +121,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
121
121
|
schema: "network.xyo.sentinel.config";
|
|
122
122
|
readonly security?: {
|
|
123
123
|
readonly allowAnonymous?: boolean | undefined;
|
|
124
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
124
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
126
126
|
} | undefined;
|
|
127
127
|
readonly sign?: boolean | undefined;
|
|
128
128
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -150,8 +150,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
150
150
|
schema: "network.xyo.module.config";
|
|
151
151
|
readonly security?: {
|
|
152
152
|
readonly allowAnonymous?: boolean | undefined;
|
|
153
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
153
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
155
155
|
} | undefined;
|
|
156
156
|
readonly sign?: boolean | undefined;
|
|
157
157
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -167,8 +167,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
167
167
|
schema: "network.xyo.module.config";
|
|
168
168
|
readonly security?: {
|
|
169
169
|
readonly allowAnonymous?: boolean | undefined;
|
|
170
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
170
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
172
172
|
} | undefined;
|
|
173
173
|
readonly sign?: boolean | undefined;
|
|
174
174
|
readonly storeQueries?: boolean | undefined;
|
package/dist/node/Wrapper.d.ts
CHANGED
|
@@ -17,8 +17,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
17
17
|
schema: "network.xyo.sentinel.config";
|
|
18
18
|
readonly security?: {
|
|
19
19
|
readonly allowAnonymous?: boolean | undefined;
|
|
20
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
20
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
22
22
|
} | undefined;
|
|
23
23
|
readonly sign?: boolean | undefined;
|
|
24
24
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -34,8 +34,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
34
34
|
schema: "network.xyo.sentinel.config";
|
|
35
35
|
readonly security?: {
|
|
36
36
|
readonly allowAnonymous?: boolean | undefined;
|
|
37
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
37
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
39
39
|
} | undefined;
|
|
40
40
|
readonly sign?: boolean | undefined;
|
|
41
41
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -63,8 +63,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
63
63
|
schema: "network.xyo.module.config";
|
|
64
64
|
readonly security?: {
|
|
65
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
66
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
68
|
} | undefined;
|
|
69
69
|
readonly sign?: boolean | undefined;
|
|
70
70
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -80,8 +80,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
80
80
|
schema: "network.xyo.module.config";
|
|
81
81
|
readonly security?: {
|
|
82
82
|
readonly allowAnonymous?: boolean | undefined;
|
|
83
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
83
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
85
85
|
} | undefined;
|
|
86
86
|
readonly sign?: boolean | undefined;
|
|
87
87
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -104,8 +104,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
104
104
|
schema: "network.xyo.sentinel.config";
|
|
105
105
|
readonly security?: {
|
|
106
106
|
readonly allowAnonymous?: boolean | undefined;
|
|
107
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
107
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
109
109
|
} | undefined;
|
|
110
110
|
readonly sign?: boolean | undefined;
|
|
111
111
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -121,8 +121,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
121
121
|
schema: "network.xyo.sentinel.config";
|
|
122
122
|
readonly security?: {
|
|
123
123
|
readonly allowAnonymous?: boolean | undefined;
|
|
124
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
124
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
126
126
|
} | undefined;
|
|
127
127
|
readonly sign?: boolean | undefined;
|
|
128
128
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -150,8 +150,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
150
150
|
schema: "network.xyo.module.config";
|
|
151
151
|
readonly security?: {
|
|
152
152
|
readonly allowAnonymous?: boolean | undefined;
|
|
153
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
153
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
155
155
|
} | undefined;
|
|
156
156
|
readonly sign?: boolean | undefined;
|
|
157
157
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -167,8 +167,8 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
167
167
|
schema: "network.xyo.module.config";
|
|
168
168
|
readonly security?: {
|
|
169
169
|
readonly allowAnonymous?: boolean | undefined;
|
|
170
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
170
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
172
172
|
} | undefined;
|
|
173
173
|
readonly sign?: boolean | undefined;
|
|
174
174
|
readonly storeQueries?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -10,24 +10,24 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/archivist-model": "~2.
|
|
14
|
-
"@xyo-network/module-wrapper": "~2.
|
|
15
|
-
"@xyo-network/payload-model": "~2.
|
|
16
|
-
"@xyo-network/sentinel-model": "~2.
|
|
17
|
-
"@xyo-network/witness-model": "~2.
|
|
13
|
+
"@xyo-network/archivist-model": "~2.91.0",
|
|
14
|
+
"@xyo-network/module-wrapper": "~2.91.0",
|
|
15
|
+
"@xyo-network/payload-model": "~2.91.0",
|
|
16
|
+
"@xyo-network/sentinel-model": "~2.91.0",
|
|
17
|
+
"@xyo-network/witness-model": "~2.91.0"
|
|
18
18
|
},
|
|
19
19
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
22
|
-
"@xylabs/tsconfig": "^3.
|
|
23
|
-
"@xyo-network/abstract-witness": "~2.
|
|
24
|
-
"@xyo-network/account": "~2.
|
|
25
|
-
"@xyo-network/archivist-memory": "~2.
|
|
26
|
-
"@xyo-network/boundwitness-model": "~2.
|
|
27
|
-
"@xyo-network/node-memory": "~2.
|
|
28
|
-
"@xyo-network/payload-builder": "~2.
|
|
29
|
-
"@xyo-network/sentinel-memory": "~2.
|
|
30
|
-
"@xyo-network/witness-adhoc": "~2.
|
|
21
|
+
"@xylabs/ts-scripts-yarn3": "^3.4.1",
|
|
22
|
+
"@xylabs/tsconfig": "^3.4.1",
|
|
23
|
+
"@xyo-network/abstract-witness": "~2.91.0",
|
|
24
|
+
"@xyo-network/account": "~2.91.0",
|
|
25
|
+
"@xyo-network/archivist-memory": "~2.91.0",
|
|
26
|
+
"@xyo-network/boundwitness-model": "~2.91.0",
|
|
27
|
+
"@xyo-network/node-memory": "~2.91.0",
|
|
28
|
+
"@xyo-network/payload-builder": "~2.91.0",
|
|
29
|
+
"@xyo-network/sentinel-memory": "~2.91.0",
|
|
30
|
+
"@xyo-network/witness-adhoc": "~2.91.0",
|
|
31
31
|
"typescript": "^5.3.3"
|
|
32
32
|
},
|
|
33
33
|
"types": "dist/node/index.d.ts",
|
|
@@ -68,6 +68,6 @@
|
|
|
68
68
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
69
69
|
},
|
|
70
70
|
"sideEffects": false,
|
|
71
|
-
"version": "2.
|
|
71
|
+
"version": "2.91.0",
|
|
72
72
|
"type": "module"
|
|
73
73
|
}
|