@xyo-network/crypto-nft-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/crypto-nft-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/crypto-nft-plugins.svg
|
|
42
|
+
[npm-link]: https://www.npmjs.com/package/@xyo-network/crypto-nft-plugins
|
|
43
|
+
[license-badge]: https://img.shields.io/npm/l/@xyo-network/crypto-nft-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/crypto-nft-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,26 +22,24 @@
|
|
|
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/crypto-nft-plugin": "~5.4.
|
|
34
|
+
"@xyo-network/crypto-nft-plugin": "~5.4.6"
|
|
37
35
|
},
|
|
38
36
|
"devDependencies": {
|
|
39
37
|
"@opentelemetry/api": "^1",
|
|
40
38
|
"@types/node": "^25.5.2",
|
|
41
39
|
"@xylabs/sdk-js": "^5.0.95",
|
|
42
|
-
"@xylabs/ts-scripts-common": "~7.
|
|
43
|
-
"@xylabs/ts-scripts-pnpm": "~7.
|
|
44
|
-
"@xylabs/tsconfig": "~7.
|
|
40
|
+
"@xylabs/ts-scripts-common": "~7.9.3",
|
|
41
|
+
"@xylabs/ts-scripts-pnpm": "~7.9.3",
|
|
42
|
+
"@xylabs/tsconfig": "~7.9.3",
|
|
45
43
|
"@xylabs/vitest-extended": "~5.0.95",
|
|
46
44
|
"@xylabs/vitest-matchers": "~5.0.95",
|
|
47
45
|
"@xyo-network/abstract-witness": "~5.3.30",
|
|
@@ -116,28 +114,28 @@
|
|
|
116
114
|
"@xyo-network/witness-timestamp": "~5.3.30",
|
|
117
115
|
"ajv": "^8.18.0",
|
|
118
116
|
"async-mutex": "~0.5.0",
|
|
119
|
-
"axios": "^1.
|
|
117
|
+
"axios": "^1.15.0",
|
|
120
118
|
"esbuild": ">=0.18",
|
|
121
119
|
"ethers": "^6.16.0",
|
|
122
120
|
"graphql": "~16.13.2",
|
|
123
|
-
"lru-cache": "^11.3.
|
|
121
|
+
"lru-cache": "^11.3.3",
|
|
124
122
|
"pako": "~2.1.0",
|
|
125
123
|
"parse-data-url": "~6.0.0",
|
|
126
124
|
"svg-parser": "~2.0.4",
|
|
127
125
|
"typescript": "~5.9.3",
|
|
128
|
-
"vite": "^8.0.
|
|
129
|
-
"vitest": "~4.1.
|
|
126
|
+
"vite": "^8.0.7",
|
|
127
|
+
"vitest": "~4.1.3",
|
|
130
128
|
"zod": "^4",
|
|
131
|
-
"@xyo-network/crypto-contract-function-read-payload-plugin": "~5.4.
|
|
132
|
-
"@xyo-network/crypto-
|
|
133
|
-
"@xyo-network/crypto-
|
|
134
|
-
"@xyo-network/crypto-nft-
|
|
135
|
-
"@xyo-network/
|
|
136
|
-
"@xyo-network/crypto-nft-
|
|
137
|
-
"@xyo-network/crypto-nft-score-
|
|
138
|
-
"@xyo-network/
|
|
139
|
-
"@xyo-network/evm-nft-id-payload-plugin": "~5.4.
|
|
140
|
-
"@xyo-network/
|
|
129
|
+
"@xyo-network/crypto-contract-function-read-payload-plugin": "~5.4.6",
|
|
130
|
+
"@xyo-network/crypto-nft-payload-plugin": "~5.4.6",
|
|
131
|
+
"@xyo-network/crypto-contract-function-read-plugin": "~5.4.6",
|
|
132
|
+
"@xyo-network/crypto-nft-score-model": "~5.4.6",
|
|
133
|
+
"@xyo-network/erc1822-witness": "~5.4.6",
|
|
134
|
+
"@xyo-network/crypto-nft-collection-payload-plugin": "~5.4.6",
|
|
135
|
+
"@xyo-network/crypto-nft-diviner-score-plugin": "~5.4.6",
|
|
136
|
+
"@xyo-network/erc1967-witness": "~5.4.6",
|
|
137
|
+
"@xyo-network/evm-nft-id-payload-plugin": "~5.4.6",
|
|
138
|
+
"@xyo-network/crypto-nft-witness-wallet-plugin": "~5.4.6"
|
|
141
139
|
},
|
|
142
140
|
"publishConfig": {
|
|
143
141
|
"access": "public"
|