@xyo-network/bridge 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
|
@@ -37114,8 +37114,19 @@
|
|
|
37114
37114
|
"kind": 131072,
|
|
37115
37115
|
"flags": {},
|
|
37116
37116
|
"type": {
|
|
37117
|
-
"type": "
|
|
37118
|
-
"
|
|
37117
|
+
"type": "reference",
|
|
37118
|
+
"target": {
|
|
37119
|
+
"sourceFileName": "../../../shared/packages/promise/src/types.ts",
|
|
37120
|
+
"qualifiedName": "Promisable"
|
|
37121
|
+
},
|
|
37122
|
+
"typeArguments": [
|
|
37123
|
+
{
|
|
37124
|
+
"type": "intrinsic",
|
|
37125
|
+
"name": "void"
|
|
37126
|
+
}
|
|
37127
|
+
],
|
|
37128
|
+
"name": "Promisable",
|
|
37129
|
+
"package": "@xyo-network/promise"
|
|
37119
37130
|
},
|
|
37120
37131
|
"default": {
|
|
37121
37132
|
"type": "intrinsic",
|
|
@@ -37177,7 +37188,7 @@
|
|
|
37177
37188
|
{
|
|
37178
37189
|
"fileName": "modules/packages/module/packages/wrapper/dist/node/ModuleWrapper.d.ts",
|
|
37179
37190
|
"line": 52,
|
|
37180
|
-
"character":
|
|
37191
|
+
"character": 161
|
|
37181
37192
|
}
|
|
37182
37193
|
],
|
|
37183
37194
|
"signatures": [
|
|
@@ -37191,7 +37202,7 @@
|
|
|
37191
37202
|
{
|
|
37192
37203
|
"fileName": "modules/packages/module/packages/wrapper/dist/node/ModuleWrapper.d.ts",
|
|
37193
37204
|
"line": 52,
|
|
37194
|
-
"character":
|
|
37205
|
+
"character": 161
|
|
37195
37206
|
}
|
|
37196
37207
|
],
|
|
37197
37208
|
"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/abstract-bridge": "~2.75.
|
|
14
|
-
"@xyo-network/bridge-model": "~2.75.
|
|
15
|
-
"@xyo-network/bridge-module-resolver": "~2.75.
|
|
16
|
-
"@xyo-network/bridge-wrapper": "~2.75.
|
|
17
|
-
"@xyo-network/http-bridge": "~2.75.
|
|
13
|
+
"@xyo-network/abstract-bridge": "~2.75.6",
|
|
14
|
+
"@xyo-network/bridge-model": "~2.75.6",
|
|
15
|
+
"@xyo-network/bridge-module-resolver": "~2.75.6",
|
|
16
|
+
"@xyo-network/bridge-wrapper": "~2.75.6",
|
|
17
|
+
"@xyo-network/http-bridge": "~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
|
}
|