@xyo-network/crypto-nft-plugins 6.0.3 → 7.0.0

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 CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xyo.network)
2
+
1
3
  # @xyo-network/crypto-nft-plugins
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -36,9 +38,12 @@ bun add {{name}}
36
38
 
37
39
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
38
40
 
41
+ ## Credits
39
42
 
43
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
40
44
 
41
45
  [npm-badge]: https://img.shields.io/npm/v/@xyo-network/crypto-nft-plugins.svg
42
46
  [npm-link]: https://www.npmjs.com/package/@xyo-network/crypto-nft-plugins
43
47
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/crypto-nft-plugins.svg
44
48
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
49
+ [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/crypto-nft-plugins",
3
- "version": "6.0.3",
3
+ "version": "7.0.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,57 +31,45 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/crypto-nft-plugin": "~6.0.3"
34
+ "@xyo-network/crypto-nft-plugin": "~7.0.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@bitauth/libauth": "~3.0.0",
38
38
  "@metamask/providers": "^22.1.1",
39
39
  "@noble/post-quantum": "~0.6.1",
40
40
  "@opentelemetry/api": "^1.9.1",
41
- "@opentelemetry/sdk-trace-base": "^2.7.1",
41
+ "@opentelemetry/sdk-trace-base": "^2.8.0",
42
42
  "@scure/base": "^2.2.0",
43
43
  "@scure/bip39": "~2.2.0",
44
- "@xylabs/geo": "^6.0.8",
45
- "@xylabs/sdk-js": "^6.0.8",
46
- "@xylabs/threads": "^6.0.8",
47
- "@xylabs/toolchain": "~8.1.16",
48
- "@xylabs/tsconfig": "~8.1.16",
49
- "@xylabs/vitest-extended": "~6.0.8",
50
- "@xyo-network/account-model": "^6.0.9",
51
- "@xyo-network/archivist-model": "^6.0.4",
52
- "@xyo-network/boundwitness-builder": "~6.0.9",
53
- "@xyo-network/boundwitness-model": "^6.0.9",
54
- "@xyo-network/diviner-boundwitness": "^6.0.4",
55
- "@xyo-network/diviner-jsonpatch": "~6.0.4",
56
- "@xyo-network/diviner-jsonpath-aggregate-memory": "~6.0.4",
57
- "@xyo-network/diviner-model": "^6.0.4",
58
- "@xyo-network/diviner-payload-generic": "~6.0.4",
59
- "@xyo-network/diviner-payload-model": "^6.0.4",
60
- "@xyo-network/diviner-range": "~6.0.4",
61
- "@xyo-network/diviner-temporal-indexing": "~6.0.4",
62
- "@xyo-network/module-model": "^6.0.4",
63
- "@xyo-network/node-memory": "~6.0.4",
44
+ "@xylabs/eth-address": "~6.1.3",
45
+ "@xylabs/geo": "^6.1.3",
46
+ "@xylabs/sdk-js": "^6.1.3",
47
+ "@xylabs/threads": "^6.1.3",
48
+ "@xylabs/toolchain": "~8.2.7",
49
+ "@xylabs/tsconfig": "~8.2.7",
50
+ "@xylabs/vitest-extended": "^6.1.3",
51
+ "@xyo-network/diviner-boundwitness": "^7.0.0",
52
+ "@xyo-network/diviner-jsonpatch": "^7.0.0",
53
+ "@xyo-network/diviner-jsonpath-aggregate-memory": "^7.0.0",
54
+ "@xyo-network/diviner-payload-generic": "^7.0.0",
55
+ "@xyo-network/diviner-payload-model": "^7.0.0",
56
+ "@xyo-network/diviner-range": "^7.0.0",
57
+ "@xyo-network/diviner-temporal-indexing": "^7.0.0",
64
58
  "@xyo-network/open-zeppelin-typechain": "^4.1.3",
65
- "@xyo-network/payload-model": "^6.0.9",
66
- "@xyo-network/payload-utils": "~6.0.9",
67
- "@xyo-network/sdk-js": "^6.0.4",
68
- "@xyo-network/sdk-protocol-js": "~6.0.9",
69
- "@xyo-network/sentinel-model": "~6.0.4",
70
- "@xyo-network/wallet-model": "~6.0.9",
71
- "@xyo-network/witness-blockchain": "~6.0.4",
72
- "@xyo-network/witness-blockchain-abstract": "^6.0.4",
73
- "@xyo-network/witness-evm-abstract": "~6.0.4",
74
- "@xyo-network/witness-model": "~6.0.4",
75
- "@xyo-network/witness-timestamp": "^6.0.4",
59
+ "@xyo-network/payload-utils": "~7.0",
60
+ "@xyo-network/sdk-js": "^7.0.0",
61
+ "@xyo-network/sdk-protocol-js": "~7.0",
62
+ "@xyo-network/witness-blockchain": "^7.0.0",
63
+ "@xyo-network/witness-blockchain-abstract": "^7.0.0",
64
+ "@xyo-network/witness-evm-abstract": "~7.0",
65
+ "@xyo-network/witness-timestamp": "^7.0.0",
76
66
  "ajv": "^8.20.0",
77
67
  "async-mutex": "^0.5.0",
78
- "bn.js": "^5.2.3",
79
- "buffer": "^6.0.3",
80
68
  "debug": "~4.4.3",
81
- "eslint": "^10.4.1",
69
+ "eslint": "^10.5.0",
82
70
  "ethers": "^6.16.0",
83
71
  "fast-json-patch": "~3.1.1",
84
- "graphql": "^16.14.1",
72
+ "graphql": "^17.0.1",
85
73
  "hash-wasm": "^4.12.0",
86
74
  "idb": "^8.0.3",
87
75
  "jsonpath-plus": "^10.4.0",
@@ -91,19 +79,19 @@
91
79
  "svg-parser": "^2.0.4",
92
80
  "typescript": "~6.0.3",
93
81
  "vite": "^8.0.16",
94
- "vitest": "^4.1.8",
82
+ "vitest": "^4.1.9",
95
83
  "webextension-polyfill": "^0.12.0",
96
84
  "zod": "^4.4.3",
97
- "@xyo-network/crypto-contract-function-read-payload-plugin": "~6.0.3",
98
- "@xyo-network/crypto-contract-function-read-plugin": "~6.0.3",
99
- "@xyo-network/crypto-nft-collection-payload-plugin": "~6.0.3",
100
- "@xyo-network/crypto-nft-diviner-score-plugin": "~6.0.3",
101
- "@xyo-network/crypto-nft-payload-plugin": "~6.0.3",
102
- "@xyo-network/crypto-nft-witness-wallet-plugin": "~6.0.3",
103
- "@xyo-network/crypto-nft-score-model": "~6.0.3",
104
- "@xyo-network/erc1822-witness": "~6.0.3",
105
- "@xyo-network/evm-nft-id-payload-plugin": "~6.0.3",
106
- "@xyo-network/erc1967-witness": "~6.0.3"
85
+ "@xyo-network/crypto-nft-collection-payload-plugin": "~7.0.0",
86
+ "@xyo-network/crypto-contract-function-read-plugin": "~7.0.0",
87
+ "@xyo-network/crypto-nft-score-model": "~7.0.0",
88
+ "@xyo-network/crypto-contract-function-read-payload-plugin": "~7.0.0",
89
+ "@xyo-network/crypto-nft-payload-plugin": "~7.0.0",
90
+ "@xyo-network/crypto-nft-witness-wallet-plugin": "~7.0.0",
91
+ "@xyo-network/crypto-nft-diviner-score-plugin": "~7.0.0",
92
+ "@xyo-network/erc1822-witness": "~7.0.0",
93
+ "@xyo-network/evm-nft-id-payload-plugin": "~7.0.0",
94
+ "@xyo-network/erc1967-witness": "~7.0.0"
107
95
  },
108
96
  "peerDependencies": {
109
97
  "@bitauth/libauth": "~3.0",
@@ -113,18 +101,17 @@
113
101
  "@opentelemetry/sdk-trace-base": "^2.7",
114
102
  "@scure/base": "^2.2",
115
103
  "@scure/bip39": "~2.2",
104
+ "@xylabs/eth-address": "*",
116
105
  "@xylabs/geo": "^6.0",
117
106
  "@xylabs/sdk-js": "^6.0",
118
107
  "@xylabs/threads": "^6.0",
119
108
  "@xyo-network/open-zeppelin-typechain": "^4.1",
120
- "@xyo-network/sdk-js": "^6.0",
121
- "@xyo-network/sdk-protocol-js": "~6.0",
122
- "@xyo-network/witness-blockchain-abstract": "^6.0",
123
- "@xyo-network/witness-evm-abstract": "^6.0",
109
+ "@xyo-network/sdk-js": "^7.0",
110
+ "@xyo-network/sdk-protocol-js": "^7.0",
111
+ "@xyo-network/witness-blockchain-abstract": "^7.0",
112
+ "@xyo-network/witness-evm-abstract": "^7.0",
124
113
  "ajv": "^8.20",
125
114
  "async-mutex": "^0.5",
126
- "bn.js": "^5.2",
127
- "buffer": "^6.0",
128
115
  "debug": "~4.4",
129
116
  "ethers": "^6.16",
130
117
  "hash-wasm": "^4.12",
@@ -136,6 +123,9 @@
136
123
  "webextension-polyfill": "^0.12",
137
124
  "zod": "^4.4"
138
125
  },
126
+ "engines": {
127
+ "node": "^24"
128
+ },
139
129
  "publishConfig": {
140
130
  "access": "public"
141
131
  }
@@ -1,2 +0,0 @@
1
- export * from '@xyo-network/crypto-nft-plugin';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA"}
@@ -1,3 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/crypto-nft-plugin";
3
- //# sourceMappingURL=index.mjs.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/index.ts"],
4
- "sourcesContent": ["export * from '@xyo-network/crypto-nft-plugin'\n"],
5
- "mappings": ";AAAA,cAAc;",
6
- "names": []
7
- }
@@ -1,2 +0,0 @@
1
- export * from '@xyo-network/crypto-nft-plugin';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA"}
@@ -1,3 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/crypto-nft-plugin";
3
- //# sourceMappingURL=index.mjs.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/index.ts"],
4
- "sourcesContent": ["export * from '@xyo-network/crypto-nft-plugin'\n"],
5
- "mappings": ";AAAA,cAAc;",
6
- "names": []
7
- }