chore(packages): publish @bytelyst/kill-switch-client@0.1.6 to Gitea registry

The Gitea outdated-package detector reported @bytelyst/kill-switch-client
as the only @bytelyst/* package whose local content fingerprint differed
from the version already published to the registry. All other 63
packages in packages/ were UP-TO-DATE.

Publishing details:
  Before:  0.1.5 (registry + local)
  After:   0.1.6 (script auto-bumped patch + published)
  Files:   9 (dist/index.* + package.json), 3.2 kB tarball,
           shasum a9110243046f12be01b16f48f962ab64c0971d80
  Target:  http://localhost:3300/api/packages/bytelyst/npm/ (corp SSH tunnel)

Detected via:
  bash scripts/gitea/publish-outdated-packages.sh --dry-run
    -> Summary: 63 up-to-date, 1 changed, 1 skipped, 0 errors

Published via:
  bash scripts/gitea/publish-outdated-packages.sh \
       --skip-build \
       --filter @bytelyst/kill-switch-client
    -> + @bytelyst/kill-switch-client@0.1.6

Re-verification dry-run after publish:
  -> Summary: 64 up-to-date, 0 changed, 1 skipped, 0 errors
  -> 'All packages are up to date. Nothing to publish.'

This bump touches two files:
  - packages/kill-switch-client/package.json (version 0.1.5 -> 0.1.6)
  - scripts/gitea/.publish-manifest.json (content-hash bookkeeping
    so future dry-runs don't re-flag this version as needing publish)

Used --skip-build because 'pnpm build' would have tried to build
services/platform-service, which currently has 3 unrelated TS errors
(missing @bytelyst/devops/server module + 2 ProductIdentity property
mismatches). Built only @bytelyst/* packages via
'pnpm --filter ./packages/** build' first (all 65 packages built
clean) and then ran the publisher with --skip-build.
This commit is contained in:
saravanakumardb1 2026-05-23 12:32:49 -07:00
parent f18134c719
commit 2fd49bb5c9
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@bytelyst/kill-switch-client",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"description": "Browser/React Native-safe kill switch client for platform-service",
"exports": {

View File

@ -170,9 +170,9 @@
"publishedAt": "2026-04-13T08:44:51.924Z"
},
"@bytelyst/kill-switch-client": {
"version": "0.1.5",
"contentHash": "0a6a46bcac5eb8d5723dd44458f533b8ef203b796939fb66cf66f2e6223c07fd",
"publishedAt": "2026-04-13T08:44:53.517Z"
"version": "0.1.6",
"contentHash": "c9f4463e30f1364045f47118eaae0919068eea0e03685db574423e8ce3f1f5a8",
"publishedAt": "2026-05-23T19:31:07.911Z"
},
"@bytelyst/llm": {
"version": "0.1.5",