@xyo-network/sdk 2.47.6 → 2.47.7
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
|
@@ -43951,7 +43951,7 @@
|
|
|
43951
43951
|
"fileName": "sdk/src/index.ts",
|
|
43952
43952
|
"line": 2,
|
|
43953
43953
|
"character": 0,
|
|
43954
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
43954
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0f3587761fe/packages/sdk/src/index.ts#L2"
|
|
43955
43955
|
}
|
|
43956
43956
|
]
|
|
43957
43957
|
}
|
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.47.
|
|
14
|
-
"@xyo-network/axios": "^2.47.
|
|
15
|
-
"@xyo-network/dns": "^2.47.
|
|
16
|
-
"@xyo-network/network": "^2.47.
|
|
17
|
-
"@xyo-network/payload-plugin": "^2.47.
|
|
18
|
-
"@xyo-network/payloadset-plugin": "^2.47.
|
|
19
|
-
"@xyo-network/schema-name-validator": "^2.47.
|
|
20
|
-
"@xyo-network/storage": "^2.47.
|
|
21
|
-
"@xyo-network/utils": "^2.47.
|
|
22
|
-
"@xyo-network/wallet": "^2.47.
|
|
23
|
-
"@xyo-network/witnesses": "^2.47.
|
|
13
|
+
"@xyo-network/api-models": "^2.47.7",
|
|
14
|
+
"@xyo-network/axios": "^2.47.7",
|
|
15
|
+
"@xyo-network/dns": "^2.47.7",
|
|
16
|
+
"@xyo-network/network": "^2.47.7",
|
|
17
|
+
"@xyo-network/payload-plugin": "^2.47.7",
|
|
18
|
+
"@xyo-network/payloadset-plugin": "^2.47.7",
|
|
19
|
+
"@xyo-network/schema-name-validator": "^2.47.7",
|
|
20
|
+
"@xyo-network/storage": "^2.47.7",
|
|
21
|
+
"@xyo-network/utils": "^2.47.7",
|
|
22
|
+
"@xyo-network/wallet": "^2.47.7",
|
|
23
|
+
"@xyo-network/witnesses": "^2.47.7"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@xylabs/ts-scripts-yarn3": "^2.14.16",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"types": "dist/types/index.d.ts",
|
|
63
|
-
"version": "2.47.
|
|
63
|
+
"version": "2.47.7"
|
|
64
64
|
}
|