Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -26,12 +26,12 @@
GraphQL schema; list methods return page-based Page<T>; 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
Expand All @@ -40,20 +40,20 @@ patches, remoteSessions and reports resources were removed.
SuperOps' real GraphQL schema; assets.list() now returns a page-based
Page<Asset> 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)

Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!,
Expand Down Expand Up @@ -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');
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/smoke-test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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)), '..');
Expand Down