mirror of https://github.com/openclaw/openclaw.git
build(bluebubbles): align openclaw dependency specifiers
This commit is contained in:
parent
213a704b71
commit
93e2d0e3de
|
|
@ -4,7 +4,7 @@
|
|||
"description": "OpenClaw BlueBubbles channel plugin",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"openclaw": "workspace:*"
|
||||
"openclaw": ">=2026.3.31"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.3.31"
|
||||
|
|
|
|||
|
|
@ -266,7 +266,7 @@ importers:
|
|||
extensions/bluebubbles:
|
||||
devDependencies:
|
||||
openclaw:
|
||||
specifier: workspace:*
|
||||
specifier: '>=2026.3.31'
|
||||
version: link:../..
|
||||
|
||||
extensions/brave: {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue