@xyo-network/evm-plugins 5.0.1 → 5.1.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.
Files changed (1) hide show
  1. package/package.json +32 -32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/evm-plugins",
3
- "version": "5.0.1",
3
+ "version": "5.1.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -33,39 +33,39 @@
33
33
  "src"
34
34
  ],
35
35
  "dependencies": {
36
- "@xyo-network/erc1822-witness": "~5.0.1",
37
- "@xyo-network/erc1967-witness": "~5.0.1",
38
- "@xyo-network/ethereum-blockchain-plugins": "~5.0.1",
39
- "@xyo-network/evm-abi-diviner": "~5.0.1",
40
- "@xyo-network/evm-call-witness": "~5.0.1",
41
- "@xyo-network/evm-contract-witness": "~5.0.1",
42
- "@xyo-network/payloadset-plugin": "~5.0.2"
36
+ "@xyo-network/erc1822-witness": "~5.1.0",
37
+ "@xyo-network/erc1967-witness": "~5.1.0",
38
+ "@xyo-network/ethereum-blockchain-plugins": "~5.1.0",
39
+ "@xyo-network/evm-abi-diviner": "~5.1.0",
40
+ "@xyo-network/evm-call-witness": "~5.1.0",
41
+ "@xyo-network/evm-contract-witness": "~5.1.0",
42
+ "@xyo-network/payloadset-plugin": "~5.1.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@xylabs/delay": "~5.0.7",
46
- "@xylabs/ts-scripts-yarn3": "~7.1.0",
47
- "@xylabs/tsconfig": "~7.1.0",
48
- "@xylabs/vitest-extended": "~5.0.7",
49
- "@xyo-network/api-call-witness": "~5.0.1",
50
- "@xyo-network/archivist-model": "~5.0.2",
51
- "@xyo-network/crypto-nft-payload-plugin": "~5.0.1",
52
- "@xyo-network/diviner-boundwitness-memory": "~5.0.2",
53
- "@xyo-network/diviner-evm-call-result-to-token-uri": "~5.0.1",
54
- "@xyo-network/diviner-model": "~5.0.2",
55
- "@xyo-network/diviner-payload-generic": "~5.0.2",
56
- "@xyo-network/diviner-payload-model": "~5.0.2",
57
- "@xyo-network/diviner-temporal-indexing": "~5.0.2",
58
- "@xyo-network/evm-nft-id-payload-plugin": "~5.0.1",
59
- "@xyo-network/manifest": "~5.0.2",
60
- "@xyo-network/module-factory-locator": "~5.0.2",
61
- "@xyo-network/module-model": "~5.0.2",
62
- "@xyo-network/node-memory": "~5.0.2",
63
- "@xyo-network/open-zeppelin-typechain": "~4.0.0",
64
- "@xyo-network/payload-model": "~5.0.2",
65
- "@xyo-network/sentinel-model": "~5.0.2",
66
- "@xyo-network/wallet": "~5.0.2",
67
- "@xyo-network/witness-evm-abstract": "~5.0.2",
68
- "@xyo-network/witness-timestamp": "~5.0.2",
45
+ "@xylabs/delay": "~5.0.11",
46
+ "@xylabs/ts-scripts-yarn3": "~7.1.7",
47
+ "@xylabs/tsconfig": "~7.1.7",
48
+ "@xylabs/vitest-extended": "~5.0.11",
49
+ "@xyo-network/api-call-witness": "~5.1.0",
50
+ "@xyo-network/archivist-model": "~5.1.0",
51
+ "@xyo-network/crypto-nft-payload-plugin": "~5.1.0",
52
+ "@xyo-network/diviner-boundwitness-memory": "~5.1.0",
53
+ "@xyo-network/diviner-evm-call-result-to-token-uri": "~5.1.0",
54
+ "@xyo-network/diviner-model": "~5.1.0",
55
+ "@xyo-network/diviner-payload-generic": "~5.1.0",
56
+ "@xyo-network/diviner-payload-model": "~5.1.0",
57
+ "@xyo-network/diviner-temporal-indexing": "~5.1.0",
58
+ "@xyo-network/evm-nft-id-payload-plugin": "~5.1.0",
59
+ "@xyo-network/manifest": "~5.1.0",
60
+ "@xyo-network/module-factory-locator": "~5.1.0",
61
+ "@xyo-network/module-model": "~5.1.0",
62
+ "@xyo-network/node-memory": "~5.1.0",
63
+ "@xyo-network/open-zeppelin-typechain": "~4.0.1",
64
+ "@xyo-network/payload-model": "~5.1.0",
65
+ "@xyo-network/sentinel-model": "~5.1.0",
66
+ "@xyo-network/wallet": "~5.1.0",
67
+ "@xyo-network/witness-evm-abstract": "~5.1.0",
68
+ "@xyo-network/witness-timestamp": "~5.1.0",
69
69
  "typescript": "~5.9.2",
70
70
  "vitest": "~3.2.4"
71
71
  },