@xyo-network/modules 2.50.1 → 2.50.2
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 +9 -9
package/dist/docs.json
CHANGED
|
@@ -283380,7 +283380,7 @@
|
|
|
283380
283380
|
"fileName": "modules/src/index.ts",
|
|
283381
283381
|
"line": 1,
|
|
283382
283382
|
"character": 0,
|
|
283383
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
283383
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a892ebdd000/packages/modules/src/index.ts#L1"
|
|
283384
283384
|
}
|
|
283385
283385
|
]
|
|
283386
283386
|
}
|
package/package.json
CHANGED
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/archivist": "^2.50.
|
|
14
|
-
"@xyo-network/bridge": "^2.50.
|
|
15
|
-
"@xyo-network/diviner": "^2.50.
|
|
16
|
-
"@xyo-network/module": "^2.50.
|
|
17
|
-
"@xyo-network/node": "^2.50.
|
|
18
|
-
"@xyo-network/panel": "^2.50.
|
|
19
|
-
"@xyo-network/sentinel": "^2.50.
|
|
20
|
-
"@xyo-network/witness": "^2.50.
|
|
13
|
+
"@xyo-network/archivist": "^2.50.2",
|
|
14
|
+
"@xyo-network/bridge": "^2.50.2",
|
|
15
|
+
"@xyo-network/diviner": "^2.50.2",
|
|
16
|
+
"@xyo-network/module": "^2.50.2",
|
|
17
|
+
"@xyo-network/node": "^2.50.2",
|
|
18
|
+
"@xyo-network/panel": "^2.50.2",
|
|
19
|
+
"@xyo-network/sentinel": "^2.50.2",
|
|
20
|
+
"@xyo-network/witness": "^2.50.2"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@xylabs/ts-scripts-yarn3": "^2.15.0",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
},
|
|
58
58
|
"sideEffects": false,
|
|
59
59
|
"types": "dist/types/index.d.ts",
|
|
60
|
-
"version": "2.50.
|
|
60
|
+
"version": "2.50.2"
|
|
61
61
|
}
|