feat(ci): publish db/lib/internal-dashboard to @composio-dashboard npm
loading diff…
Replaces GitHub Packages publishing for db, lib, and internal-dashboard-openapi with auto-publishing to public npm under the @composio-dashboard org.
.npmrc GHP scope guard, GHP publishConfig.registry, and the two *-ghp.yml workflows.publish-db-lib-npm.yml and publish-internal-dashboard-openapi-npm.yml.master → staging, production → latest.0.<run_number>.0 (no manual bumps).@composio-dashboard/lib version at publish time.NPM_COMPOSIO_DASHBOARD_TOKEN (publish rights on @composio-dashboard).@latest: until a production push (or manual dispatch) runs, only @staging exists — run a production publish before pointing the dashboard's prod build at @latest.@composio-dashboard/* (npm) and pin by dist-tag (@staging / @latest), never ^range.gh api -X DELETE /orgs/ComposioHQ/packages/npm/{db,lib,internal-dashboard-openapi}).pnpm install resolves without the GHP scope guard; lib + db build cleanly.🤖 Generated with Claude Code