@xyo-network/modules 2.43.16 → 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 +8 -8
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
|
@@ -225161,7 +225161,7 @@
|
|
|
225161
225161
|
"fileName": "modules/src/index.ts",
|
|
225162
225162
|
"line": 1,
|
|
225163
225163
|
"character": 0,
|
|
225164
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
225164
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/77e85ac12/packages/modules/src/index.ts#L1"
|
|
225165
225165
|
}
|
|
225166
225166
|
]
|
|
225167
225167
|
}
|
package/package.json
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/archivist": "^2.43.
|
|
14
|
-
"@xyo-network/bridge": "^2.43.
|
|
15
|
-
"@xyo-network/diviner": "^2.43.
|
|
16
|
-
"@xyo-network/module": "^2.43.
|
|
17
|
-
"@xyo-network/node": "^2.43.
|
|
18
|
-
"@xyo-network/panel": "^2.43.
|
|
19
|
-
"@xyo-network/witness": "^2.43.
|
|
13
|
+
"@xyo-network/archivist": "^2.43.18",
|
|
14
|
+
"@xyo-network/bridge": "^2.43.18",
|
|
15
|
+
"@xyo-network/diviner": "^2.43.18",
|
|
16
|
+
"@xyo-network/module": "^2.43.18",
|
|
17
|
+
"@xyo-network/node": "^2.43.18",
|
|
18
|
+
"@xyo-network/panel": "^2.43.18",
|
|
19
|
+
"@xyo-network/witness": "^2.43.18"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@xylabs/ts-scripts-yarn3": "^2.12.26"
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
},
|
|
55
55
|
"sideEffects": false,
|
|
56
56
|
"types": "dist/types/index.d.ts",
|
|
57
|
-
"version": "2.43.
|
|
57
|
+
"version": "2.43.18"
|
|
58
58
|
}
|