Skip to content

Releases: wyre-technology/node-superops

v3.0.0

21 May 01:57

Choose a tag to compare

3.0.0 (2026-05-21)

Features

  • migrate all resources to the real SuperOps GraphQL schema (#9) (193786c), closes #7

BREAKING CHANGES

  • all resource APIs changed to match SuperOps' real
    GraphQL schema; list methods return page-based Page; the runbooks,
    patches, remoteSessions and reports resources were removed.

v2.0.0

20 May 22:16

Choose a tag to compare

2.0.0 (2026-05-20)

Bug Fixes

  • rewrite assets resource against the real SuperOps schema (#8) (f61fe25), closes #4

BREAKING CHANGES

  • assets resource API and the Asset type changed to match
    SuperOps' real GraphQL schema; assets.list() now returns a page-based
    Page instead of a cursor Connection.

v1.0.5

20 May 14:46

Choose a tag to compare

1.0.5 (2026-05-20)

Bug Fixes

  • correct exports map and add package smoke test (#3) (d36fdd8), closes #2

v1.0.4

02 Mar 17:51

Choose a tag to compare

1.0.4 (2026-03-02)

Bug Fixes

  • require Node 22+ (semantic-release@25 compatibility) (d8b98da)
  • require Node 22+ (semantic-release@25 compatibility) (4f80032)

v1.0.3

05 Feb 02:22

Choose a tag to compare

1.0.3 (2026-02-05)

Bug Fixes

  • Add varsIgnorePattern to ESLint config for unused destructured vars (4f73099)
  • Prefix unused variables with underscore to satisfy ESLint (d55ada8)

v1.0.2

05 Feb 02:17

Choose a tag to compare

1.0.2 (2026-02-05)

Bug Fixes

  • Downgrade to ESLint 8.x for .eslintrc.json compatibility (d528860)

v1.0.1

05 Feb 02:16

Choose a tag to compare

1.0.1 (2026-02-05)

Bug Fixes

  • Add missing ESLint dependencies (ba19525)

v1.0.0

05 Feb 02:11

Choose a tag to compare

1.0.0 (2026-02-05)

Bug Fixes

  • Add semantic-release plugins as devDependencies (77ed655)

Features

  • Add semantic-release for GitHub Packages publishing (6221a7f)
  • Initial release of node-superops TypeScript library (443c430)