@xyo-network/modules 2.43.11 → 2.43.12
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
|
@@ -224252,7 +224252,7 @@
|
|
|
224252
224252
|
"fileName": "modules/src/index.ts",
|
|
224253
224253
|
"line": 1,
|
|
224254
224254
|
"character": 0,
|
|
224255
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
224255
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d563d7bc1/packages/modules/src/index.ts#L1"
|
|
224256
224256
|
}
|
|
224257
224257
|
]
|
|
224258
224258
|
}
|
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.43.
|
|
14
|
-
"@xyo-network/bridge": "^2.43.
|
|
15
|
-
"@xyo-network/diviner": "^2.43.
|
|
16
|
-
"@xyo-network/module": "^2.43.
|
|
17
|
-
"@xyo-network/node": "^2.43.
|
|
18
|
-
"@xyo-network/panel": "^2.43.
|
|
19
|
-
"@xyo-network/witness": "^2.43.
|
|
13
|
+
"@xyo-network/archivist": "^2.43.12",
|
|
14
|
+
"@xyo-network/bridge": "^2.43.12",
|
|
15
|
+
"@xyo-network/diviner": "^2.43.12",
|
|
16
|
+
"@xyo-network/module": "^2.43.12",
|
|
17
|
+
"@xyo-network/node": "^2.43.12",
|
|
18
|
+
"@xyo-network/panel": "^2.43.12",
|
|
19
|
+
"@xyo-network/witness": "^2.43.12"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@xylabs/ts-scripts-yarn3": "^2.12.25"
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
},
|
|
55
55
|
"sideEffects": false,
|
|
56
56
|
"types": "dist/types/index.d.ts",
|
|
57
|
-
"version": "2.43.
|
|
57
|
+
"version": "2.43.12"
|
|
58
58
|
}
|