From 2fd49bb5c9a022c4f6298a6d2bb53f26f18c5fe0 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Sat, 23 May 2026 12:32:49 -0700 Subject: [PATCH] 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. --- packages/kill-switch-client/package.json | 2 +- scripts/gitea/.publish-manifest.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/kill-switch-client/package.json b/packages/kill-switch-client/package.json index fb7d9ea7..39e923eb 100644 --- a/packages/kill-switch-client/package.json +++ b/packages/kill-switch-client/package.json @@ -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": { diff --git a/scripts/gitea/.publish-manifest.json b/scripts/gitea/.publish-manifest.json index 595bc370..9d5e289a 100644 --- a/scripts/gitea/.publish-manifest.json +++ b/scripts/gitea/.publish-manifest.json @@ -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",