@xyo-network/modules 2.43.14 → 2.43.15
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
|
@@ -224872,7 +224872,7 @@
|
|
|
224872
224872
|
"fileName": "modules/src/index.ts",
|
|
224873
224873
|
"line": 1,
|
|
224874
224874
|
"character": 0,
|
|
224875
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
224875
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a656ee1d4/packages/modules/src/index.ts#L1"
|
|
224876
224876
|
}
|
|
224877
224877
|
]
|
|
224878
224878
|
}
|
package/package.json
CHANGED
|
@@ -10,16 +10,16 @@
|
|
|
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.15",
|
|
14
|
+
"@xyo-network/bridge": "^2.43.15",
|
|
15
|
+
"@xyo-network/diviner": "^2.43.15",
|
|
16
|
+
"@xyo-network/module": "^2.43.15",
|
|
17
|
+
"@xyo-network/node": "^2.43.15",
|
|
18
|
+
"@xyo-network/panel": "^2.43.15",
|
|
19
|
+
"@xyo-network/witness": "^2.43.15"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@xylabs/ts-scripts-yarn3": "^2.12.
|
|
22
|
+
"@xylabs/ts-scripts-yarn3": "^2.12.26"
|
|
23
23
|
},
|
|
24
24
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
25
25
|
"browser": "dist/esm/index.js",
|
|
@@ -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.15"
|
|
58
58
|
}
|