@xyo-network/module 2.75.4 → 2.75.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/docs.json +15 -4
- package/package.json +8 -8
package/dist/docs.json
CHANGED
|
@@ -50177,8 +50177,19 @@
|
|
|
50177
50177
|
"kind": 131072,
|
|
50178
50178
|
"flags": {},
|
|
50179
50179
|
"type": {
|
|
50180
|
-
"type": "
|
|
50181
|
-
"
|
|
50180
|
+
"type": "reference",
|
|
50181
|
+
"target": {
|
|
50182
|
+
"sourceFileName": "../../../shared/packages/promise/src/types.ts",
|
|
50183
|
+
"qualifiedName": "Promisable"
|
|
50184
|
+
},
|
|
50185
|
+
"typeArguments": [
|
|
50186
|
+
{
|
|
50187
|
+
"type": "intrinsic",
|
|
50188
|
+
"name": "void"
|
|
50189
|
+
}
|
|
50190
|
+
],
|
|
50191
|
+
"name": "Promisable",
|
|
50192
|
+
"package": "@xyo-network/promise"
|
|
50182
50193
|
},
|
|
50183
50194
|
"default": {
|
|
50184
50195
|
"type": "intrinsic",
|
|
@@ -50237,7 +50248,7 @@
|
|
|
50237
50248
|
{
|
|
50238
50249
|
"fileName": "modules/packages/module/packages/wrapper/dist/node/ModuleWrapper.d.ts",
|
|
50239
50250
|
"line": 52,
|
|
50240
|
-
"character":
|
|
50251
|
+
"character": 161
|
|
50241
50252
|
}
|
|
50242
50253
|
],
|
|
50243
50254
|
"signatures": [
|
|
@@ -50251,7 +50262,7 @@
|
|
|
50251
50262
|
{
|
|
50252
50263
|
"fileName": "modules/packages/module/packages/wrapper/dist/node/ModuleWrapper.d.ts",
|
|
50253
50264
|
"line": 52,
|
|
50254
|
-
"character":
|
|
50265
|
+
"character": 161
|
|
50255
50266
|
}
|
|
50256
50267
|
],
|
|
50257
50268
|
"parameters": [
|
package/package.json
CHANGED
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/module-abstract": "~2.75.
|
|
14
|
-
"@xyo-network/module-events": "~2.75.
|
|
15
|
-
"@xyo-network/module-model": "~2.75.
|
|
16
|
-
"@xyo-network/module-resolver": "~2.75.
|
|
17
|
-
"@xyo-network/module-wrapper": "~2.75.
|
|
13
|
+
"@xyo-network/module-abstract": "~2.75.6",
|
|
14
|
+
"@xyo-network/module-events": "~2.75.6",
|
|
15
|
+
"@xyo-network/module-model": "~2.75.6",
|
|
16
|
+
"@xyo-network/module-resolver": "~2.75.6",
|
|
17
|
+
"@xyo-network/module-wrapper": "~2.75.6"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
21
|
-
"@xylabs/tsconfig": "^3.0.
|
|
20
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.80",
|
|
21
|
+
"@xylabs/tsconfig": "^3.0.80",
|
|
22
22
|
"typescript": "^5.2.2"
|
|
23
23
|
},
|
|
24
24
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
65
65
|
},
|
|
66
66
|
"sideEffects": false,
|
|
67
|
-
"version": "2.75.
|
|
67
|
+
"version": "2.75.6"
|
|
68
68
|
}
|