@xyo-network/xl1-rpc 1.3.13 → 1.3.15
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 +11 -32
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,44 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
# @xyo-network/xl1-rpc
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[![logo][]](https://xyo.network)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Version: 1.3.13
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
[![codeclimate-badge][]][codeclimate-link]
|
|
9
|
-
[![codeclimate-coverage-badge][]][codeclimate-coverage-link]
|
|
7
|
+
XYO Layer One API
|
|
10
8
|
|
|
11
|
-
##
|
|
9
|
+
## Documentation
|
|
12
10
|
|
|
13
|
-
|
|
14
|
-
- [Table of Contents](#table-of-contents)
|
|
15
|
-
- [Description](#description)
|
|
16
|
-
- [Maintainers](#maintainers)
|
|
17
|
-
- [License](#license)
|
|
18
|
-
- [Credits](#credits)
|
|
11
|
+
[TypeDoc Generated Documentation](https://gitbook.xyo.network/xyo-data-lab/xyo-reference/package-documentation/xyo-network__xl1-rpc)
|
|
19
12
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
Api/implementation of XYO Chain API Node
|
|
23
|
-
|
|
24
|
-
## Maintainers
|
|
25
|
-
|
|
26
|
-
- [Arie Trouw](https://github.com/arietrouw) [arietrouw.com](https://arietrouw.com)
|
|
13
|
+
Part of [sdk-xyo-client-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)
|
|
27
14
|
|
|
28
15
|
## License
|
|
29
16
|
|
|
30
|
-
See the [LICENSE](LICENSE) file for license details
|
|
17
|
+
> See the [LICENSE](LICENSE) file for license details
|
|
31
18
|
|
|
32
19
|
## Credits
|
|
33
20
|
|
|
34
|
-
[Made with 🔥 and ❄️ by
|
|
35
|
-
|
|
36
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
37
|
-
[main-build]: https://github.com/xyo-network/chain-api/actions/workflows/build-main.yml/badge.svg
|
|
38
|
-
[main-build-link]: https://github.com/xyo-network/chain-api/actions/workflows/build-main.yml
|
|
39
|
-
[codacy-badge]: https://app.codacy.com/project/badge/Grade/14640dade84b44a69e7b9daafd07be46
|
|
40
|
-
[codacy-link]: https://www.codacy.com/gh/xyo-network/chain-api/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/api-xylabs-import-nodejs&utm_campaign=Badge_Grade
|
|
41
|
-
[codeclimate-badge]: https://api.codeclimate.com/v1/badges/dc0bb5770f231f22f826/maintainability
|
|
42
|
-
[codeclimate-link]: https://codeclimate.com/github/xyo-network/chain-api/maintainability
|
|
43
|
-
[codeclimate-coverage-badge]: https://api.codeclimate.com/v1/badges/dc0bb5770f231f22f826/test_coverage
|
|
44
|
-
[codeclimate-coverage-link]: https://codeclimate.com/github/xyo-network/chain-api/test_coverage
|
|
21
|
+
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
|
|
22
|
+
|
|
23
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/xl1-rpc",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.15",
|
|
5
5
|
"description": "XYO Layer One API",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"@xyo-network/payload-builder": "^3.14.16",
|
|
63
63
|
"@xyo-network/payload-model": "^3.14.16",
|
|
64
64
|
"@xyo-network/payload-wrapper": "^3.14.16",
|
|
65
|
-
"@xyo-network/xl1-protocol": "^1.3.
|
|
66
|
-
"@xyo-network/xl1-protocol-sdk": "^1.3.
|
|
65
|
+
"@xyo-network/xl1-protocol": "^1.3.11",
|
|
66
|
+
"@xyo-network/xl1-protocol-sdk": "^1.3.15",
|
|
67
67
|
"uuid": "^11.1.0",
|
|
68
68
|
"zod": "^3.24.3"
|
|
69
69
|
},
|