chore: use workspace references for registry packages

- Changed @tpmjs/registry-execute and @tpmjs/registry-search to workspace:*
- This allows the web app to use local workspace versions
- Published npm packages still available for external users
This commit is contained in:
Ajax Davis 2026-01-25 11:37:59 +10:00
parent 5926373be6
commit 67fa89b1fe
68 changed files with 358 additions and 57 deletions

View file

@ -34,8 +34,8 @@
"@tpmjs/env": "workspace:*",
"@tpmjs/npm-client": "workspace:*",
"@tpmjs/package-executor": "workspace:*",
"@tpmjs/registry-execute": "^0.1.3",
"@tpmjs/registry-search": "^0.1.2",
"@tpmjs/registry-execute": "workspace:*",
"@tpmjs/registry-search": "workspace:*",
"@tpmjs/types": "workspace:*",
"@tpmjs/ui": "workspace:*",
"@tpmjs/utils": "workspace:*",