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: 24
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,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)

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
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-syncro",
"name": "@wyre-ai/node-syncro",
"version": "1.0.6",
"type": "module",
"publishConfig": {
Expand Down Expand Up @@ -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"
},
Expand Down