@xyo-network/plugins 5.4.4 → 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.
Files changed (2) hide show
  1. package/README.md +14 -64
  2. package/package.json +72 -46
package/README.md CHANGED
@@ -1,94 +1,44 @@
1
- [![logo][]](https://xyo.network)
1
+ # @xyo-network/plugins
2
2
 
3
- # plugins
3
+ [![npm][npm-badge]][npm-link]
4
+ [![license][license-badge]][license-link]
4
5
 
5
- [![main-build][]][main-build-link]
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
- > The XYO Foundation provides this source code in our efforts to
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 i --save @xyo-network/plugins
13
+ npm install {{name}}
36
14
  ```
37
15
 
38
16
  Using yarn:
39
17
 
40
18
  ```sh
41
- yarn add @xyo-network/plugins
19
+ yarn add {{name}}
42
20
  ```
43
21
 
44
- ## Building the sdk locally
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
- yarn xy help
25
+ pnpm add {{name}}
53
26
  ```
54
27
 
55
- Compile the mono repo
28
+ Using bun:
56
29
 
57
30
  ```sh
58
- yarn xy compile
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
- > See the [LICENSE](https://raw.githubusercontent.com/XYOracleNetwork/plugins/main/LICENSE)
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
- [codacy-badge]: https://app.codacy.com/project/badge/Grade/a373daece4d749d8a347f102114005ec
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.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,77 +34,108 @@
36
34
  "packages/**/*"
37
35
  ],
38
36
  "dependencies": {
39
- "@xyo-network/payload-plugins": "~5.4.4",
40
- "@xyo-network/payloadset-plugins": "~5.4.4"
37
+ "@xyo-network/payloadset-plugins": "~5.4.6",
38
+ "@xyo-network/payload-plugins": "~5.4.6"
41
39
  },
42
40
  "devDependencies": {
43
- "@metamask/providers": "^22",
44
41
  "@opentelemetry/api": "^1",
45
42
  "@scure/base": "^2",
46
43
  "@types/node": "^25.5.2",
47
- "@xylabs/crypto": "^5.0.94",
48
- "@xylabs/geo": "^5.0.94",
49
- "@xylabs/sdk-js": "^5.0.94",
50
- "@xylabs/ts-scripts-common": "~7.7.9",
51
- "@xylabs/ts-scripts-pnpm": "~7.7.9",
52
- "@xylabs/tsconfig": "~7.7.9",
53
- "@xylabs/vitest-extended": "^5.0.94",
54
- "@xyo-network/abstract-witness": "^5.3.26",
55
- "@xyo-network/archivist-model": "^5.3.26",
56
- "@xyo-network/archivist-wrapper": "^5.3.26",
57
- "@xyo-network/boundwitness-model": "^5.3.26",
58
- "@xyo-network/boundwitness-validator": "^5.3.26",
59
- "@xyo-network/diviner-abstract": "^5.3.26",
60
- "@xyo-network/diviner-indexing": "^5.3.26",
61
- "@xyo-network/diviner-model": "^5.3.26",
62
- "@xyo-network/diviner-payload-model": "^5.3.26",
63
- "@xyo-network/diviner-wrapper": "^5.3.26",
64
- "@xyo-network/domain-payload-plugin": "^5.3.26",
65
- "@xyo-network/id-payload-plugin": "^5.3.26",
66
- "@xyo-network/module-model": "^5.3.26",
67
- "@xyo-network/payload-model": "^5.3.26",
68
- "@xyo-network/payload-plugin": "^5.3.26",
69
- "@xyo-network/payloadset-plugin": "^5.3.26",
70
- "@xyo-network/quadkey": "^5.3.26",
71
- "@xyo-network/schema-payload-plugin": "^5.3.26",
72
- "@xyo-network/sdk-js": "^5.3.26",
73
- "@xyo-network/witness-model": "^5.3.26",
74
- "@xyo-network/witness-timestamp": "^5.3.26",
75
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
44
+ "@xylabs/crypto": "^5.0.95",
45
+ "@xylabs/geo": "^5.0.95",
46
+ "@xylabs/sdk-js": "^5.0.95",
47
+ "@xylabs/ts-scripts-common": "~7.9.3",
48
+ "@xylabs/ts-scripts-pnpm": "~7.9.3",
49
+ "@xylabs/tsconfig": "~7.9.3",
50
+ "@xyo-network/abstract-witness": "^5.3.30",
51
+ "@xyo-network/account": "~5.3.30",
52
+ "@xyo-network/account-model": "~5.3.30",
53
+ "@xyo-network/api-models": "~5.3.30",
54
+ "@xyo-network/archivist-abstract": "~5.3.30",
55
+ "@xyo-network/archivist-generic": "~5.3.30",
56
+ "@xyo-network/archivist-memory": "~5.3.30",
57
+ "@xyo-network/archivist-model": "^5.3.30",
58
+ "@xyo-network/archivist-view": "~5.3.30",
59
+ "@xyo-network/archivist-wrapper": "^5.3.30",
60
+ "@xyo-network/boundwitness-builder": "~5.3",
61
+ "@xyo-network/boundwitness-model": "^5.3.30",
62
+ "@xyo-network/boundwitness-validator": "^5.3.30",
63
+ "@xyo-network/bridge-abstract": "~5.3.30",
64
+ "@xyo-network/bridge-model": "~5.3.30",
65
+ "@xyo-network/config-payload-plugin": "~5.3.30",
66
+ "@xyo-network/data": "~5.3.30",
67
+ "@xyo-network/diviner-abstract": "^5.3.30",
68
+ "@xyo-network/diviner-boundwitness-memory": "~5.3.30",
69
+ "@xyo-network/diviner-identity": "~5.3.30",
70
+ "@xyo-network/diviner-indexing": "^5.3.30",
71
+ "@xyo-network/diviner-model": "^5.3.30",
72
+ "@xyo-network/diviner-payload-generic": "~5.3.30",
73
+ "@xyo-network/diviner-payload-model": "^5.3.30",
74
+ "@xyo-network/diviner-wrapper": "^5.3.30",
75
+ "@xyo-network/dns": "~5.3",
76
+ "@xyo-network/domain-payload-plugin": "^5.3.30",
77
+ "@xyo-network/elliptic": "~5.3.30",
78
+ "@xyo-network/hash": "~5.3.30",
79
+ "@xyo-network/huri": "~5.3",
80
+ "@xyo-network/id-payload-plugin": "^5.3.30",
81
+ "@xyo-network/manifest-model": "~5.3",
82
+ "@xyo-network/module-abstract": "~5.3.30",
83
+ "@xyo-network/module-model": "^5.3.30",
84
+ "@xyo-network/module-resolver": "~5.3.30",
85
+ "@xyo-network/module-wrapper": "~5.3",
86
+ "@xyo-network/network": "~5.3",
87
+ "@xyo-network/node-abstract": "~5.3.30",
88
+ "@xyo-network/node-memory": "~5.3.30",
89
+ "@xyo-network/node-model": "~5.3.30",
90
+ "@xyo-network/node-view": "~5.3.30",
91
+ "@xyo-network/node-wrapper": "~5.3",
92
+ "@xyo-network/payload-builder": "~5.3.30",
93
+ "@xyo-network/payload-model": "^5.3.30",
94
+ "@xyo-network/payload-plugin": "^5.3.30",
95
+ "@xyo-network/payload-validator": "~5.3.30",
96
+ "@xyo-network/payloadset-plugin": "^5.3.30",
97
+ "@xyo-network/previous-hash-store-model": "~5.3",
98
+ "@xyo-network/quadkey": "^5.3.30",
99
+ "@xyo-network/schema-payload-plugin": "^5.3.30",
100
+ "@xyo-network/sdk-js": "^5.3.30",
101
+ "@xyo-network/sentinel-abstract": "~5.3.30",
102
+ "@xyo-network/sentinel-memory": "~5.3.30",
103
+ "@xyo-network/sentinel-model": "~5.3.30",
104
+ "@xyo-network/wallet-model": "~5.3.30",
105
+ "@xyo-network/wasm": "~5.3.30",
106
+ "@xyo-network/witness-adhoc": "~5.3.30",
107
+ "@xyo-network/witness-model": "^5.3.30",
108
+ "@xyo-network/witness-timestamp": "^5.3.30",
76
109
  "ajv": "^8",
77
110
  "async-mutex": "^0",
78
- "axios": "^1",
111
+ "axios": "^1.15.0",
79
112
  "base64-js": "^1",
80
113
  "bowser": "^2",
81
114
  "es6-dynamic-template": "^2",
82
115
  "esbuild": ">=0.18",
83
116
  "ethers": "^6",
84
117
  "file-type": "^21",
85
- "firebase": "^12",
86
118
  "fluent-ffmpeg": "^2",
87
119
  "geotiff": "^2",
88
120
  "gm": "^1",
89
121
  "hasbin": "^1",
90
122
  "hash-wasm": "^4",
91
- "lru-cache": "^11",
92
123
  "mapbox-gl": "^3",
93
124
  "node-screenlogic": "^2",
125
+ "pako": "~2.1.0",
94
126
  "prom-client": "^15",
95
127
  "sha.js": "^2",
96
128
  "systeminformation": "^5",
97
- "tslib": "^2.8.1",
98
129
  "typescript": "~5.9.3",
99
130
  "url-parse": "^1",
100
131
  "uuid": "^13",
101
- "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
102
- "vitest": ">=3 <5",
103
- "webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
132
+ "vite": "^8.0.7",
133
+ "vitest": "^4.1.3",
104
134
  "xml2js": "^0",
105
135
  "zod": "^4.3.6"
106
136
  },
107
137
  "peerDependencies": {
108
138
  "@xylabs/sdk-js": "^5",
109
- "@xylabs/vitest-extended": "^5",
110
139
  "@xyo-network/diviner-model": "^5",
111
140
  "@xyo-network/diviner-payload-model": "^5",
112
141
  "@xyo-network/module-model": "^5",
@@ -115,9 +144,6 @@
115
144
  "node-screenlogic": "^2",
116
145
  "zod": "^4"
117
146
  },
118
- "volta": {
119
- "node": "22.14.0"
120
- },
121
147
  "publishConfig": {
122
148
  "access": "public"
123
149
  },