@xyo-network/modules 2.33.0-rc.6 → 2.33.0-rc.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 +6 -6
package/dist/docs.json
CHANGED
|
@@ -57025,7 +57025,7 @@
|
|
|
57025
57025
|
"fileName": "modules/src/index.ts",
|
|
57026
57026
|
"line": 1,
|
|
57027
57027
|
"character": 0,
|
|
57028
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
57028
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2a02418/packages/modules/src/index.ts#L1"
|
|
57029
57029
|
}
|
|
57030
57030
|
]
|
|
57031
57031
|
}
|
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.33.0-rc.
|
|
14
|
-
"@xyo-network/diviner": "^2.33.0-rc.
|
|
15
|
-
"@xyo-network/module": "^2.33.0-rc.
|
|
16
|
-
"@xyo-network/node": "^2.33.0-rc.
|
|
17
|
-
"@xyo-network/witness": "^2.33.0-rc.
|
|
13
|
+
"@xyo-network/archivist": "^2.33.0-rc.7",
|
|
14
|
+
"@xyo-network/diviner": "^2.33.0-rc.7",
|
|
15
|
+
"@xyo-network/module": "^2.33.0-rc.7",
|
|
16
|
+
"@xyo-network/node": "^2.33.0-rc.7",
|
|
17
|
+
"@xyo-network/witness": "^2.33.0-rc.7",
|
|
18
18
|
"tslib": "^2.4.0"
|
|
19
19
|
},
|
|
20
20
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -50,6 +50,6 @@
|
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": false,
|
|
52
52
|
"types": "dist/esm/index.d.ts",
|
|
53
|
-
"version": "2.33.0-rc.
|
|
53
|
+
"version": "2.33.0-rc.7",
|
|
54
54
|
"stableVersion": "2.32.1"
|
|
55
55
|
}
|