@xyo-network/evm-plugins 4.1.0 → 4.1.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 +30 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/evm-plugins",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,40 +29,40 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/erc1822-witness": "^4.1.0",
33
- "@xyo-network/erc1967-witness": "^4.1.0",
34
- "@xyo-network/ethereum-blockchain-plugins": "^4.1.0",
35
- "@xyo-network/evm-abi-diviner": "^4.1.0",
36
- "@xyo-network/evm-call-witness": "^4.1.0",
37
- "@xyo-network/evm-contract-witness": "^4.1.0",
38
- "@xyo-network/payloadset-plugin": "^4.1.1"
32
+ "@xyo-network/erc1822-witness": "^4.1.1",
33
+ "@xyo-network/erc1967-witness": "^4.1.1",
34
+ "@xyo-network/ethereum-blockchain-plugins": "^4.1.1",
35
+ "@xyo-network/evm-abi-diviner": "^4.1.1",
36
+ "@xyo-network/evm-call-witness": "^4.1.1",
37
+ "@xyo-network/evm-contract-witness": "^4.1.1",
38
+ "@xyo-network/payloadset-plugin": "^4.1.7"
39
39
  },
40
40
  "devDependencies": {
41
- "@xylabs/delay": "^4.13.15",
41
+ "@xylabs/delay": "^4.13.23",
42
42
  "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.24",
43
43
  "@xylabs/tsconfig": "^7.0.0-rc.24",
44
- "@xylabs/vitest-extended": "^4.13.15",
45
- "@xyo-network/api-call-witness": "^4.1.0",
46
- "@xyo-network/archivist-model": "^4.1.1",
47
- "@xyo-network/crypto-nft-payload-plugin": "^4.1.0",
48
- "@xyo-network/diviner-boundwitness-memory": "^4.1.1",
49
- "@xyo-network/diviner-evm-call-result-to-token-uri": "^4.1.0",
50
- "@xyo-network/diviner-model": "^4.1.1",
51
- "@xyo-network/diviner-payload-generic": "^4.1.1",
52
- "@xyo-network/diviner-payload-model": "^4.1.1",
53
- "@xyo-network/diviner-temporal-indexing": "^4.1.1",
54
- "@xyo-network/evm-nft-id-payload-plugin": "^4.1.0",
55
- "@xyo-network/manifest": "^4.1.1",
56
- "@xyo-network/module-factory-locator": "^4.1.1",
57
- "@xyo-network/module-model": "^4.1.1",
58
- "@xyo-network/node-memory": "^4.1.1",
44
+ "@xylabs/vitest-extended": "^4.13.23",
45
+ "@xyo-network/api-call-witness": "^4.1.1",
46
+ "@xyo-network/archivist-model": "^4.1.7",
47
+ "@xyo-network/crypto-nft-payload-plugin": "^4.1.1",
48
+ "@xyo-network/diviner-boundwitness-memory": "^4.1.7",
49
+ "@xyo-network/diviner-evm-call-result-to-token-uri": "^4.1.1",
50
+ "@xyo-network/diviner-model": "^4.1.7",
51
+ "@xyo-network/diviner-payload-generic": "^4.1.7",
52
+ "@xyo-network/diviner-payload-model": "^4.1.7",
53
+ "@xyo-network/diviner-temporal-indexing": "^4.1.7",
54
+ "@xyo-network/evm-nft-id-payload-plugin": "^4.1.1",
55
+ "@xyo-network/manifest": "^4.1.7",
56
+ "@xyo-network/module-factory-locator": "^4.1.7",
57
+ "@xyo-network/module-model": "^4.1.7",
58
+ "@xyo-network/node-memory": "^4.1.7",
59
59
  "@xyo-network/open-zeppelin-typechain": "^3.5.4",
60
- "@xyo-network/payload-model": "^4.1.1",
61
- "@xyo-network/sentinel-model": "^4.1.1",
62
- "@xyo-network/wallet": "^4.1.1",
63
- "@xyo-network/witness-evm-abstract": "^4.1.1",
64
- "@xyo-network/witness-timestamp": "^4.1.1",
65
- "knip": "^5.61.3",
60
+ "@xyo-network/payload-model": "^4.1.7",
61
+ "@xyo-network/sentinel-model": "^4.1.7",
62
+ "@xyo-network/wallet": "^4.1.7",
63
+ "@xyo-network/witness-evm-abstract": "^4.1.7",
64
+ "@xyo-network/witness-timestamp": "^4.1.7",
65
+ "knip": "^5.62.0",
66
66
  "typescript": "^5.8.3",
67
67
  "vitest": "^3.2.4"
68
68
  },