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:
parent
5926373be6
commit
67fa89b1fe
68 changed files with 358 additions and 57 deletions
|
|
@ -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:*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue