@skate-org/amm-evm-v2 2.0.0-alpha.7 → 2.0.0-alpha.8

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 (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @skate-org/amm-evm-v2
2
2
 
3
+ ## 2.0.0-alpha.8 — 2026-05-07
4
+
5
+ Lockstep bump — paired with the api `streamSwapQuote` going live as a
6
+ polling stub for the deferred WebSocket. This package's source is
7
+ unchanged versus `2.0.0-alpha.7`.
8
+
3
9
  ## 2.0.0-alpha.7 — 2026-05-07
4
10
 
5
11
  Lockstep bump — paired with the api action-by-user clients, polling
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skate-org/amm-evm-v2",
3
- "version": "2.0.0-alpha.7",
3
+ "version": "2.0.0-alpha.8",
4
4
  "description": "Skate AMM v2 SDK — EVM clients, kernel/periphery readers, uniswap-v3 math, submitters",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "@skate-org/amm-bindings": "^1.0.0",
28
28
  "viem": "^2.21.0",
29
- "@skate-org/amm-core-v2": "2.0.0-alpha.7"
29
+ "@skate-org/amm-core-v2": "2.0.0-alpha.8"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public",