@xyo-network/crypto-nft-plugins 5.4.0 → 5.4.1

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.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/crypto-nft-plugins",
3
- "version": "5.4.0",
3
+ "version": "5.4.1",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -33,7 +33,7 @@
33
33
  "README.md"
34
34
  ],
35
35
  "dependencies": {
36
- "@xyo-network/crypto-nft-plugin": "~5.3.4"
36
+ "@xyo-network/crypto-nft-plugin": "~5.4.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@metamask/providers": "^22",
@@ -51,13 +51,6 @@
51
51
  "@xyo-network/archivist-model": "~5.3.5",
52
52
  "@xyo-network/boundwitness-builder": "~5.3.5",
53
53
  "@xyo-network/boundwitness-model": "~5.3.5",
54
- "@xyo-network/crypto-contract-function-read-payload-plugin": "~5.3.4",
55
- "@xyo-network/crypto-contract-function-read-plugin": "~5.3.4",
56
- "@xyo-network/crypto-nft-collection-payload-plugin": "~5.3.4",
57
- "@xyo-network/crypto-nft-diviner-score-plugin": "~5.3.4",
58
- "@xyo-network/crypto-nft-payload-plugin": "~5.3.4",
59
- "@xyo-network/crypto-nft-score-model": "~5.3.4",
60
- "@xyo-network/crypto-nft-witness-wallet-plugin": "~5.3.4",
61
54
  "@xyo-network/diviner-abstract": "~5.3.5",
62
55
  "@xyo-network/diviner-boundwitness-memory": "~5.3.5",
63
56
  "@xyo-network/diviner-jsonpatch": "~5.3.5",
@@ -67,9 +60,6 @@
67
60
  "@xyo-network/diviner-payload-model": "~5.3.5",
68
61
  "@xyo-network/diviner-range": "~5.3.5",
69
62
  "@xyo-network/diviner-temporal-indexing": "~5.3.5",
70
- "@xyo-network/erc1822-witness": "~5.3.4",
71
- "@xyo-network/erc1967-witness": "~5.3.4",
72
- "@xyo-network/evm-nft-id-payload-plugin": "~5.3.4",
73
63
  "@xyo-network/module-factory-locator": "~5.3.5",
74
64
  "@xyo-network/module-model": "~5.3.5",
75
65
  "@xyo-network/node-memory": "~5.3.5",
@@ -106,7 +96,17 @@
106
96
  "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
107
97
  "vitest": "~4.1.2",
108
98
  "webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
109
- "zod": "^4"
99
+ "zod": "^4",
100
+ "@xyo-network/crypto-nft-diviner-score-plugin": "~5.4.1",
101
+ "@xyo-network/crypto-contract-function-read-plugin": "~5.4.1",
102
+ "@xyo-network/crypto-nft-collection-payload-plugin": "~5.4.1",
103
+ "@xyo-network/crypto-contract-function-read-payload-plugin": "~5.4.1",
104
+ "@xyo-network/crypto-nft-payload-plugin": "~5.4.1",
105
+ "@xyo-network/crypto-nft-witness-wallet-plugin": "~5.4.1",
106
+ "@xyo-network/erc1822-witness": "~5.4.1",
107
+ "@xyo-network/crypto-nft-score-model": "~5.4.1",
108
+ "@xyo-network/erc1967-witness": "~5.4.1",
109
+ "@xyo-network/evm-nft-id-payload-plugin": "~5.4.1"
110
110
  },
111
111
  "publishConfig": {
112
112
  "access": "public"