mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
feat(selfmod): change @eve/self-modification to have floating eve dep (#3346)
Signed-off-by: prha <prha@vercel.com>
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eve": "workspace:^"
|
||||
"eve": "workspace:>=0.54.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=24"
|
||||
|
||||
Reference in New Issue
Block a user