@xyo-network/sdk 2.43.17 → 2.43.18
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/README.md +2 -70
- package/dist/docs.json +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -1,53 +1,6 @@
|
|
|
1
1
|
[![logo][]](https://xyo.network)
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[![main-build][]][main-build-link]
|
|
6
|
-
[![beta-build][]][beta-build-link]
|
|
7
|
-
[![npm-badge][]][npm-link]
|
|
8
|
-
[![bch-badge][]][bch-link]
|
|
9
|
-
[![codacy-badge][]][codacy-link]
|
|
10
|
-
[![codeclimate-badge][]][codeclimate-link]
|
|
11
|
-
[![snyk-badge][]][snyk-link]
|
|
12
|
-
|
|
13
|
-
> The XYO Foundation provides this source code available in our efforts to
|
|
14
|
-
> advance the understanding of the XYO Protocol and its possible uses.
|
|
15
|
-
> We continue to maintain this software in the interest of developer education.
|
|
16
|
-
> Usage of this source code is not intended for production.
|
|
17
|
-
|
|
18
|
-
## Table of Contents
|
|
19
|
-
- [Title](#sdk-xyo-client-js)
|
|
20
|
-
- [Table of Contents](#table-of-contents)
|
|
21
|
-
- [Description](#description)
|
|
22
|
-
- [Install](#install)
|
|
23
|
-
- [Maintainers](#maintainers)
|
|
24
|
-
- [License](#license)
|
|
25
|
-
- [Credits](#credits)
|
|
26
|
-
|
|
27
|
-
## Description
|
|
28
|
-
|
|
29
|
-
> Primary SDK for using the XYO Protocol 2.0 from TypeScript/JavaScript.
|
|
30
|
-
> Designed to work in both browser based and Node JS based solutions.
|
|
31
|
-
|
|
32
|
-
## Install
|
|
33
|
-
|
|
34
|
-
Using npm:
|
|
35
|
-
|
|
36
|
-
```sh
|
|
37
|
-
npm i --save @xyo-network/sdk-xyo-client-js
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
Using yarn:
|
|
41
|
-
|
|
42
|
-
```sh
|
|
43
|
-
yarn add @xyo-network/sdk-xyo-client-js
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
## Maintainers
|
|
47
|
-
|
|
48
|
-
- [Arie Trouw](https://github.com/arietrouw) [(arietrouw.com)](https://arietrouw.com)
|
|
49
|
-
- [Matt Jones](https://github.com/jonesmac)
|
|
50
|
-
- [Joel Carter](https://github.com/JoelBCarter)
|
|
3
|
+
Part of [sdk-xyo-clint-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)
|
|
51
4
|
|
|
52
5
|
## License
|
|
53
6
|
|
|
@@ -57,25 +10,4 @@ yarn add @xyo-network/sdk-xyo-client-js
|
|
|
57
10
|
|
|
58
11
|
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
|
|
59
12
|
|
|
60
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
61
|
-
|
|
62
|
-
[main-build]: https://github.com/XYOracleNetwork/sdk-xyo-client-js/actions/workflows/build-main.yml/badge.svg
|
|
63
|
-
[main-build-link]: https://github.com/XYOracleNetwork/sdk-xyo-client-js/actions/workflows/build-main.yml
|
|
64
|
-
|
|
65
|
-
[beta-build]: https://github.com/XYOracleNetwork/sdk-xyo-client-js/actions/workflows/build-beta.yml/badge.svg
|
|
66
|
-
[beta-build-link]: https://github.com/XYOracleNetwork/sdk-xyo-client-js/actions/workflows/build-beta.yml
|
|
67
|
-
|
|
68
|
-
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/sdk-xyo-client-js.svg
|
|
69
|
-
[npm-link]: https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js
|
|
70
|
-
|
|
71
|
-
[bch-badge]: https://bettercodehub.com/edge/badge/XYOracleNetwork/sdk-xyo-client-js?branch=main
|
|
72
|
-
[bch-link]: https://bettercodehub.com/results/XYOracleNetwork/sdk-xyo-client-js
|
|
73
|
-
|
|
74
|
-
[codacy-badge]: https://app.codacy.com/project/badge/Grade/ba1f344ae34e4bfe999331cf4e27b9f5
|
|
75
|
-
[codacy-link]: https://www.codacy.com/gh/XYOracleNetwork/sdk-xyo-client-js/dashboard?utm_source=github.com&utm_medium=referral&utm_content=XYOracleNetwork/sdk-xyo-client-js&utm_campaign=Badge_Grade
|
|
76
|
-
|
|
77
|
-
[codeclimate-badge]: https://api.codeclimate.com/v1/badges/0e76349c9541f3866948/maintainability
|
|
78
|
-
[codeclimate-link]: https://codeclimate.com/github/XYOracleNetwork/sdk-xyo-client-js/maintainability
|
|
79
|
-
|
|
80
|
-
[snyk-badge]: https://snyk.io/test/github/XYOracleNetwork/sdk-xyo-client-js/badge.svg?targetFile=package.json
|
|
81
|
-
[snyk-link]: https://snyk.io/test/github/XYOracleNetwork/sdk-xyo-client-js?targetFile=package.json
|
|
13
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
package/dist/docs.json
CHANGED
|
@@ -41569,7 +41569,7 @@
|
|
|
41569
41569
|
"fileName": "sdk/src/index.ts",
|
|
41570
41570
|
"line": 2,
|
|
41571
41571
|
"character": 0,
|
|
41572
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
41572
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/77e85ac12/packages/sdk/src/index.ts#L2"
|
|
41573
41573
|
}
|
|
41574
41574
|
]
|
|
41575
41575
|
}
|
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.43.
|
|
14
|
-
"@xyo-network/axios": "^2.43.
|
|
15
|
-
"@xyo-network/dns": "^2.43.
|
|
16
|
-
"@xyo-network/network": "^2.43.
|
|
17
|
-
"@xyo-network/payload-plugin": "^2.43.
|
|
18
|
-
"@xyo-network/payloadset-plugin": "^2.43.
|
|
19
|
-
"@xyo-network/schema-name-validator": "^2.43.
|
|
20
|
-
"@xyo-network/storage": "^2.43.
|
|
21
|
-
"@xyo-network/utils": "^2.43.
|
|
22
|
-
"@xyo-network/wallet": "^2.43.
|
|
23
|
-
"@xyo-network/witnesses": "^2.43.
|
|
13
|
+
"@xyo-network/api-models": "^2.43.18",
|
|
14
|
+
"@xyo-network/axios": "^2.43.18",
|
|
15
|
+
"@xyo-network/dns": "^2.43.18",
|
|
16
|
+
"@xyo-network/network": "^2.43.18",
|
|
17
|
+
"@xyo-network/payload-plugin": "^2.43.18",
|
|
18
|
+
"@xyo-network/payloadset-plugin": "^2.43.18",
|
|
19
|
+
"@xyo-network/schema-name-validator": "^2.43.18",
|
|
20
|
+
"@xyo-network/storage": "^2.43.18",
|
|
21
|
+
"@xyo-network/utils": "^2.43.18",
|
|
22
|
+
"@xyo-network/wallet": "^2.43.18",
|
|
23
|
+
"@xyo-network/witnesses": "^2.43.18"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@xylabs/ts-scripts-yarn3": "^2.12.26"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
60
|
"types": "dist/types/index.d.ts",
|
|
61
|
-
"version": "2.43.
|
|
61
|
+
"version": "2.43.18"
|
|
62
62
|
}
|