@xyo-network/modules 2.52.0 → 2.52.1
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
|
@@ -625882,7 +625882,7 @@
|
|
|
625882
625882
|
"fileName": "modules/src/index.ts",
|
|
625883
625883
|
"line": 1,
|
|
625884
625884
|
"character": 0,
|
|
625885
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
625885
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/003a3d00e/packages/modules/src/index.ts#L1"
|
|
625886
625886
|
}
|
|
625887
625887
|
]
|
|
625888
625888
|
}
|
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.52.
|
|
14
|
-
"@xyo-network/bridge": "^2.52.
|
|
15
|
-
"@xyo-network/diviner": "^2.52.
|
|
16
|
-
"@xyo-network/module": "^2.52.
|
|
17
|
-
"@xyo-network/node": "^2.52.
|
|
18
|
-
"@xyo-network/sentinel": "^2.52.
|
|
19
|
-
"@xyo-network/witness": "^2.52.
|
|
13
|
+
"@xyo-network/archivist": "^2.52.1",
|
|
14
|
+
"@xyo-network/bridge": "^2.52.1",
|
|
15
|
+
"@xyo-network/diviner": "^2.52.1",
|
|
16
|
+
"@xyo-network/module": "^2.52.1",
|
|
17
|
+
"@xyo-network/node": "^2.52.1",
|
|
18
|
+
"@xyo-network/sentinel": "^2.52.1",
|
|
19
|
+
"@xyo-network/witness": "^2.52.1"
|
|
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.52.
|
|
59
|
+
"version": "2.52.1"
|
|
60
60
|
}
|