@xyo-network/modules 2.51.7 → 2.51.8
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
|
@@ -323987,7 +323987,7 @@
|
|
|
323987
323987
|
"fileName": "modules/src/index.ts",
|
|
323988
323988
|
"line": 1,
|
|
323989
323989
|
"character": 0,
|
|
323990
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
323990
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/f57161c1ff1/packages/modules/src/index.ts#L1"
|
|
323991
323991
|
}
|
|
323992
323992
|
]
|
|
323993
323993
|
}
|
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.51.
|
|
14
|
-
"@xyo-network/bridge": "^2.51.
|
|
15
|
-
"@xyo-network/diviner": "^2.51.
|
|
16
|
-
"@xyo-network/module": "^2.51.
|
|
17
|
-
"@xyo-network/node": "^2.51.
|
|
18
|
-
"@xyo-network/sentinel": "^2.51.
|
|
19
|
-
"@xyo-network/witness": "^2.51.
|
|
13
|
+
"@xyo-network/archivist": "^2.51.8",
|
|
14
|
+
"@xyo-network/bridge": "^2.51.8",
|
|
15
|
+
"@xyo-network/diviner": "^2.51.8",
|
|
16
|
+
"@xyo-network/module": "^2.51.8",
|
|
17
|
+
"@xyo-network/node": "^2.51.8",
|
|
18
|
+
"@xyo-network/sentinel": "^2.51.8",
|
|
19
|
+
"@xyo-network/witness": "^2.51.8"
|
|
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.51.
|
|
59
|
+
"version": "2.51.8"
|
|
60
60
|
}
|