@xyo-network/evm-token-interface-diviner 2.96.0-rc.1 → 2.97.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 -27
package/package.json CHANGED
@@ -10,36 +10,36 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/assert": "^3.3.3",
14
- "@xyo-network/diviner-abstract": "^2.105.0-rc.1",
15
- "@xyo-network/diviner-model": "^2.105.0-rc.1",
16
- "@xyo-network/evm-contract-witness": "~2.96.0-rc.1",
17
- "@xyo-network/module-model": "^2.105.0-rc.1",
13
+ "@xylabs/assert": "^3.5.1",
14
+ "@xyo-network/diviner-abstract": "next",
15
+ "@xyo-network/diviner-model": "next",
16
+ "@xyo-network/evm-contract-witness": "~2.97.0-rc.1",
17
+ "@xyo-network/module-model": "next",
18
18
  "@xyo-network/open-zeppelin-typechain": "^3.0.5",
19
- "@xyo-network/payload-model": "^2.105.0-rc.1",
19
+ "@xyo-network/payload-model": "next",
20
20
  "ethers": "^6.12.1"
21
21
  },
22
22
  "devDependencies": {
23
- "@xylabs/delay": "^3.3.3",
24
- "@xylabs/jest-helpers": "^3.3.3",
25
- "@xylabs/ts-scripts-yarn3": "^3.10.4",
26
- "@xylabs/tsconfig": "^3.10.4",
27
- "@xyo-network/account": "^2.105.0-rc.1",
28
- "@xyo-network/archivist-memory": "^2.105.0-rc.1",
29
- "@xyo-network/boundwitness-model": "^2.105.0-rc.1",
30
- "@xyo-network/diviner-boundwitness-memory": "^2.105.0-rc.1",
31
- "@xyo-network/diviner-jsonpatch": "^2.105.0-rc.1",
32
- "@xyo-network/diviner-payload-memory": "^2.105.0-rc.1",
33
- "@xyo-network/diviner-payload-model": "^2.105.0-rc.1",
34
- "@xyo-network/diviner-stateful": "^2.105.0-rc.1",
35
- "@xyo-network/diviner-temporal-indexing": "^2.105.0-rc.1",
36
- "@xyo-network/manifest": "^2.105.0-rc.1",
37
- "@xyo-network/module-factory-locator": "^2.105.0-rc.1",
38
- "@xyo-network/node-memory": "^2.105.0-rc.1",
23
+ "@xylabs/delay": "^3.5.1",
24
+ "@xylabs/jest-helpers": "^3.5.1",
25
+ "@xylabs/ts-scripts-yarn3": "^3.11.2",
26
+ "@xylabs/tsconfig": "^3.11.2",
27
+ "@xyo-network/account": "next",
28
+ "@xyo-network/archivist-memory": "next",
29
+ "@xyo-network/boundwitness-model": "next",
30
+ "@xyo-network/diviner-boundwitness-memory": "next",
31
+ "@xyo-network/diviner-jsonpatch": "next",
32
+ "@xyo-network/diviner-payload-memory": "next",
33
+ "@xyo-network/diviner-payload-model": "next",
34
+ "@xyo-network/diviner-stateful": "next",
35
+ "@xyo-network/diviner-temporal-indexing": "next",
36
+ "@xyo-network/manifest": "next",
37
+ "@xyo-network/module-factory-locator": "next",
38
+ "@xyo-network/node-memory": "next",
39
39
  "@xyo-network/open-zeppelin-typechain": "^3.0.5",
40
- "@xyo-network/sentinel-model": "^2.105.0-rc.1",
41
- "@xyo-network/witness-evm-abstract": "^2.105.0-rc.1",
42
- "@xyo-network/witness-timestamp": "^2.105.0-rc.1",
40
+ "@xyo-network/sentinel-model": "next",
41
+ "@xyo-network/witness-evm-abstract": "next",
42
+ "@xyo-network/witness-timestamp": "next",
43
43
  "jest": "^29.7.0",
44
44
  "typescript": "^5.4.5"
45
45
  },
@@ -82,7 +82,7 @@
82
82
  "url": "https://github.com/XYOracleNetwork/plugins.git"
83
83
  },
84
84
  "sideEffects": false,
85
- "version": "2.96.0-rc.1",
85
+ "version": "2.97.0-rc.1",
86
86
  "type": "module",
87
- "stableVersion": "2.95.5"
87
+ "stableVersion": "2.96.0"
88
88
  }