chore(packages): publish 4 outdated @bytelyst/* packages to Gitea

Per user request: 'use the local Gitea and make sure all packages
in Gitea are up to date'.

Built all packages from learning_ai_common_plat/packages/* and ran
scripts/gitea/publish-outdated-packages.sh against the local Gitea
npm registry (http://localhost:3300/api/packages/bytelyst/npm/).

Manifest-based hash comparison flagged 4 packages whose built dist/
content has changed since the last published tarball:

  @bytelyst/auth-ui          0.1.5 → 0.1.6
  @bytelyst/config           0.1.7 → 0.1.8
  @bytelyst/dashboard-shell  0.1.5 → 0.1.6
  @bytelyst/mcp-client       0.1.0 → 0.1.1

All four bumped + published successfully. Remaining 60 packages
verified up-to-date. One package skipped by design:
  @bytelyst/react-native-platform-sdk (RN — not in npm publish set)

Also incidentally fixed an mcp-client build break before this run:
stale dist/ + node_modules/.cache made tsc think MCPClient was
missing a 'log' property, even though the source had been correctly
refactored to use a private 'log: McpLogger' field. A clean
'rm -rf dist node_modules/.cache && pnpm build' resolved it; no
source changes needed.

Files updated:
  - packages/auth-ui/package.json
  - packages/config/package.json
  - packages/dashboard-shell/package.json
  - packages/mcp-client/package.json
  - scripts/gitea/.publish-manifest.json  (new content hashes)

After this commit, every published @bytelyst/* tarball in local
Gitea matches the source tree exactly.
This commit is contained in:
saravanakumardb1 2026-05-23 19:16:14 -07:00
parent b9a79879a3
commit 47af9f816a
5 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@bytelyst/auth-ui",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"description": "Shared auth UI components for SmartAuth (LoginForm, MfaChallenge, SocialButtons)",
"exports": {

View File

@ -1,6 +1,6 @@
{
"name": "@bytelyst/config",
"version": "0.1.7",
"version": "0.1.8",
"type": "module",
"exports": {
".": {

View File

@ -1,6 +1,6 @@
{
"name": "@bytelyst/dashboard-shell",
"version": "0.1.5",
"version": "0.1.6",
"description": "Configurable Next.js dashboard layout with sidebar, profile, billing, and settings pages",
"type": "module",
"main": "./dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@bytelyst/mcp-client",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"exports": {
".": {

View File

@ -20,9 +20,9 @@
"publishedAt": "2026-04-13T08:44:06.085Z"
},
"@bytelyst/auth-ui": {
"version": "0.1.5",
"contentHash": "82bcd4ff0f8dea680c393b2f03470ce17bd1770baf3f9aca40dc1f18f2a82ad9",
"publishedAt": "2026-04-13T08:44:07.686Z"
"version": "0.1.6",
"contentHash": "aa2a0d99917202ce7827dfc255b0a7913e14fd97413c57dfa8b8275878a64574",
"publishedAt": "2026-05-24T02:10:56.939Z"
},
"@bytelyst/backend-config": {
"version": "0.1.5",
@ -70,9 +70,9 @@
"publishedAt": "2026-04-13T08:44:21.557Z"
},
"@bytelyst/config": {
"version": "0.1.7",
"contentHash": "7d5b67270db7e967e8b0f99249c59526cd6b295822ab70659e7ab741c90dddb8",
"publishedAt": "2026-05-15T05:32:24.842Z"
"version": "0.1.8",
"contentHash": "22c9830f546ca48063a1ab481621ac1cd3cc7277f9960a172196524356945b11",
"publishedAt": "2026-05-24T02:10:58.399Z"
},
"@bytelyst/cosmos": {
"version": "0.1.5",
@ -90,9 +90,9 @@
"publishedAt": "2026-04-13T08:44:27.860Z"
},
"@bytelyst/dashboard-shell": {
"version": "0.1.5",
"contentHash": "e88743978d4d09a1a4047e5134469521ba8a9c0520ec04d0d3b7b5e4cb09f841",
"publishedAt": "2026-04-13T08:44:29.385Z"
"version": "0.1.6",
"contentHash": "fd26bca4abeff4ff8b8e6395afc6e3432d9b2e12a788e4912448e4a6ebfbaab1",
"publishedAt": "2026-05-24T02:11:00.104Z"
},
"@bytelyst/datastore": {
"version": "0.1.5",
@ -195,9 +195,9 @@
"publishedAt": "2026-04-13T08:44:59.204Z"
},
"@bytelyst/mcp-client": {
"version": "0.1.0",
"contentHash": "f8302a99702587cced60d0d4bebe331439acbe3d0566696e89db729baa3c743f",
"publishedAt": "2026-05-15T05:32:34.965Z"
"version": "0.1.1",
"contentHash": "aef85db471307b0721e7042f89b24d421ff774c94bd9fbdd326f1c0f8d52db1a",
"publishedAt": "2026-05-24T02:11:01.965Z"
},
"@bytelyst/monitoring": {
"version": "0.1.5",