@xyo-network/crypto-nft-plugins 5.3.2 → 5.3.3
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/dist/browser/index.d.ts +2 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.mjs +3 -0
- package/dist/browser/index.mjs.map +1 -0
- package/dist/neutral/index.d.ts +2 -0
- package/dist/neutral/index.d.ts.map +1 -0
- package/dist/neutral/index.mjs +3 -0
- package/dist/neutral/index.mjs.map +1 -0
- package/dist/node/index.d.ts +2 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/index.mjs +3 -0
- package/dist/node/index.mjs.map +1 -0
- package/package.json +18 -17
- package/src/index.ts +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-plugin'\n"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-plugin'\n"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-plugin'\n"],"mappings":";AAAA,cAAc;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/crypto-nft-plugins",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.3",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -30,13 +30,14 @@
|
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"files": [
|
|
32
32
|
"dist",
|
|
33
|
-
"
|
|
34
|
-
"!**/*.bench.*",
|
|
35
|
-
"!**/*.spec.*",
|
|
36
|
-
"!**/*.test.*"
|
|
33
|
+
"README.md"
|
|
37
34
|
],
|
|
35
|
+
"dependencies": {
|
|
36
|
+
"@xyo-network/crypto-nft-plugin": "workspace:^"
|
|
37
|
+
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@xylabs/sdk-js": "^5.0.90",
|
|
40
|
+
"@xylabs/ts-scripts-common": "~7.5.10",
|
|
40
41
|
"@xylabs/ts-scripts-yarn3": "~7.5.10",
|
|
41
42
|
"@xylabs/tsconfig": "~7.5.10",
|
|
42
43
|
"@xylabs/vitest-extended": "~5.0.90",
|
|
@@ -46,14 +47,13 @@
|
|
|
46
47
|
"@xyo-network/archivist-model": "~5.3.5",
|
|
47
48
|
"@xyo-network/boundwitness-builder": "~5.3.5",
|
|
48
49
|
"@xyo-network/boundwitness-model": "~5.3.5",
|
|
49
|
-
"@xyo-network/crypto-contract-function-read-payload-plugin": "~5.3.
|
|
50
|
-
"@xyo-network/crypto-contract-function-read-plugin": "~5.3.
|
|
51
|
-
"@xyo-network/crypto-nft-collection-payload-plugin": "~5.3.
|
|
52
|
-
"@xyo-network/crypto-nft-diviner-score-plugin": "~5.3.
|
|
53
|
-
"@xyo-network/crypto-nft-payload-plugin": "~5.3.
|
|
54
|
-
"@xyo-network/crypto-nft-
|
|
55
|
-
"@xyo-network/crypto-nft-
|
|
56
|
-
"@xyo-network/crypto-nft-witness-wallet-plugin": "~5.3.2",
|
|
50
|
+
"@xyo-network/crypto-contract-function-read-payload-plugin": "~5.3.3",
|
|
51
|
+
"@xyo-network/crypto-contract-function-read-plugin": "~5.3.3",
|
|
52
|
+
"@xyo-network/crypto-nft-collection-payload-plugin": "~5.3.3",
|
|
53
|
+
"@xyo-network/crypto-nft-diviner-score-plugin": "~5.3.3",
|
|
54
|
+
"@xyo-network/crypto-nft-payload-plugin": "~5.3.3",
|
|
55
|
+
"@xyo-network/crypto-nft-score-model": "~5.3.3",
|
|
56
|
+
"@xyo-network/crypto-nft-witness-wallet-plugin": "~5.3.3",
|
|
57
57
|
"@xyo-network/diviner-abstract": "~5.3.5",
|
|
58
58
|
"@xyo-network/diviner-boundwitness-memory": "~5.3.5",
|
|
59
59
|
"@xyo-network/diviner-jsonpatch": "~5.3.5",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"@xyo-network/diviner-payload-model": "~5.3.5",
|
|
64
64
|
"@xyo-network/diviner-range": "~5.3.5",
|
|
65
65
|
"@xyo-network/diviner-temporal-indexing": "~5.3.5",
|
|
66
|
-
"@xyo-network/erc1822-witness": "~5.3.
|
|
67
|
-
"@xyo-network/erc1967-witness": "~5.3.
|
|
68
|
-
"@xyo-network/evm-nft-id-payload-plugin": "~5.3.
|
|
66
|
+
"@xyo-network/erc1822-witness": "~5.3.3",
|
|
67
|
+
"@xyo-network/erc1967-witness": "~5.3.3",
|
|
68
|
+
"@xyo-network/evm-nft-id-payload-plugin": "~5.3.3",
|
|
69
69
|
"@xyo-network/module-factory-locator": "~5.3.5",
|
|
70
70
|
"@xyo-network/module-model": "~5.3.5",
|
|
71
71
|
"@xyo-network/node-memory": "~5.3.5",
|
|
@@ -89,7 +89,8 @@
|
|
|
89
89
|
"parse-data-url": "~6.0.0",
|
|
90
90
|
"svg-parser": "~2.0.4",
|
|
91
91
|
"typescript": "~5.9.3",
|
|
92
|
-
"vitest": "~4.1.2"
|
|
92
|
+
"vitest": "~4.1.2",
|
|
93
|
+
"zod": "^4"
|
|
93
94
|
},
|
|
94
95
|
"publishConfig": {
|
|
95
96
|
"access": "public"
|
package/src/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@xyo-network/crypto-nft-plugin'
|