@xyo-network/evm-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 +37 -6
- package/package.json +19 -21
package/README.md
CHANGED
|
@@ -1,13 +1,44 @@
|
|
|
1
|
-
|
|
1
|
+
# @xyo-network/evm-plugins
|
|
2
|
+
|
|
3
|
+
[![npm][npm-badge]][npm-link]
|
|
4
|
+
[![license][license-badge]][license-link]
|
|
5
|
+
|
|
6
|
+
> Typescript/Javascript Plugins for XYO Platform
|
|
7
|
+
|
|
8
|
+
## Install
|
|
9
|
+
|
|
10
|
+
Using npm:
|
|
11
|
+
|
|
12
|
+
```sh
|
|
13
|
+
npm install {{name}}
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
Using yarn:
|
|
17
|
+
|
|
18
|
+
```sh
|
|
19
|
+
yarn add {{name}}
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
Using pnpm:
|
|
23
|
+
|
|
24
|
+
```sh
|
|
25
|
+
pnpm add {{name}}
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Using bun:
|
|
29
|
+
|
|
30
|
+
```sh
|
|
31
|
+
bun add {{name}}
|
|
32
|
+
```
|
|
2
33
|
|
|
3
|
-
Part of [sdk-xyo-client-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)
|
|
4
34
|
|
|
5
35
|
## License
|
|
6
36
|
|
|
7
|
-
|
|
37
|
+
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
8
38
|
|
|
9
|
-
## Credits
|
|
10
39
|
|
|
11
|
-
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
|
|
12
40
|
|
|
13
|
-
[
|
|
41
|
+
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/evm-plugins.svg
|
|
42
|
+
[npm-link]: https://www.npmjs.com/package/@xyo-network/evm-plugins
|
|
43
|
+
[license-badge]: https://img.shields.io/npm/l/@xyo-network/evm-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/evm-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,31 +22,29 @@
|
|
|
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"
|
|
34
32
|
],
|
|
35
33
|
"dependencies": {
|
|
36
|
-
"@xyo-network/erc1967-witness": "~5.4.
|
|
37
|
-
"@xyo-network/
|
|
38
|
-
"@xyo-network/evm-
|
|
39
|
-
"@xyo-network/
|
|
40
|
-
"@xyo-network/ethereum-blockchain-plugins": "~5.4.
|
|
41
|
-
"@xyo-network/evm-contract-witness": "~5.4.
|
|
34
|
+
"@xyo-network/erc1967-witness": "~5.4.6",
|
|
35
|
+
"@xyo-network/evm-call-witness": "~5.4.6",
|
|
36
|
+
"@xyo-network/evm-abi-diviner": "~5.4.6",
|
|
37
|
+
"@xyo-network/erc1822-witness": "~5.4.6",
|
|
38
|
+
"@xyo-network/ethereum-blockchain-plugins": "~5.4.6",
|
|
39
|
+
"@xyo-network/evm-contract-witness": "~5.4.6"
|
|
42
40
|
},
|
|
43
41
|
"devDependencies": {
|
|
44
42
|
"@opentelemetry/api": "^1",
|
|
45
43
|
"@types/node": "^25.5.2",
|
|
46
44
|
"@xylabs/sdk-js": "^5.0.95",
|
|
47
|
-
"@xylabs/ts-scripts-common": "~7.
|
|
48
|
-
"@xylabs/ts-scripts-pnpm": "~7.
|
|
49
|
-
"@xylabs/tsconfig": "~7.
|
|
45
|
+
"@xylabs/ts-scripts-common": "~7.9.3",
|
|
46
|
+
"@xylabs/ts-scripts-pnpm": "~7.9.3",
|
|
47
|
+
"@xylabs/tsconfig": "~7.9.3",
|
|
50
48
|
"@xylabs/vitest-extended": "~5.0.95",
|
|
51
49
|
"@xylabs/vitest-matchers": "~5.0.95",
|
|
52
50
|
"@xyo-network/abstract-witness": "^5.3.30",
|
|
@@ -121,7 +119,7 @@
|
|
|
121
119
|
"@xyo-network/witness-timestamp": "~5.3.30",
|
|
122
120
|
"ajv": "^8.18.0",
|
|
123
121
|
"async-mutex": "~0.5.0",
|
|
124
|
-
"axios": "^1",
|
|
122
|
+
"axios": "^1.15.0",
|
|
125
123
|
"base64-js": "^1",
|
|
126
124
|
"es6-dynamic-template": "^2",
|
|
127
125
|
"esbuild": ">=0.18",
|
|
@@ -129,15 +127,15 @@
|
|
|
129
127
|
"pako": "~2.1.0",
|
|
130
128
|
"tslib": "^2.8.1",
|
|
131
129
|
"typescript": "~5.9.3",
|
|
132
|
-
"vite": "^8.0.
|
|
133
|
-
"vitest": "~4.1.
|
|
130
|
+
"vite": "^8.0.7",
|
|
131
|
+
"vitest": "~4.1.3",
|
|
134
132
|
"zod": "^4.3.6",
|
|
135
|
-
"@xyo-network/
|
|
136
|
-
"@xyo-network/crypto-nft-payload-plugin": "~5.4.
|
|
137
|
-
"@xyo-network/
|
|
138
|
-
"@xyo-network/evm-token-
|
|
139
|
-
"@xyo-network/
|
|
140
|
-
"@xyo-network/evm-
|
|
133
|
+
"@xyo-network/crypto-contract-function-read-payload-plugin": "~5.4.6",
|
|
134
|
+
"@xyo-network/crypto-nft-payload-plugin": "~5.4.6",
|
|
135
|
+
"@xyo-network/api-call-witness": "~5.4.6",
|
|
136
|
+
"@xyo-network/diviner-evm-call-result-to-token-uri": "~5.4.6",
|
|
137
|
+
"@xyo-network/evm-nft-id-payload-plugin": "~5.4.6",
|
|
138
|
+
"@xyo-network/evm-token-interface-diviner": "~5.4.6"
|
|
141
139
|
},
|
|
142
140
|
"peerDependencies": {
|
|
143
141
|
"@xylabs/sdk-js": "^5",
|