@xyo-network/evm-plugins 2.88.1 → 2.89.0-rc.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 +27 -26
package/package.json CHANGED
@@ -10,37 +10,37 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/erc1822-witness": "~2.88.1",
14
- "@xyo-network/erc1967-witness": "~2.88.1",
15
- "@xyo-network/ethereum-blockchain-plugins": "~2.88.1",
16
- "@xyo-network/evm-abi-diviner": "~2.88.1",
17
- "@xyo-network/evm-call-witness": "~2.88.1",
18
- "@xyo-network/evm-contract-witness": "~2.88.1",
19
- "@xyo-network/payloadset-plugin": "^2.91.2"
13
+ "@xyo-network/erc1822-witness": "~2.89.0-rc.1",
14
+ "@xyo-network/erc1967-witness": "~2.89.0-rc.1",
15
+ "@xyo-network/ethereum-blockchain-plugins": "~2.89.0-rc.1",
16
+ "@xyo-network/evm-abi-diviner": "~2.89.0-rc.1",
17
+ "@xyo-network/evm-call-witness": "~2.89.0-rc.1",
18
+ "@xyo-network/evm-contract-witness": "~2.89.0-rc.1",
19
+ "@xyo-network/payloadset-plugin": "next"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@xylabs/delay": "^3.0.3",
23
23
  "@xylabs/jest-helpers": "^3.0.3",
24
24
  "@xylabs/ts-scripts-yarn3": "^3.4.1",
25
25
  "@xylabs/tsconfig": "^3.4.1",
26
- "@xyo-network/account": "^2.91.2",
27
- "@xyo-network/api-call-witness": "~2.88.1",
28
- "@xyo-network/crypto-nft-payload-plugin": "~2.88.1",
29
- "@xyo-network/diviner-boundwitness-memory": "^2.91.2",
30
- "@xyo-network/diviner-evm-call-result-to-token-uri": "~2.88.1",
31
- "@xyo-network/diviner-model": "^2.91.2",
32
- "@xyo-network/diviner-payload-memory": "^2.91.2",
33
- "@xyo-network/diviner-payload-model": "^2.91.2",
34
- "@xyo-network/diviner-temporal-indexing": "^2.91.2",
35
- "@xyo-network/evm-nft-id-payload-plugin": "~2.88.1",
36
- "@xyo-network/manifest": "^2.91.2",
37
- "@xyo-network/module-model": "^2.91.2",
38
- "@xyo-network/node-memory": "^2.91.2",
26
+ "@xyo-network/account": "next",
27
+ "@xyo-network/api-call-witness": "~2.89.0-rc.1",
28
+ "@xyo-network/crypto-nft-payload-plugin": "~2.89.0-rc.1",
29
+ "@xyo-network/diviner-boundwitness-memory": "next",
30
+ "@xyo-network/diviner-evm-call-result-to-token-uri": "~2.89.0-rc.1",
31
+ "@xyo-network/diviner-model": "next",
32
+ "@xyo-network/diviner-payload-memory": "next",
33
+ "@xyo-network/diviner-payload-model": "next",
34
+ "@xyo-network/diviner-temporal-indexing": "next",
35
+ "@xyo-network/evm-nft-id-payload-plugin": "~2.89.0-rc.1",
36
+ "@xyo-network/manifest": "next",
37
+ "@xyo-network/module-model": "next",
38
+ "@xyo-network/node-memory": "next",
39
39
  "@xyo-network/open-zeppelin-typechain": "^3.0.5",
40
- "@xyo-network/payload-model": "^2.91.2",
41
- "@xyo-network/sentinel-model": "^2.91.2",
42
- "@xyo-network/witness-evm-abstract": "^2.91.2",
43
- "@xyo-network/witness-timestamp": "^2.91.2",
40
+ "@xyo-network/payload-model": "next",
41
+ "@xyo-network/sentinel-model": "next",
42
+ "@xyo-network/witness-evm-abstract": "next",
43
+ "@xyo-network/witness-timestamp": "next",
44
44
  "jest": "^29.7.0",
45
45
  "typescript": "^5.3.3"
46
46
  },
@@ -83,6 +83,7 @@
83
83
  "url": "https://github.com/XYOracleNetwork/plugins.git"
84
84
  },
85
85
  "sideEffects": false,
86
- "version": "2.88.1",
87
- "type": "module"
86
+ "version": "2.89.0-rc.1",
87
+ "type": "module",
88
+ "stableVersion": "2.88.1"
88
89
  }