@xyo-network/plugins 5.4.5 → 5.4.6
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 +14 -64
- package/package.json +9 -14
package/README.md
CHANGED
|
@@ -1,94 +1,44 @@
|
|
|
1
|
-
|
|
1
|
+
# @xyo-network/plugins
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[![npm][npm-badge]][npm-link]
|
|
4
|
+
[![license][license-badge]][license-link]
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
[![npm-badge][]][npm-link]
|
|
7
|
-
[![codacy-badge][]][codacy-link]
|
|
8
|
-
[![codeclimate-badge][]][codeclimate-link]
|
|
9
|
-
[![snyk-badge][]][snyk-link]
|
|
10
|
-
[![license-badge][]][license-link]
|
|
6
|
+
> Typescript/Javascript Plugins for XYO Platform
|
|
11
7
|
|
|
12
|
-
|
|
13
|
-
> advance the understanding of the XYO Protocol and its possible uses.
|
|
14
|
-
> We continue to maintain this software in the interest of developer education.
|
|
15
|
-
|
|
16
|
-
## Table of Contents
|
|
17
|
-
- [Title](#plugins)
|
|
18
|
-
- [Table of Contents](#table-of-contents)
|
|
19
|
-
- [Description](#description)
|
|
20
|
-
- [Install](#install)
|
|
21
|
-
- [Maintainers](#maintainers)
|
|
22
|
-
- [License](#license)
|
|
23
|
-
- [Credits](#credits)
|
|
24
|
-
|
|
25
|
-
## Description
|
|
26
|
-
|
|
27
|
-
> Plugins (Witnesses, Diviners, etc...) to be used with the XYO Platform
|
|
28
|
-
> Designed to work in both browser based and Node JS based solutions.
|
|
29
|
-
|
|
30
|
-
## Use the sdk in another project
|
|
8
|
+
## Install
|
|
31
9
|
|
|
32
10
|
Using npm:
|
|
33
11
|
|
|
34
12
|
```sh
|
|
35
|
-
npm
|
|
13
|
+
npm install {{name}}
|
|
36
14
|
```
|
|
37
15
|
|
|
38
16
|
Using yarn:
|
|
39
17
|
|
|
40
18
|
```sh
|
|
41
|
-
yarn add
|
|
19
|
+
yarn add {{name}}
|
|
42
20
|
```
|
|
43
21
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
First clone the repo to your local computer. Once you have done that, from
|
|
47
|
-
inside the folder where it was cloned, these are some commands you can do.
|
|
48
|
-
|
|
49
|
-
See list of XY scripts.
|
|
22
|
+
Using pnpm:
|
|
50
23
|
|
|
51
24
|
```sh
|
|
52
|
-
|
|
25
|
+
pnpm add {{name}}
|
|
53
26
|
```
|
|
54
27
|
|
|
55
|
-
|
|
28
|
+
Using bun:
|
|
56
29
|
|
|
57
30
|
```sh
|
|
58
|
-
|
|
31
|
+
bun add {{name}}
|
|
59
32
|
```
|
|
60
33
|
|
|
61
|
-
## Maintainers
|
|
62
|
-
|
|
63
|
-
- [Arie Trouw](https://github.com/arietrouw) [(arietrouw.com)](https://arietrouw.com)
|
|
64
|
-
- [Matt Jones](https://github.com/jonesmac)
|
|
65
|
-
- [Joel Carter](https://github.com/JoelBCarter)
|
|
66
34
|
|
|
67
35
|
## License
|
|
68
36
|
|
|
69
|
-
|
|
70
|
-
> file for license details
|
|
37
|
+
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
71
38
|
|
|
72
|
-
## Credits
|
|
73
39
|
|
|
74
|
-
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
|
|
75
|
-
|
|
76
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
77
|
-
|
|
78
|
-
[main-build]: https://github.com/XYOracleNetwork/plugins/actions/workflows/build.yml/badge.svg
|
|
79
|
-
[main-build-link]: https://github.com/XYOracleNetwork/plugins/actions/workflows/build.yml
|
|
80
40
|
|
|
81
41
|
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/plugins.svg
|
|
82
42
|
[npm-link]: https://www.npmjs.com/package/@xyo-network/plugins
|
|
83
|
-
|
|
84
|
-
[
|
|
85
|
-
[codacy-link]: https://www.codacy.com/gh/XYOracleNetwork/plugins/dashboard?utm_source=github.com&utm_medium=referral&utm_content=XYOracleNetwork/plugins&utm_campaign=Badge_Grade
|
|
86
|
-
|
|
87
|
-
[codeclimate-badge]: https://api.codeclimate.com/v1/badges/4cf4262de096948cae12/maintainability
|
|
88
|
-
[codeclimate-link]: https://codeclimate.com/github/XYOracleNetwork/plugins/maintainability
|
|
89
|
-
|
|
90
|
-
[snyk-badge]: https://snyk.io/test/github/XYOracleNetwork/plugins/badge.svg?targetFile=package.json
|
|
91
|
-
[snyk-link]: https://snyk.io/test/github/XYOracleNetwork/plugins?targetFile=package.json
|
|
92
|
-
|
|
93
|
-
[license-badge]: https://img.shields.io/github/license/XYOracleNetwork/plugins
|
|
94
|
-
[license-link]: https://github.com/XYOracleNetwork/plugins/blob/main/LICENSE
|
|
43
|
+
[license-badge]: https://img.shields.io/npm/l/@xyo-network/plugins.svg
|
|
44
|
+
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/plugins",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.6",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -22,12 +22,10 @@
|
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|
|
24
24
|
"types": "./dist/neutral/index.d.ts",
|
|
25
|
-
"import": "./dist/neutral/index.mjs",
|
|
26
25
|
"default": "./dist/neutral/index.mjs"
|
|
27
26
|
},
|
|
28
27
|
"./package.json": "./package.json"
|
|
29
28
|
},
|
|
30
|
-
"types": "dist/neutral/index.d.ts",
|
|
31
29
|
"files": [
|
|
32
30
|
"dist",
|
|
33
31
|
"README.md"
|
|
@@ -36,8 +34,8 @@
|
|
|
36
34
|
"packages/**/*"
|
|
37
35
|
],
|
|
38
36
|
"dependencies": {
|
|
39
|
-
"@xyo-network/
|
|
40
|
-
"@xyo-network/
|
|
37
|
+
"@xyo-network/payloadset-plugins": "~5.4.6",
|
|
38
|
+
"@xyo-network/payload-plugins": "~5.4.6"
|
|
41
39
|
},
|
|
42
40
|
"devDependencies": {
|
|
43
41
|
"@opentelemetry/api": "^1",
|
|
@@ -46,9 +44,9 @@
|
|
|
46
44
|
"@xylabs/crypto": "^5.0.95",
|
|
47
45
|
"@xylabs/geo": "^5.0.95",
|
|
48
46
|
"@xylabs/sdk-js": "^5.0.95",
|
|
49
|
-
"@xylabs/ts-scripts-common": "~7.
|
|
50
|
-
"@xylabs/ts-scripts-pnpm": "~7.
|
|
51
|
-
"@xylabs/tsconfig": "~7.
|
|
47
|
+
"@xylabs/ts-scripts-common": "~7.9.3",
|
|
48
|
+
"@xylabs/ts-scripts-pnpm": "~7.9.3",
|
|
49
|
+
"@xylabs/tsconfig": "~7.9.3",
|
|
52
50
|
"@xyo-network/abstract-witness": "^5.3.30",
|
|
53
51
|
"@xyo-network/account": "~5.3.30",
|
|
54
52
|
"@xyo-network/account-model": "~5.3.30",
|
|
@@ -110,7 +108,7 @@
|
|
|
110
108
|
"@xyo-network/witness-timestamp": "^5.3.30",
|
|
111
109
|
"ajv": "^8",
|
|
112
110
|
"async-mutex": "^0",
|
|
113
|
-
"axios": "^1",
|
|
111
|
+
"axios": "^1.15.0",
|
|
114
112
|
"base64-js": "^1",
|
|
115
113
|
"bowser": "^2",
|
|
116
114
|
"es6-dynamic-template": "^2",
|
|
@@ -131,8 +129,8 @@
|
|
|
131
129
|
"typescript": "~5.9.3",
|
|
132
130
|
"url-parse": "^1",
|
|
133
131
|
"uuid": "^13",
|
|
134
|
-
"vite": "^8.0.
|
|
135
|
-
"vitest": "
|
|
132
|
+
"vite": "^8.0.7",
|
|
133
|
+
"vitest": "^4.1.3",
|
|
136
134
|
"xml2js": "^0",
|
|
137
135
|
"zod": "^4.3.6"
|
|
138
136
|
},
|
|
@@ -146,9 +144,6 @@
|
|
|
146
144
|
"node-screenlogic": "^2",
|
|
147
145
|
"zod": "^4"
|
|
148
146
|
},
|
|
149
|
-
"volta": {
|
|
150
|
-
"node": "22.14.0"
|
|
151
|
-
},
|
|
152
147
|
"publishConfig": {
|
|
153
148
|
"access": "public"
|
|
154
149
|
},
|