@xyo-network/sdk 2.56.1 → 2.56.2
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
|
@@ -45722,7 +45722,7 @@
|
|
|
45722
45722
|
"fileName": "sdk/src/index.ts",
|
|
45723
45723
|
"line": 2,
|
|
45724
45724
|
"character": 0,
|
|
45725
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
45725
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/src/index.ts#L2"
|
|
45726
45726
|
}
|
|
45727
45727
|
]
|
|
45728
45728
|
}
|
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.56.
|
|
14
|
-
"@xyo-network/axios": "^2.56.
|
|
15
|
-
"@xyo-network/dns": "^2.56.
|
|
16
|
-
"@xyo-network/metamask-connector": "^2.56.
|
|
17
|
-
"@xyo-network/network": "^2.56.
|
|
18
|
-
"@xyo-network/payload-plugin": "^2.56.
|
|
19
|
-
"@xyo-network/payloadset-plugin": "^2.56.
|
|
20
|
-
"@xyo-network/schema-cache": "^2.56.
|
|
21
|
-
"@xyo-network/schema-name-validator": "^2.56.
|
|
22
|
-
"@xyo-network/storage": "^2.56.
|
|
23
|
-
"@xyo-network/wallet": "^2.56.
|
|
24
|
-
"@xyo-network/witnesses": "^2.56.
|
|
13
|
+
"@xyo-network/api-models": "^2.56.2",
|
|
14
|
+
"@xyo-network/axios": "^2.56.2",
|
|
15
|
+
"@xyo-network/dns": "^2.56.2",
|
|
16
|
+
"@xyo-network/metamask-connector": "^2.56.2",
|
|
17
|
+
"@xyo-network/network": "^2.56.2",
|
|
18
|
+
"@xyo-network/payload-plugin": "^2.56.2",
|
|
19
|
+
"@xyo-network/payloadset-plugin": "^2.56.2",
|
|
20
|
+
"@xyo-network/schema-cache": "^2.56.2",
|
|
21
|
+
"@xyo-network/schema-name-validator": "^2.56.2",
|
|
22
|
+
"@xyo-network/storage": "^2.56.2",
|
|
23
|
+
"@xyo-network/wallet": "^2.56.2",
|
|
24
|
+
"@xyo-network/witnesses": "^2.56.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@xylabs/ts-scripts-yarn3": "^2.17.6",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"types": "dist/types/index.d.ts",
|
|
64
|
-
"version": "2.56.
|
|
64
|
+
"version": "2.56.2"
|
|
65
65
|
}
|