@xyo-network/modules 2.53.19 → 2.53.20
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 +1 -1
- package/package.json +8 -8
package/dist/docs.json
CHANGED
|
@@ -513291,7 +513291,7 @@
|
|
|
513291
513291
|
"fileName": "modules/src/index.ts",
|
|
513292
513292
|
"line": 1,
|
|
513293
513293
|
"character": 0,
|
|
513294
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
513294
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a2b06068/packages/modules/src/index.ts#L1"
|
|
513295
513295
|
}
|
|
513296
513296
|
]
|
|
513297
513297
|
}
|
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.20",
|
|
14
|
+
"@xyo-network/bridge": "^2.53.20",
|
|
15
|
+
"@xyo-network/diviner": "^2.53.20",
|
|
16
|
+
"@xyo-network/module": "^2.53.20",
|
|
17
|
+
"@xyo-network/node": "^2.53.20",
|
|
18
|
+
"@xyo-network/sentinel": "^2.53.20",
|
|
19
|
+
"@xyo-network/witness": "^2.53.20"
|
|
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.20"
|
|
60
60
|
}
|