fix/rename-mosaic-scope-391
main
Renames all npm packages from @mosaic/* to @mosaicstack/* scope.
@mosaic/*
@mosaicstack/*
package.json
.woodpecker/publish.yml
tools/install.sh
@mosaicstack
.npmrc
update-checker.ts
checkForAllUpdates()
update
KNOWN_PACKAGES
formatAllPackagesTable
getInstallAllCommand
checkForUpdate()
@deprecated
pnpm install
pnpm build
pnpm test
Closes #391
- Updated all package.json name fields and dependency references - Updated all TypeScript/JavaScript imports - Updated .woodpecker/publish.yml filters and registry paths - Updated tools/install.sh scope default - Updated .npmrc registry paths (worktree + host) - Enhanced update-checker.ts with checkForAllUpdates() multi-package support - Updated CLI update command to show table of all packages - Added KNOWN_PACKAGES, formatAllPackagesTable, getInstallAllCommand - Marked checkForUpdate() with @deprecated JSDoc Closes #391
Fixes lint error: @typescript-eslint/no-unused-vars on hasUpdate
No dependencies set.
The note is not visible to the blocked user.
Summary
Renames all npm packages from
@mosaic/*to@mosaicstack/*scope.Changes
package.jsonname fields and dependency references.woodpecker/publish.ymlpnpm filters and registry pathstools/install.shscope default to@mosaicstack.npmrcregistry paths (worktree + host)update-checker.tswithcheckForAllUpdates()multi-package supportupdatecommand to display a table of all@mosaicstack/*packagesKNOWN_PACKAGES,formatAllPackagesTable,getInstallAllCommandcheckForUpdate()with@deprecatedJSDocVerification
pnpm installpassespnpm build— 21/21 tasks successfulpnpm test— 38/38 tasks successful, all tests passCloses #391