chore(deps): use wildcard (*) for @bytelyst/* internal packages
All @bytelyst/* packages are internal to the ByteLyst ecosystem and published to the private Gitea registry. Using "*" eliminates version bump noise — always resolves to latest available.
This commit is contained in:
parent
c8bab1d617
commit
ed3bc15a4a
@ -15,17 +15,17 @@
|
|||||||
"lint": "eslint src/"
|
"lint": "eslint src/"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bytelyst/auth": "^0.1.0",
|
"@bytelyst/auth": "*",
|
||||||
"@bytelyst/config": "^0.1.0",
|
"@bytelyst/config": "*",
|
||||||
"@bytelyst/cosmos": "^0.1.0",
|
"@bytelyst/cosmos": "*",
|
||||||
"@bytelyst/datastore": "^0.1.0",
|
"@bytelyst/datastore": "*",
|
||||||
"@bytelyst/backend-config": "^0.1.0",
|
"@bytelyst/backend-config": "*",
|
||||||
"@bytelyst/backend-flags": "^0.1.0",
|
"@bytelyst/backend-flags": "*",
|
||||||
"@bytelyst/backend-telemetry": "^0.1.0",
|
"@bytelyst/backend-telemetry": "*",
|
||||||
"@bytelyst/errors": "^0.1.0",
|
"@bytelyst/errors": "*",
|
||||||
"@bytelyst/field-encrypt": "^0.1.0",
|
"@bytelyst/field-encrypt": "*",
|
||||||
"@bytelyst/fastify-auth": "^0.1.0",
|
"@bytelyst/fastify-auth": "*",
|
||||||
"@bytelyst/fastify-core": "^0.1.0",
|
"@bytelyst/fastify-core": "*",
|
||||||
"@azure/cosmos": "^4.2.0",
|
"@azure/cosmos": "^4.2.0",
|
||||||
"fastify": "5.7.4",
|
"fastify": "5.7.4",
|
||||||
"jose": "^6.0.8",
|
"jose": "^6.0.8",
|
||||||
|
|||||||
@ -17,17 +17,17 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bytelyst/design-tokens": "file:../../learning_ai_common_plat/packages/design-tokens",
|
"@bytelyst/design-tokens": "file:../../learning_ai_common_plat/packages/design-tokens",
|
||||||
"@bytelyst/ui": "file:../../learning_ai_common_plat/packages/ui",
|
"@bytelyst/ui": "file:../../learning_ai_common_plat/packages/ui",
|
||||||
"@bytelyst/accessibility": "^0.1.0",
|
"@bytelyst/accessibility": "*",
|
||||||
"@bytelyst/api-client": "^0.1.0",
|
"@bytelyst/api-client": "*",
|
||||||
"@bytelyst/sync": "^0.1.0",
|
"@bytelyst/sync": "*",
|
||||||
"@bytelyst/auth-client": "^0.1.0",
|
"@bytelyst/auth-client": "*",
|
||||||
"@bytelyst/react-auth": "^0.1.0",
|
"@bytelyst/react-auth": "*",
|
||||||
"@bytelyst/diagnostics-client": "^0.1.0",
|
"@bytelyst/diagnostics-client": "*",
|
||||||
"@bytelyst/feedback-client": "^0.1.0",
|
"@bytelyst/feedback-client": "*",
|
||||||
"@bytelyst/feature-flag-client": "^0.1.0",
|
"@bytelyst/feature-flag-client": "*",
|
||||||
"@bytelyst/kill-switch-client": "^0.1.0",
|
"@bytelyst/kill-switch-client": "*",
|
||||||
"@bytelyst/subscription-client": "^0.1.0",
|
"@bytelyst/subscription-client": "*",
|
||||||
"@bytelyst/telemetry-client": "^0.1.0",
|
"@bytelyst/telemetry-client": "*",
|
||||||
"@serwist/next": "^9.5.6",
|
"@serwist/next": "^9.5.6",
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"idb": "^8.0.3",
|
"idb": "^8.0.3",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user