feat(selfmod): change @eve/self-modification to have floating eve dep (#3346)

Signed-off-by: prha <prha@vercel.com>
This commit is contained in:
prha
2026-09-14 13:30:48 -07:00
committed by GitHub
parent 15c7a2e76a
commit c3952cf2b7
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@eve/self-modification": patch
---
Allow the compatibility package to forward imports to any eve release at or above 0.54.0.
+2 -2
View File
@@ -25,11 +25,11 @@
"pinVersion": "workspace:^"
},
{
"label": "Compatibility shim accepts compatible eve patch releases",
"label": "Compatibility shim accepts every newer eve release",
"dependencies": ["eve"],
"packages": ["@eve/self-modification"],
"dependencyTypes": ["peer"],
"pinVersion": "workspace:^"
"pinVersion": "workspace:>=0.54.0"
},
{
"label": "Blooio is an externally published integration",
+1 -1
View File
@@ -66,7 +66,7 @@
"typescript": "catalog:"
},
"peerDependencies": {
"eve": "workspace:^"
"eve": "workspace:>=0.54.0"
},
"engines": {
"node": ">=24"