From 8e6b7e63d421fce22821b5cfeb3d044a6addd9e7 Mon Sep 17 00:00:00 2001 From: Aaron Sachs <898627+asachs01@users.noreply.github.com> Date: Tue, 25 Aug 2026 16:16:20 -0400 Subject: [PATCH] fix: migrate to WYRE-AI org (npm scope, ghcr namespace, registry) Claude-Session: https://claude.ai/code/session_01CNe2zVAcVSnxKi7eo6sUR5 --- .github/dependabot.yml | 2 +- .github/workflows/release.yml | 2 +- CHANGELOG.md | 26 +++++++++++++------------- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- package-lock.json | 4 ++-- package.json | 8 ++++---- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3ff966b..aba95ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# Canonical Dependabot config for the wyre-technology *-mcp / node-* fleet. +# Canonical Dependabot config for the WYRE-AI *-mcp / node-* fleet. # # Goal: keep PR volume manageable for a small team. Updates are GROUPED so a # repo gets a handful of PRs per week instead of one-per-package, and the diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c1e378..f359853 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: with: node-version: 24 registry-url: 'https://npm.pkg.github.com' - scope: '@wyre-technology' + scope: '@wyre-ai' - name: Install dependencies run: npm ci diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ca0fc..0e607d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,45 +1,45 @@ -## [1.0.6](https://github.com/wyre-technology/node-syncro/compare/v1.0.5...v1.0.6) (2026-08-06) +## [1.0.6](https://github.com/WYRE-AI/node-syncro/compare/v1.0.5...v1.0.6) (2026-08-06) ### Bug Fixes -* **deps:** ignore unreachable ip-address advisory in dependabot config ([#68](https://github.com/wyre-technology/node-syncro/issues/68)) ([3847cb6](https://github.com/wyre-technology/node-syncro/commit/3847cb6f2ef728c045e3d8052c424ae518f8303e)) +* **deps:** ignore unreachable ip-address advisory in dependabot config ([#68](https://github.com/WYRE-AI/node-syncro/issues/68)) ([3847cb6](https://github.com/WYRE-AI/node-syncro/commit/3847cb6f2ef728c045e3d8052c424ae518f8303e)) -## [1.0.5](https://github.com/wyre-technology/node-syncro/compare/v1.0.4...v1.0.5) (2026-07-18) +## [1.0.5](https://github.com/WYRE-AI/node-syncro/compare/v1.0.4...v1.0.5) (2026-07-18) ### Bug Fixes -* read HTTP response bodies exactly once ([#57](https://github.com/wyre-technology/node-syncro/issues/57)) ([ddd68ce](https://github.com/wyre-technology/node-syncro/commit/ddd68cece1d7c7ae1d95f333626c0450579afbb4)) +* read HTTP response bodies exactly once ([#57](https://github.com/WYRE-AI/node-syncro/issues/57)) ([ddd68ce](https://github.com/WYRE-AI/node-syncro/commit/ddd68cece1d7c7ae1d95f333626c0450579afbb4)) -## [1.0.4](https://github.com/wyre-technology/node-syncro/compare/v1.0.3...v1.0.4) (2026-07-18) +## [1.0.4](https://github.com/WYRE-AI/node-syncro/compare/v1.0.3...v1.0.4) (2026-07-18) ### Bug Fixes -* **tsconfig:** restore include/exclude globs ([#43](https://github.com/wyre-technology/node-syncro/issues/43)) ([fdcac1e](https://github.com/wyre-technology/node-syncro/commit/fdcac1e4bfdd7931d8185edd8d9d3f4103dcfbdf)) +* **tsconfig:** restore include/exclude globs ([#43](https://github.com/WYRE-AI/node-syncro/issues/43)) ([fdcac1e](https://github.com/WYRE-AI/node-syncro/commit/fdcac1e4bfdd7931d8185edd8d9d3f4103dcfbdf)) -## [1.0.3](https://github.com/wyre-technology/node-syncro/compare/v1.0.2...v1.0.3) (2026-06-08) +## [1.0.3](https://github.com/WYRE-AI/node-syncro/compare/v1.0.2...v1.0.3) (2026-06-08) ### Bug Fixes -* **security:** bump vitest + @vitest/coverage-v8 1.x -> 3.2.6 ([#27](https://github.com/wyre-technology/node-syncro/issues/27)) ([11409f4](https://github.com/wyre-technology/node-syncro/commit/11409f4b4c6298dcbfb0bc4743368695c272bc03)) +* **security:** bump vitest + @vitest/coverage-v8 1.x -> 3.2.6 ([#27](https://github.com/WYRE-AI/node-syncro/issues/27)) ([11409f4](https://github.com/WYRE-AI/node-syncro/commit/11409f4b4c6298dcbfb0bc4743368695c272bc03)) -## [1.0.2](https://github.com/wyre-technology/node-syncro/compare/v1.0.1...v1.0.2) (2026-05-20) +## [1.0.2](https://github.com/WYRE-AI/node-syncro/compare/v1.0.1...v1.0.2) (2026-05-20) ### Bug Fixes -* packaging exports + remove API key from URLs ([#2](https://github.com/wyre-technology/node-syncro/issues/2)) ([ec25bce](https://github.com/wyre-technology/node-syncro/commit/ec25bce9594befa7a7b802ec0e218cccf237c49c)) +* packaging exports + remove API key from URLs ([#2](https://github.com/WYRE-AI/node-syncro/issues/2)) ([ec25bce](https://github.com/WYRE-AI/node-syncro/commit/ec25bce9594befa7a7b802ec0e218cccf237c49c)) -## [1.0.1](https://github.com/wyre-technology/node-syncro/compare/v1.0.0...v1.0.1) (2026-03-02) +## [1.0.1](https://github.com/WYRE-AI/node-syncro/compare/v1.0.0...v1.0.1) (2026-03-02) ### Bug Fixes -* require Node 22+ (semantic-release@25 compatibility) ([ab6e86a](https://github.com/wyre-technology/node-syncro/commit/ab6e86a01135a25b09a23af0171044a0ea626e2f)) -* require Node 22+ (semantic-release@25 compatibility) ([b025ff8](https://github.com/wyre-technology/node-syncro/commit/b025ff8c41fb49fc6b37da29283dfedc51145049)) +* require Node 22+ (semantic-release@25 compatibility) ([ab6e86a](https://github.com/WYRE-AI/node-syncro/commit/ab6e86a01135a25b09a23af0171044a0ea626e2f)) +* require Node 22+ (semantic-release@25 compatibility) ([b025ff8](https://github.com/WYRE-AI/node-syncro/commit/b025ff8c41fb49fc6b37da29283dfedc51145049)) # 1.0.0 (2026-02-05) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 7871ad8..fa68b68 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -37,7 +37,7 @@ This Code of Conduct applies within all community spaces, and also applies when ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at https://github.com/wyre-technology. All complaints will be reviewed and investigated promptly and fairly. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at https://github.com/WYRE-AI. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04430fb..dec61ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -Thank you for your interest in contributing! This project is maintained by [WYRE Technology](https://github.com/wyre-technology). +Thank you for your interest in contributing! This project is maintained by [WYRE Technology](https://github.com/WYRE-AI). ## Getting Started diff --git a/package-lock.json b/package-lock.json index 40712a6..15765d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@wyre-technology/node-syncro", + "name": "@wyre-ai/node-syncro", "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@wyre-technology/node-syncro", + "name": "@wyre-ai/node-syncro", "version": "1.0.6", "license": "Apache-2.0", "devDependencies": { diff --git a/package.json b/package.json index 735816c..3728a29 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@wyre-technology/node-syncro", + "name": "@wyre-ai/node-syncro", "version": "1.0.6", "type": "module", "publishConfig": { @@ -53,12 +53,12 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "git+https://github.com/wyre-technology/node-syncro.git" + "url": "git+https://github.com/WYRE-AI/node-syncro.git" }, "bugs": { - "url": "https://github.com/wyre-technology/node-syncro/issues" + "url": "https://github.com/WYRE-AI/node-syncro/issues" }, - "homepage": "https://github.com/wyre-technology/node-syncro#readme", + "homepage": "https://github.com/WYRE-AI/node-syncro#readme", "engines": { "node": ">=22.0.0" },