Follow-up to #340 / #481 — @wdio/electron-service now consumes the shared @wdio/native-cdp-bridge, and @wdio/electron-cdp-bridge has been deleted from the monorepo.
Once @wdio/electron-service@10.2.0 is published stable (after the -next line), deprecate the retired package on npm so existing installs are pointed at the replacement:
npm deprecate @wdio/electron-cdp-bridge "Merged into @wdio/native-cdp-bridge; install @wdio/electron-service@>=10.2.0 (the CDP transport is now an internal implementation detail)."
Notes
- Manual maintainer step — it can't run through the releasekit standing-PR flow, since the package no longer exists in the workspace.
- Gate on the stable 10.2.0 release, not the prerelease, so
-next testers aren't stranded.
- Already-published versions (last was
@wdio/electron-cdp-bridge@10.1.0) stay on npm; this only adds the deprecation notice.
Follow-up to #340 / #481 —
@wdio/electron-servicenow consumes the shared@wdio/native-cdp-bridge, and@wdio/electron-cdp-bridgehas been deleted from the monorepo.Once
@wdio/electron-service@10.2.0is published stable (after the-nextline), deprecate the retired package on npm so existing installs are pointed at the replacement:npm deprecate @wdio/electron-cdp-bridge "Merged into @wdio/native-cdp-bridge; install @wdio/electron-service@>=10.2.0 (the CDP transport is now an internal implementation detail)."Notes
-nexttesters aren't stranded.@wdio/electron-cdp-bridge@10.1.0) stay on npm; this only adds the deprecation notice.