diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df6f9d9..8ad32a3 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 7b5fa5a..bcd996f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: with: node-version: 22 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 1a96dc3..5dc3e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,23 @@ -## [3.0.2](https://github.com/wyre-technology/node-superops/compare/v3.0.1...v3.0.2) (2026-08-06) +## [3.0.2](https://github.com/WYRE-AI/node-superops/compare/v3.0.1...v3.0.2) (2026-08-06) ### Bug Fixes -* **deps:** ignore unreachable ip-address advisory in dependabot config ([#69](https://github.com/wyre-technology/node-superops/issues/69)) ([40d3bb4](https://github.com/wyre-technology/node-superops/commit/40d3bb4d456c7825764aa768e423020d194149b0)) +* **deps:** ignore unreachable ip-address advisory in dependabot config ([#69](https://github.com/WYRE-AI/node-superops/issues/69)) ([40d3bb4](https://github.com/WYRE-AI/node-superops/commit/40d3bb4d456c7825764aa768e423020d194149b0)) -## [3.0.1](https://github.com/wyre-technology/node-superops/compare/v3.0.0...v3.0.1) (2026-06-22) +## [3.0.1](https://github.com/WYRE-AI/node-superops/compare/v3.0.0...v3.0.1) (2026-06-22) ### Bug Fixes -* **tsconfig:** restore include/exclude globs ([#45](https://github.com/wyre-technology/node-superops/issues/45)) ([4c8a74f](https://github.com/wyre-technology/node-superops/commit/4c8a74f1a0e01afa6851fb95636ceb27921060a5)) +* **tsconfig:** restore include/exclude globs ([#45](https://github.com/WYRE-AI/node-superops/issues/45)) ([4c8a74f](https://github.com/WYRE-AI/node-superops/commit/4c8a74f1a0e01afa6851fb95636ceb27921060a5)) -# [3.0.0](https://github.com/wyre-technology/node-superops/compare/v2.0.0...v3.0.0) (2026-05-21) +# [3.0.0](https://github.com/WYRE-AI/node-superops/compare/v2.0.0...v3.0.0) (2026-05-21) ### Features -* migrate all resources to the real SuperOps GraphQL schema ([#9](https://github.com/wyre-technology/node-superops/issues/9)) ([193786c](https://github.com/wyre-technology/node-superops/commit/193786ce5a9f1b5335ea5c3362ee6ffc03809eb6)), closes [#7](https://github.com/wyre-technology/node-superops/issues/7) +* migrate all resources to the real SuperOps GraphQL schema ([#9](https://github.com/WYRE-AI/node-superops/issues/9)) ([193786c](https://github.com/WYRE-AI/node-superops/commit/193786ce5a9f1b5335ea5c3362ee6ffc03809eb6)), closes [#7](https://github.com/WYRE-AI/node-superops/issues/7) ### BREAKING CHANGES @@ -26,12 +26,12 @@ GraphQL schema; list methods return page-based Page; the runbooks, patches, remoteSessions and reports resources were removed. -# [2.0.0](https://github.com/wyre-technology/node-superops/compare/v1.0.5...v2.0.0) (2026-05-20) +# [2.0.0](https://github.com/WYRE-AI/node-superops/compare/v1.0.5...v2.0.0) (2026-05-20) ### Bug Fixes -* rewrite assets resource against the real SuperOps schema ([#8](https://github.com/wyre-technology/node-superops/issues/8)) ([f61fe25](https://github.com/wyre-technology/node-superops/commit/f61fe2528815525232c479bb3f3b33fcb2c5bf5f)), closes [#4](https://github.com/wyre-technology/node-superops/issues/4) +* rewrite assets resource against the real SuperOps schema ([#8](https://github.com/WYRE-AI/node-superops/issues/8)) ([f61fe25](https://github.com/WYRE-AI/node-superops/commit/f61fe2528815525232c479bb3f3b33fcb2c5bf5f)), closes [#4](https://github.com/WYRE-AI/node-superops/issues/4) ### BREAKING CHANGES @@ -40,20 +40,20 @@ patches, remoteSessions and reports resources were removed. SuperOps' real GraphQL schema; assets.list() now returns a page-based Page instead of a cursor Connection. -## [1.0.5](https://github.com/wyre-technology/node-superops/compare/v1.0.4...v1.0.5) (2026-05-20) +## [1.0.5](https://github.com/WYRE-AI/node-superops/compare/v1.0.4...v1.0.5) (2026-05-20) ### Bug Fixes -* correct exports map and add package smoke test ([#3](https://github.com/wyre-technology/node-superops/issues/3)) ([d36fdd8](https://github.com/wyre-technology/node-superops/commit/d36fdd861ced3dcf09cb7869918deecbffad6464)), closes [#2](https://github.com/wyre-technology/node-superops/issues/2) +* correct exports map and add package smoke test ([#3](https://github.com/WYRE-AI/node-superops/issues/3)) ([d36fdd8](https://github.com/WYRE-AI/node-superops/commit/d36fdd861ced3dcf09cb7869918deecbffad6464)), closes [#2](https://github.com/WYRE-AI/node-superops/issues/2) -## [1.0.4](https://github.com/wyre-technology/node-superops/compare/v1.0.3...v1.0.4) (2026-03-02) +## [1.0.4](https://github.com/WYRE-AI/node-superops/compare/v1.0.3...v1.0.4) (2026-03-02) ### Bug Fixes -* require Node 22+ (semantic-release@25 compatibility) ([d8b98da](https://github.com/wyre-technology/node-superops/commit/d8b98dac8284c93ae3f644ed2199d54ff5691191)) -* require Node 22+ (semantic-release@25 compatibility) ([4f80032](https://github.com/wyre-technology/node-superops/commit/4f8003260176c3b234a63ce01df85b7bb9558448)) +* require Node 22+ (semantic-release@25 compatibility) ([d8b98da](https://github.com/WYRE-AI/node-superops/commit/d8b98dac8284c93ae3f644ed2199d54ff5691191)) +* require Node 22+ (semantic-release@25 compatibility) ([4f80032](https://github.com/WYRE-AI/node-superops/commit/4f8003260176c3b234a63ce01df85b7bb9558448)) ## [1.0.3](https://github.com/asachs01/node-superops/compare/v1.0.2...v1.0.3) (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/README.md b/README.md index ef8156d..548f145 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ Comprehensive, fully-typed Node.js/TypeScript library for the SuperOps.ai GraphQ ## Installation ```bash -npm install @wyre-technology/node-superops +npm install @wyre-ai/node-superops ``` ## Quick Start ```typescript -import { SuperOpsClient } from '@wyre-technology/node-superops'; +import { SuperOpsClient } from '@wyre-ai/node-superops'; const client = new SuperOpsClient({ apiToken: process.env.SUPEROPS_API_TOKEN!, @@ -344,7 +344,7 @@ import { SuperOpsValidationError, SuperOpsRateLimitError, SuperOpsServerError, -} from '@wyre-technology/node-superops'; +} from '@wyre-ai/node-superops'; try { await client.assets.get('non-existent'); diff --git a/package-lock.json b/package-lock.json index 4aad052..31f95e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@wyre-technology/node-superops", + "name": "@wyre-ai/node-superops", "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@wyre-technology/node-superops", + "name": "@wyre-ai/node-superops", "version": "3.0.2", "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index be86315..88521e1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@wyre-technology/node-superops", + "name": "@wyre-ai/node-superops", "version": "3.0.2", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -35,7 +35,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/wyre-technology/node-superops.git" + "url": "git+https://github.com/WYRE-AI/node-superops.git" }, "keywords": [ "superops", @@ -50,9 +50,9 @@ "author": "Aaron Sachs / WYRE Technology", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/wyre-technology/node-superops/issues" + "url": "https://github.com/WYRE-AI/node-superops/issues" }, - "homepage": "https://github.com/wyre-technology/node-superops#readme", + "homepage": "https://github.com/WYRE-AI/node-superops#readme", "engines": { "node": ">=22.0.0" }, diff --git a/scripts/smoke-test.mjs b/scripts/smoke-test.mjs index 05c3129..ee41a23 100644 --- a/scripts/smoke-test.mjs +++ b/scripts/smoke-test.mjs @@ -18,7 +18,7 @@ import { tmpdir } from 'node:os'; import { dirname, join, resolve } from 'node:path'; import { fileURLToPath } from 'node:url'; -const PKG = '@wyre-technology/node-superops'; +const PKG = '@wyre-ai/node-superops'; const EXPECTED_EXPORT = 'SuperOpsClient'; const root = resolve(dirname(fileURLToPath(import.meta.url)), '..');