@xyo-network/modules 2.38.3 → 2.38.4
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 +6 -6
package/dist/docs.json
CHANGED
|
@@ -107650,7 +107650,7 @@
|
|
|
107650
107650
|
"fileName": "modules/src/index.ts",
|
|
107651
107651
|
"line": 1,
|
|
107652
107652
|
"character": 0,
|
|
107653
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
107653
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2e92158c/packages/modules/src/index.ts#L1"
|
|
107654
107654
|
}
|
|
107655
107655
|
]
|
|
107656
107656
|
}
|
package/package.json
CHANGED
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/archivist": "^2.38.
|
|
14
|
-
"@xyo-network/diviner": "^2.38.
|
|
15
|
-
"@xyo-network/module": "^2.38.
|
|
16
|
-
"@xyo-network/node": "^2.38.
|
|
17
|
-
"@xyo-network/witness": "^2.38.
|
|
13
|
+
"@xyo-network/archivist": "^2.38.4",
|
|
14
|
+
"@xyo-network/diviner": "^2.38.4",
|
|
15
|
+
"@xyo-network/module": "^2.38.4",
|
|
16
|
+
"@xyo-network/node": "^2.38.4",
|
|
17
|
+
"@xyo-network/witness": "^2.38.4",
|
|
18
18
|
"tslib": "^2.4.0"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
},
|
|
55
55
|
"sideEffects": false,
|
|
56
56
|
"types": "dist/esm/index.d.ts",
|
|
57
|
-
"version": "2.38.
|
|
57
|
+
"version": "2.38.4"
|
|
58
58
|
}
|