@xyo-network/crypto-nft-plugin 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.
@@ -0,0 +1,3 @@
1
+ export * from '@xyo-network/crypto-nft-diviner-score-plugin';
2
+ export * from '@xyo-network/crypto-nft-witness-wallet-plugin';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAC5D,cAAc,+CAA+C,CAAA"}
@@ -0,0 +1,4 @@
1
+ // src/index.ts
2
+ export * from "@xyo-network/crypto-nft-diviner-score-plugin";
3
+ export * from "@xyo-network/crypto-nft-witness-wallet-plugin";
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-diviner-score-plugin'\nexport * from '@xyo-network/crypto-nft-witness-wallet-plugin'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
@@ -0,0 +1,3 @@
1
+ export * from '@xyo-network/crypto-nft-diviner-score-plugin';
2
+ export * from '@xyo-network/crypto-nft-witness-wallet-plugin';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAC5D,cAAc,+CAA+C,CAAA"}
@@ -0,0 +1,4 @@
1
+ // src/index.ts
2
+ export * from "@xyo-network/crypto-nft-diviner-score-plugin";
3
+ export * from "@xyo-network/crypto-nft-witness-wallet-plugin";
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-diviner-score-plugin'\nexport * from '@xyo-network/crypto-nft-witness-wallet-plugin'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
@@ -0,0 +1,3 @@
1
+ export * from '@xyo-network/crypto-nft-diviner-score-plugin';
2
+ export * from '@xyo-network/crypto-nft-witness-wallet-plugin';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAA;AAC5D,cAAc,+CAA+C,CAAA"}
@@ -0,0 +1,4 @@
1
+ // src/index.ts
2
+ export * from "@xyo-network/crypto-nft-diviner-score-plugin";
3
+ export * from "@xyo-network/crypto-nft-witness-wallet-plugin";
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-diviner-score-plugin'\nexport * from '@xyo-network/crypto-nft-witness-wallet-plugin'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/crypto-nft-plugin",
3
- "version": "5.3.2",
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,15 @@
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "files": [
32
32
  "dist",
33
- "src",
34
- "!**/*.bench.*",
35
- "!**/*.spec.*",
36
- "!**/*.test.*"
33
+ "README.md"
37
34
  ],
35
+ "dependencies": {
36
+ "@xyo-network/crypto-nft-diviner-score-plugin": "workspace:^",
37
+ "@xyo-network/crypto-nft-witness-wallet-plugin": "workspace:^"
38
+ },
38
39
  "devDependencies": {
39
40
  "@xylabs/sdk-js": "^5.0.90",
41
+ "@xylabs/ts-scripts-common": "~7.5.10",
40
42
  "@xylabs/ts-scripts-yarn3": "~7.5.10",
41
43
  "@xylabs/tsconfig": "~7.5.10",
42
44
  "@xylabs/vitest-extended": "~5.0.90",
@@ -44,19 +46,17 @@
44
46
  "@xyo-network/archivist-model": "~5.3.5",
45
47
  "@xyo-network/boundwitness-builder": "~5.3.5",
46
48
  "@xyo-network/boundwitness-model": "~5.3.5",
47
- "@xyo-network/crypto-nft-collection-payload-plugin": "~5.3.2",
48
- "@xyo-network/crypto-nft-diviner-score-plugin": "5.3.2",
49
- "@xyo-network/crypto-nft-payload-plugin": "~5.3.2",
50
- "@xyo-network/crypto-nft-score-model": "~5.3.2",
51
- "@xyo-network/crypto-nft-witness-wallet-plugin": "5.3.2",
49
+ "@xyo-network/crypto-nft-collection-payload-plugin": "~5.3.3",
50
+ "@xyo-network/crypto-nft-payload-plugin": "~5.3.3",
51
+ "@xyo-network/crypto-nft-score-model": "~5.3.3",
52
52
  "@xyo-network/diviner-abstract": "~5.3.5",
53
53
  "@xyo-network/diviner-boundwitness-memory": "~5.3.5",
54
54
  "@xyo-network/diviner-model": "~5.3.5",
55
55
  "@xyo-network/diviner-payload-generic": "~5.3.5",
56
56
  "@xyo-network/diviner-payload-model": "~5.3.5",
57
57
  "@xyo-network/diviner-temporal-indexing": "~5.3.5",
58
- "@xyo-network/erc1822-witness": "~5.3.2",
59
- "@xyo-network/erc1967-witness": "~5.3.2",
58
+ "@xyo-network/erc1822-witness": "~5.3.3",
59
+ "@xyo-network/erc1967-witness": "~5.3.3",
60
60
  "@xyo-network/module-factory-locator": "~5.3.5",
61
61
  "@xyo-network/module-model": "~5.3.5",
62
62
  "@xyo-network/node-memory": "~5.3.5",
@@ -74,7 +74,8 @@
74
74
  "parse-data-url": "~6.0.0",
75
75
  "svg-parser": "~2.0.4",
76
76
  "typescript": "~5.9.3",
77
- "vitest": "~4.1.2"
77
+ "vitest": "~4.1.2",
78
+ "zod": "^4"
78
79
  },
79
80
  "publishConfig": {
80
81
  "access": "public"
package/src/index.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from '@xyo-network/crypto-nft-diviner-score-plugin'
2
- export * from '@xyo-network/crypto-nft-witness-wallet-plugin'