@xyo-network/sdk 2.51.6 → 2.51.8
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
|
@@ -49406,7 +49406,7 @@
|
|
|
49406
49406
|
"fileName": "sdk/src/index.ts",
|
|
49407
49407
|
"line": 2,
|
|
49408
49408
|
"character": 0,
|
|
49409
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
49409
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/f57161c1ff1/packages/sdk/src/index.ts#L2"
|
|
49410
49410
|
}
|
|
49411
49411
|
]
|
|
49412
49412
|
}
|
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.51.
|
|
14
|
-
"@xyo-network/axios": "^2.51.
|
|
15
|
-
"@xyo-network/dns": "^2.51.
|
|
16
|
-
"@xyo-network/network": "^2.51.
|
|
17
|
-
"@xyo-network/payload-plugin": "^2.51.
|
|
18
|
-
"@xyo-network/payloadset-plugin": "^2.51.
|
|
19
|
-
"@xyo-network/schema-name-validator": "^2.51.
|
|
20
|
-
"@xyo-network/storage": "^2.51.
|
|
21
|
-
"@xyo-network/utils": "^2.51.
|
|
22
|
-
"@xyo-network/wallet": "^2.51.
|
|
23
|
-
"@xyo-network/witnesses": "^2.51.
|
|
13
|
+
"@xyo-network/api-models": "^2.51.8",
|
|
14
|
+
"@xyo-network/axios": "^2.51.8",
|
|
15
|
+
"@xyo-network/dns": "^2.51.8",
|
|
16
|
+
"@xyo-network/network": "^2.51.8",
|
|
17
|
+
"@xyo-network/payload-plugin": "^2.51.8",
|
|
18
|
+
"@xyo-network/payloadset-plugin": "^2.51.8",
|
|
19
|
+
"@xyo-network/schema-name-validator": "^2.51.8",
|
|
20
|
+
"@xyo-network/storage": "^2.51.8",
|
|
21
|
+
"@xyo-network/utils": "^2.51.8",
|
|
22
|
+
"@xyo-network/wallet": "^2.51.8",
|
|
23
|
+
"@xyo-network/witnesses": "^2.51.8"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@xylabs/ts-scripts-yarn3": "^2.16.1",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"types": "dist/types/index.d.ts",
|
|
63
|
-
"version": "2.51.
|
|
63
|
+
"version": "2.51.8"
|
|
64
64
|
}
|