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:
saravanakumardb1 2026-04-13 01:05:40 -07:00
parent c8bab1d617
commit ed3bc15a4a
2 changed files with 22 additions and 22 deletions

View File

@ -15,17 +15,17 @@
"lint": "eslint src/"
},
"dependencies": {
"@bytelyst/auth": "^0.1.0",
"@bytelyst/config": "^0.1.0",
"@bytelyst/cosmos": "^0.1.0",
"@bytelyst/datastore": "^0.1.0",
"@bytelyst/backend-config": "^0.1.0",
"@bytelyst/backend-flags": "^0.1.0",
"@bytelyst/backend-telemetry": "^0.1.0",
"@bytelyst/errors": "^0.1.0",
"@bytelyst/field-encrypt": "^0.1.0",
"@bytelyst/fastify-auth": "^0.1.0",
"@bytelyst/fastify-core": "^0.1.0",
"@bytelyst/auth": "*",
"@bytelyst/config": "*",
"@bytelyst/cosmos": "*",
"@bytelyst/datastore": "*",
"@bytelyst/backend-config": "*",
"@bytelyst/backend-flags": "*",
"@bytelyst/backend-telemetry": "*",
"@bytelyst/errors": "*",
"@bytelyst/field-encrypt": "*",
"@bytelyst/fastify-auth": "*",
"@bytelyst/fastify-core": "*",
"@azure/cosmos": "^4.2.0",
"fastify": "5.7.4",
"jose": "^6.0.8",

View File

@ -17,17 +17,17 @@
"dependencies": {
"@bytelyst/design-tokens": "file:../../learning_ai_common_plat/packages/design-tokens",
"@bytelyst/ui": "file:../../learning_ai_common_plat/packages/ui",
"@bytelyst/accessibility": "^0.1.0",
"@bytelyst/api-client": "^0.1.0",
"@bytelyst/sync": "^0.1.0",
"@bytelyst/auth-client": "^0.1.0",
"@bytelyst/react-auth": "^0.1.0",
"@bytelyst/diagnostics-client": "^0.1.0",
"@bytelyst/feedback-client": "^0.1.0",
"@bytelyst/feature-flag-client": "^0.1.0",
"@bytelyst/kill-switch-client": "^0.1.0",
"@bytelyst/subscription-client": "^0.1.0",
"@bytelyst/telemetry-client": "^0.1.0",
"@bytelyst/accessibility": "*",
"@bytelyst/api-client": "*",
"@bytelyst/sync": "*",
"@bytelyst/auth-client": "*",
"@bytelyst/react-auth": "*",
"@bytelyst/diagnostics-client": "*",
"@bytelyst/feedback-client": "*",
"@bytelyst/feature-flag-client": "*",
"@bytelyst/kill-switch-client": "*",
"@bytelyst/subscription-client": "*",
"@bytelyst/telemetry-client": "*",
"@serwist/next": "^9.5.6",
"date-fns": "^4.1.0",
"idb": "^8.0.3",