@xyo-network/api 2.107.5 → 2.108.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -14
package/package.json
CHANGED
@@ -9,23 +9,23 @@
|
|
9
9
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
|
-
"@xylabs/axios": "^3.5.
|
13
|
-
"@xylabs/object": "^3.5.
|
14
|
-
"@xyo-network/api-models": "
|
15
|
-
"@xyo-network/boundwitness-model": "
|
16
|
-
"@xyo-network/diviner-model": "
|
17
|
-
"@xyo-network/huri": "
|
18
|
-
"@xyo-network/payload-model": "
|
12
|
+
"@xylabs/axios": "^3.5.2",
|
13
|
+
"@xylabs/object": "^3.5.2",
|
14
|
+
"@xyo-network/api-models": "^2.108.0",
|
15
|
+
"@xyo-network/boundwitness-model": "^2.108.0",
|
16
|
+
"@xyo-network/diviner-model": "^2.108.0",
|
17
|
+
"@xyo-network/huri": "^2.108.0",
|
18
|
+
"@xyo-network/payload-model": "^2.108.0"
|
19
19
|
},
|
20
20
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
21
21
|
"devDependencies": {
|
22
|
-
"@xylabs/jest-helpers": "^3.5.
|
23
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
24
|
-
"@xylabs/tsconfig": "^3.11.
|
25
|
-
"@xyo-network/module-model": "
|
26
|
-
"@xyo-network/query-payload-plugin": "
|
22
|
+
"@xylabs/jest-helpers": "^3.5.2",
|
23
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.12",
|
24
|
+
"@xylabs/tsconfig": "^3.11.12",
|
25
|
+
"@xyo-network/module-model": "^2.108.0",
|
26
|
+
"@xyo-network/query-payload-plugin": "^2.108.0",
|
27
27
|
"jest": "^29.7.0",
|
28
|
-
"typescript": "^5.5.
|
28
|
+
"typescript": "^5.5.3",
|
29
29
|
"uuid": "^10.0.0"
|
30
30
|
},
|
31
31
|
"exports": {
|
@@ -67,6 +67,6 @@
|
|
67
67
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
68
68
|
},
|
69
69
|
"sideEffects": false,
|
70
|
-
"version": "2.
|
70
|
+
"version": "2.108.0",
|
71
71
|
"type": "module"
|
72
72
|
}
|