@xyo-network/sdk 2.43.34 → 2.43.35
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 +12 -12
package/dist/docs.json
CHANGED
|
@@ -42292,7 +42292,7 @@
|
|
|
42292
42292
|
"fileName": "sdk/src/index.ts",
|
|
42293
42293
|
"line": 2,
|
|
42294
42294
|
"character": 0,
|
|
42295
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
42295
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/f0216a02940/packages/sdk/src/index.ts#L2"
|
|
42296
42296
|
}
|
|
42297
42297
|
]
|
|
42298
42298
|
}
|
package/package.json
CHANGED
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/api-models": "^2.43.
|
|
14
|
-
"@xyo-network/axios": "^2.43.
|
|
15
|
-
"@xyo-network/dns": "^2.43.
|
|
16
|
-
"@xyo-network/network": "^2.43.
|
|
17
|
-
"@xyo-network/payload-plugin": "^2.43.
|
|
18
|
-
"@xyo-network/payloadset-plugin": "^2.43.
|
|
19
|
-
"@xyo-network/schema-name-validator": "^2.43.
|
|
20
|
-
"@xyo-network/storage": "^2.43.
|
|
21
|
-
"@xyo-network/utils": "^2.43.
|
|
22
|
-
"@xyo-network/wallet": "^2.43.
|
|
23
|
-
"@xyo-network/witnesses": "^2.43.
|
|
13
|
+
"@xyo-network/api-models": "^2.43.35",
|
|
14
|
+
"@xyo-network/axios": "^2.43.35",
|
|
15
|
+
"@xyo-network/dns": "^2.43.35",
|
|
16
|
+
"@xyo-network/network": "^2.43.35",
|
|
17
|
+
"@xyo-network/payload-plugin": "^2.43.35",
|
|
18
|
+
"@xyo-network/payloadset-plugin": "^2.43.35",
|
|
19
|
+
"@xyo-network/schema-name-validator": "^2.43.35",
|
|
20
|
+
"@xyo-network/storage": "^2.43.35",
|
|
21
|
+
"@xyo-network/utils": "^2.43.35",
|
|
22
|
+
"@xyo-network/wallet": "^2.43.35",
|
|
23
|
+
"@xyo-network/witnesses": "^2.43.35"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@xylabs/ts-scripts-yarn3": "^2.14.13",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"types": "dist/types/index.d.ts",
|
|
63
|
-
"version": "2.43.
|
|
63
|
+
"version": "2.43.35"
|
|
64
64
|
}
|