@xyo-network/sdk 2.53.19 → 2.53.20
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 +13 -13
package/dist/docs.json
CHANGED
|
@@ -68740,7 +68740,7 @@
|
|
|
68740
68740
|
"fileName": "sdk/src/index.ts",
|
|
68741
68741
|
"line": 2,
|
|
68742
68742
|
"character": 0,
|
|
68743
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
68743
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a2b06068/packages/sdk/src/index.ts#L2"
|
|
68744
68744
|
}
|
|
68745
68745
|
]
|
|
68746
68746
|
}
|
package/package.json
CHANGED
|
@@ -10,18 +10,18 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/api-models": "^2.53.
|
|
14
|
-
"@xyo-network/axios": "^2.53.
|
|
15
|
-
"@xyo-network/dns": "^2.53.
|
|
16
|
-
"@xyo-network/metamask-connector": "^2.53.
|
|
17
|
-
"@xyo-network/network": "^2.53.
|
|
18
|
-
"@xyo-network/payload-plugin": "^2.53.
|
|
19
|
-
"@xyo-network/payloadset-plugin": "^2.53.
|
|
20
|
-
"@xyo-network/schema-cache": "^2.53.
|
|
21
|
-
"@xyo-network/schema-name-validator": "^2.53.
|
|
22
|
-
"@xyo-network/storage": "^2.53.
|
|
23
|
-
"@xyo-network/wallet": "^2.53.
|
|
24
|
-
"@xyo-network/witnesses": "^2.53.
|
|
13
|
+
"@xyo-network/api-models": "^2.53.20",
|
|
14
|
+
"@xyo-network/axios": "^2.53.20",
|
|
15
|
+
"@xyo-network/dns": "^2.53.20",
|
|
16
|
+
"@xyo-network/metamask-connector": "^2.53.20",
|
|
17
|
+
"@xyo-network/network": "^2.53.20",
|
|
18
|
+
"@xyo-network/payload-plugin": "^2.53.20",
|
|
19
|
+
"@xyo-network/payloadset-plugin": "^2.53.20",
|
|
20
|
+
"@xyo-network/schema-cache": "^2.53.20",
|
|
21
|
+
"@xyo-network/schema-name-validator": "^2.53.20",
|
|
22
|
+
"@xyo-network/storage": "^2.53.20",
|
|
23
|
+
"@xyo-network/wallet": "^2.53.20",
|
|
24
|
+
"@xyo-network/witnesses": "^2.53.20"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@xylabs/ts-scripts-yarn3": "^2.16.1",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"types": "dist/types/index.d.ts",
|
|
64
|
-
"version": "2.53.
|
|
64
|
+
"version": "2.53.20"
|
|
65
65
|
}
|