@xyo-network/modules 2.41.2 → 2.41.3
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
|
@@ -134957,7 +134957,7 @@
|
|
|
134957
134957
|
"fileName": "modules/src/index.ts",
|
|
134958
134958
|
"line": 1,
|
|
134959
134959
|
"character": 0,
|
|
134960
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
134960
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dc6e25202/packages/modules/src/index.ts#L1"
|
|
134961
134961
|
}
|
|
134962
134962
|
]
|
|
134963
134963
|
}
|
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.41.
|
|
14
|
-
"@xyo-network/bridge": "^2.41.
|
|
15
|
-
"@xyo-network/diviner": "^2.41.
|
|
16
|
-
"@xyo-network/module": "^2.41.
|
|
17
|
-
"@xyo-network/node": "^2.41.
|
|
18
|
-
"@xyo-network/panel": "^2.41.
|
|
19
|
-
"@xyo-network/witness": "^2.41.
|
|
13
|
+
"@xyo-network/archivist": "^2.41.3",
|
|
14
|
+
"@xyo-network/bridge": "^2.41.3",
|
|
15
|
+
"@xyo-network/diviner": "^2.41.3",
|
|
16
|
+
"@xyo-network/module": "^2.41.3",
|
|
17
|
+
"@xyo-network/node": "^2.41.3",
|
|
18
|
+
"@xyo-network/panel": "^2.41.3",
|
|
19
|
+
"@xyo-network/witness": "^2.41.3",
|
|
20
20
|
"tslib": "^2.4.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"types": "dist/esm/index.d.ts",
|
|
63
|
-
"version": "2.41.
|
|
63
|
+
"version": "2.41.3"
|
|
64
64
|
}
|