@xyo-network/modules 2.42.6 → 2.42.7
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
|
@@ -218482,7 +218482,7 @@
|
|
|
218482
218482
|
"fileName": "modules/src/index.ts",
|
|
218483
218483
|
"line": 1,
|
|
218484
218484
|
"character": 0,
|
|
218485
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
218485
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7bd02c8630/packages/modules/src/index.ts#L1"
|
|
218486
218486
|
}
|
|
218487
218487
|
]
|
|
218488
218488
|
}
|
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.7",
|
|
14
|
+
"@xyo-network/bridge": "^2.42.7",
|
|
15
|
+
"@xyo-network/diviner": "^2.42.7",
|
|
16
|
+
"@xyo-network/module": "^2.42.7",
|
|
17
|
+
"@xyo-network/node": "^2.42.7",
|
|
18
|
+
"@xyo-network/panel": "^2.42.7",
|
|
19
|
+
"@xyo-network/witness": "^2.42.7",
|
|
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.7"
|
|
64
64
|
}
|