@xyo-network/modules 2.42.0 → 2.42.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
|
@@ -236972,7 +236972,7 @@
|
|
|
236972
236972
|
"fileName": "modules/src/index.ts",
|
|
236973
236973
|
"line": 1,
|
|
236974
236974
|
"character": 0,
|
|
236975
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
236975
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2d7a2aac5b/packages/modules/src/index.ts#L1"
|
|
236976
236976
|
}
|
|
236977
236977
|
]
|
|
236978
236978
|
}
|
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.42.
|
|
14
|
-
"@xyo-network/bridge": "^2.42.
|
|
15
|
-
"@xyo-network/diviner": "^2.42.
|
|
16
|
-
"@xyo-network/module": "^2.42.
|
|
17
|
-
"@xyo-network/node": "^2.42.
|
|
18
|
-
"@xyo-network/panel": "^2.42.
|
|
19
|
-
"@xyo-network/witness": "^2.42.
|
|
13
|
+
"@xyo-network/archivist": "^2.42.1",
|
|
14
|
+
"@xyo-network/bridge": "^2.42.1",
|
|
15
|
+
"@xyo-network/diviner": "^2.42.1",
|
|
16
|
+
"@xyo-network/module": "^2.42.1",
|
|
17
|
+
"@xyo-network/node": "^2.42.1",
|
|
18
|
+
"@xyo-network/panel": "^2.42.1",
|
|
19
|
+
"@xyo-network/witness": "^2.42.1",
|
|
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.42.
|
|
63
|
+
"version": "2.42.1"
|
|
64
64
|
}
|