@xyo-network/sdk 2.50.1 → 2.50.3
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
|
@@ -45852,7 +45852,7 @@
|
|
|
45852
45852
|
"fileName": "sdk/src/index.ts",
|
|
45853
45853
|
"line": 2,
|
|
45854
45854
|
"character": 0,
|
|
45855
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
45855
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d38783a1f/packages/sdk/src/index.ts#L2"
|
|
45856
45856
|
}
|
|
45857
45857
|
]
|
|
45858
45858
|
}
|
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.50.
|
|
14
|
-
"@xyo-network/axios": "^2.50.
|
|
15
|
-
"@xyo-network/dns": "^2.50.
|
|
16
|
-
"@xyo-network/network": "^2.50.
|
|
17
|
-
"@xyo-network/payload-plugin": "^2.50.
|
|
18
|
-
"@xyo-network/payloadset-plugin": "^2.50.
|
|
19
|
-
"@xyo-network/schema-name-validator": "^2.50.
|
|
20
|
-
"@xyo-network/storage": "^2.50.
|
|
21
|
-
"@xyo-network/utils": "^2.50.
|
|
22
|
-
"@xyo-network/wallet": "^2.50.
|
|
23
|
-
"@xyo-network/witnesses": "^2.50.
|
|
13
|
+
"@xyo-network/api-models": "^2.50.3",
|
|
14
|
+
"@xyo-network/axios": "^2.50.3",
|
|
15
|
+
"@xyo-network/dns": "^2.50.3",
|
|
16
|
+
"@xyo-network/network": "^2.50.3",
|
|
17
|
+
"@xyo-network/payload-plugin": "^2.50.3",
|
|
18
|
+
"@xyo-network/payloadset-plugin": "^2.50.3",
|
|
19
|
+
"@xyo-network/schema-name-validator": "^2.50.3",
|
|
20
|
+
"@xyo-network/storage": "^2.50.3",
|
|
21
|
+
"@xyo-network/utils": "^2.50.3",
|
|
22
|
+
"@xyo-network/wallet": "^2.50.3",
|
|
23
|
+
"@xyo-network/witnesses": "^2.50.3"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@xylabs/ts-scripts-yarn3": "^2.15.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"types": "dist/types/index.d.ts",
|
|
63
|
-
"version": "2.50.
|
|
63
|
+
"version": "2.50.3"
|
|
64
64
|
}
|