@xyo-network/api 2.20.36 → 2.20.39
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 +3 -3
package/dist/docs.json
CHANGED
|
@@ -44274,7 +44274,7 @@
|
|
|
44274
44274
|
]
|
|
44275
44275
|
},
|
|
44276
44276
|
{
|
|
44277
|
-
"title": "Type
|
|
44277
|
+
"title": "Type Aliases",
|
|
44278
44278
|
"kind": 4194304,
|
|
44279
44279
|
"children": [
|
|
44280
44280
|
1825,
|
package/package.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@xylabs/sdk-js": "^2.5.
|
|
13
|
-
"@xyo-network/core": "^2.20.
|
|
12
|
+
"@xylabs/sdk-js": "^2.5.7",
|
|
13
|
+
"@xyo-network/core": "^2.20.39",
|
|
14
14
|
"axios": "^0.27.2",
|
|
15
15
|
"pako": "^2.0.4",
|
|
16
16
|
"uuid": "^8.3.2"
|
|
@@ -67,6 +67,6 @@
|
|
|
67
67
|
},
|
|
68
68
|
"sideEffects": true,
|
|
69
69
|
"types": "dist/esm/index.d.ts",
|
|
70
|
-
"version": "2.20.
|
|
70
|
+
"version": "2.20.39",
|
|
71
71
|
"packageManager": "yarn@3.1.1"
|
|
72
72
|
}
|