@xyo-network/bridge 2.55.1 → 2.55.2
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 +4 -2
- package/package.json +6 -6
package/dist/docs.json
CHANGED
|
@@ -28909,7 +28909,9 @@
|
|
|
28909
28909
|
"name": "sources",
|
|
28910
28910
|
"kind": 1024,
|
|
28911
28911
|
"kindString": "Property",
|
|
28912
|
-
"flags": {
|
|
28912
|
+
"flags": {
|
|
28913
|
+
"isOptional": true
|
|
28914
|
+
},
|
|
28913
28915
|
"sources": [
|
|
28914
28916
|
{
|
|
28915
28917
|
"fileName": "modules/packages/module/packages/abstract/dist/types/Error.d.ts",
|
|
@@ -71666,7 +71668,7 @@
|
|
|
71666
71668
|
"fileName": "modules/packages/bridge/src/index.ts",
|
|
71667
71669
|
"line": 1,
|
|
71668
71670
|
"character": 0,
|
|
71669
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
71671
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/484713f72d5a/packages/modules/packages/bridge/src/index.ts#L1"
|
|
71670
71672
|
}
|
|
71671
71673
|
]
|
|
71672
71674
|
}
|
package/package.json
CHANGED
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/abstract-bridge": "^2.55.
|
|
14
|
-
"@xyo-network/bridge-model": "^2.55.
|
|
15
|
-
"@xyo-network/bridge-module-resolver": "^2.55.
|
|
16
|
-
"@xyo-network/bridge-wrapper": "^2.55.
|
|
17
|
-
"@xyo-network/http-bridge": "^2.55.
|
|
13
|
+
"@xyo-network/abstract-bridge": "^2.55.2",
|
|
14
|
+
"@xyo-network/bridge-model": "^2.55.2",
|
|
15
|
+
"@xyo-network/bridge-module-resolver": "^2.55.2",
|
|
16
|
+
"@xyo-network/bridge-wrapper": "^2.55.2",
|
|
17
|
+
"@xyo-network/http-bridge": "^2.55.2"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@xylabs/ts-scripts-yarn3": "^2.16.5",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
},
|
|
55
55
|
"sideEffects": false,
|
|
56
56
|
"types": "dist/types/index.d.ts",
|
|
57
|
-
"version": "2.55.
|
|
57
|
+
"version": "2.55.2"
|
|
58
58
|
}
|