@xyo-network/modules 2.53.9 → 2.53.10
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 +10 -4
- package/package.json +8 -8
package/dist/docs.json
CHANGED
|
@@ -181219,9 +181219,15 @@
|
|
|
181219
181219
|
"flags": {},
|
|
181220
181220
|
"type": {
|
|
181221
181221
|
"type": "reference",
|
|
181222
|
-
"
|
|
181223
|
-
|
|
181224
|
-
|
|
181222
|
+
"typeArguments": [
|
|
181223
|
+
{
|
|
181224
|
+
"type": "intrinsic",
|
|
181225
|
+
"name": "string"
|
|
181226
|
+
}
|
|
181227
|
+
],
|
|
181228
|
+
"name": "URLParse",
|
|
181229
|
+
"qualifiedName": "URLParse",
|
|
181230
|
+
"package": "@types/url-parse"
|
|
181225
181231
|
}
|
|
181226
181232
|
}
|
|
181227
181233
|
},
|
|
@@ -444275,7 +444281,7 @@
|
|
|
444275
444281
|
"fileName": "modules/src/index.ts",
|
|
444276
444282
|
"line": 1,
|
|
444277
444283
|
"character": 0,
|
|
444278
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
444284
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8795a6bbe76f/packages/modules/src/index.ts#L1"
|
|
444279
444285
|
}
|
|
444280
444286
|
]
|
|
444281
444287
|
}
|
package/package.json
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/archivist": "^2.53.
|
|
14
|
-
"@xyo-network/bridge": "^2.53.
|
|
15
|
-
"@xyo-network/diviner": "^2.53.
|
|
16
|
-
"@xyo-network/module": "^2.53.
|
|
17
|
-
"@xyo-network/node": "^2.53.
|
|
18
|
-
"@xyo-network/sentinel": "^2.53.
|
|
19
|
-
"@xyo-network/witness": "^2.53.
|
|
13
|
+
"@xyo-network/archivist": "^2.53.10",
|
|
14
|
+
"@xyo-network/bridge": "^2.53.10",
|
|
15
|
+
"@xyo-network/diviner": "^2.53.10",
|
|
16
|
+
"@xyo-network/module": "^2.53.10",
|
|
17
|
+
"@xyo-network/node": "^2.53.10",
|
|
18
|
+
"@xyo-network/sentinel": "^2.53.10",
|
|
19
|
+
"@xyo-network/witness": "^2.53.10"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@xylabs/ts-scripts-yarn3": "^2.16.1",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"types": "dist/types/index.d.ts",
|
|
59
|
-
"version": "2.53.
|
|
59
|
+
"version": "2.53.10"
|
|
60
60
|
}
|