From 6f5a21c17c7023490015a7529a4a9a323ed49bdd Mon Sep 17 00:00:00 2001 From: Chris Portscheller Date: Thu, 2 Jul 2026 08:14:16 -0500 Subject: [PATCH] fix: point all repo links to canonical WebDecoy/node The repo is WebDecoy/node; the README, package.json npm metadata, sub-package READMEs, CHANGELOG, and CONTRIBUTING still referenced the old WebDecoy/node-sdk (and packages/express/README had the original wrong webdecoy/webdecoy-node). Update all issues/homepage/repository/compare URLs to WebDecoy/node so they don't rely on GitHub's rename redirect. --- CHANGELOG.md | 14 +++++++------- CONTRIBUTING.md | 6 +++--- README.md | 2 +- package.json | 2 +- packages/client/README.md | 2 +- packages/client/package.json | 6 +++--- packages/express/README.md | 2 +- packages/express/package.json | 6 +++--- packages/fastify/package.json | 6 +++--- packages/nextjs/package.json | 6 +++--- packages/webdecoy/README.md | 2 +- packages/webdecoy/package.json | 6 +++--- 12 files changed, 30 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aec149..da17717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.1] - 2026-05-29 ### Fixed -- Corrected repository URLs to `WebDecoy/node-sdk` +- Corrected repository URLs to `WebDecoy/node` - Updated CI to Node 20/22 and regenerated the lock file ### Changed @@ -92,9 +92,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Contributing guidelines - MIT License -[Unreleased]: https://github.com/WebDecoy/node-sdk/compare/v0.4.0...HEAD -[0.4.0]: https://github.com/WebDecoy/node-sdk/compare/v0.3.0...v0.4.0 -[0.3.0]: https://github.com/WebDecoy/node-sdk/compare/v0.2.1...v0.3.0 -[0.2.1]: https://github.com/WebDecoy/node-sdk/compare/v0.2.0...v0.2.1 -[0.2.0]: https://github.com/WebDecoy/node-sdk/compare/v0.1.0...v0.2.0 -[0.1.0]: https://github.com/WebDecoy/node-sdk/releases/tag/v0.1.0 +[Unreleased]: https://github.com/WebDecoy/node/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/WebDecoy/node/compare/v0.3.0...v0.4.0 +[0.3.0]: https://github.com/WebDecoy/node/compare/v0.2.1...v0.3.0 +[0.2.1]: https://github.com/WebDecoy/node/compare/v0.2.0...v0.2.1 +[0.2.0]: https://github.com/WebDecoy/node/compare/v0.1.0...v0.2.0 +[0.1.0]: https://github.com/WebDecoy/node/releases/tag/v0.1.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dfe975b..d27aa16 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,8 +7,8 @@ Thank you for your interest in contributing to the Web Decoy Node.js SDK! This g 1. **Fork and clone the repository:** ```bash -git clone https://github.com/your-username/webdecoy-node.git -cd webdecoy-node +git clone https://github.com/your-username/node.git +cd node ``` 2. **Install dependencies:** @@ -26,7 +26,7 @@ npm run build ## Project Structure ``` -webdecoy-node/ +node/ ├── packages/ │ ├── webdecoy/ # Core SDK │ └── express/ # Express middleware diff --git a/README.md b/README.md index 372240b..f10ce06 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ See [examples](./examples) for complete working setups — e.g. [express-basic]( - **Website**: [webdecoy.com](https://webdecoy.com) - **Dashboard**: [app.webdecoy.com](https://app.webdecoy.com) -- **Issues**: [github.com/WebDecoy/node-sdk/issues](https://github.com/WebDecoy/node-sdk/issues) +- **Issues**: [github.com/WebDecoy/node/issues](https://github.com/WebDecoy/node/issues) - **Email**: support@webdecoy.com ## Contributing diff --git a/package.json b/package.json index d7736c6..6c0d177 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Web Decoy Node.js SDK - Bot detection with TLS fingerprinting", "repository": { "type": "git", - "url": "git+https://github.com/WebDecoy/node-sdk.git" + "url": "git+https://github.com/WebDecoy/node.git" }, "author": "Web Decoy", "license": "MIT", diff --git a/packages/client/README.md b/packages/client/README.md index e942c4f..51059b2 100644 --- a/packages/client/README.md +++ b/packages/client/README.md @@ -1,6 +1,6 @@ # @webdecoy/client -Browser widget for [WebDecoy](https://github.com/WebDecoy/node-sdk) captcha — collects behavioral, environmental, and fingerprint signals, solves a SHA-256 proof-of-work, and submits to your WebDecoy-protected server. +Browser widget for [WebDecoy](https://github.com/WebDecoy/node) captcha — collects behavioral, environmental, and fingerprint signals, solves a SHA-256 proof-of-work, and submits to your WebDecoy-protected server. [![npm version](https://img.shields.io/npm/v/@webdecoy/client.svg)](https://www.npmjs.com/package/@webdecoy/client) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) diff --git a/packages/client/package.json b/packages/client/package.json index c85ba48..7d94990 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -34,14 +34,14 @@ ], "author": "Web Decoy", "license": "MIT", - "homepage": "https://github.com/WebDecoy/node-sdk#readme", + "homepage": "https://github.com/WebDecoy/node#readme", "repository": { "type": "git", - "url": "git+https://github.com/WebDecoy/node-sdk.git", + "url": "git+https://github.com/WebDecoy/node.git", "directory": "packages/client" }, "bugs": { - "url": "https://github.com/WebDecoy/node-sdk/issues" + "url": "https://github.com/WebDecoy/node/issues" }, "devDependencies": { "@types/jest": "^29.5.11", diff --git a/packages/express/README.md b/packages/express/README.md index 613333f..04ab972 100644 --- a/packages/express/README.md +++ b/packages/express/README.md @@ -176,7 +176,7 @@ API keys start with `sk_live_` for production or `sk_test_` for testing. ## Documentation -For full documentation, visit the [GitHub repository](https://github.com/webdecoy/webdecoy-node). +For full documentation, visit the [GitHub repository](https://github.com/WebDecoy/node). ## License diff --git a/packages/express/package.json b/packages/express/package.json index 8615689..267836f 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -30,14 +30,14 @@ ], "author": "Web Decoy", "license": "MIT", - "homepage": "https://github.com/WebDecoy/node-sdk#readme", + "homepage": "https://github.com/WebDecoy/node#readme", "repository": { "type": "git", - "url": "git+https://github.com/WebDecoy/node-sdk.git", + "url": "git+https://github.com/WebDecoy/node.git", "directory": "packages/express" }, "bugs": { - "url": "https://github.com/WebDecoy/node-sdk/issues" + "url": "https://github.com/WebDecoy/node/issues" }, "dependencies": { "@webdecoy/node": "^0.4.1" diff --git a/packages/fastify/package.json b/packages/fastify/package.json index b1c5cf3..3c88b24 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -30,14 +30,14 @@ ], "author": "Web Decoy", "license": "MIT", - "homepage": "https://github.com/WebDecoy/node-sdk#readme", + "homepage": "https://github.com/WebDecoy/node#readme", "repository": { "type": "git", - "url": "git+https://github.com/WebDecoy/node-sdk.git", + "url": "git+https://github.com/WebDecoy/node.git", "directory": "packages/fastify" }, "bugs": { - "url": "https://github.com/WebDecoy/node-sdk/issues" + "url": "https://github.com/WebDecoy/node/issues" }, "dependencies": { "@webdecoy/node": "^0.4.1", diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 3fd5a7c..3c2db9a 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -31,14 +31,14 @@ ], "author": "Web Decoy", "license": "MIT", - "homepage": "https://github.com/WebDecoy/node-sdk#readme", + "homepage": "https://github.com/WebDecoy/node#readme", "repository": { "type": "git", - "url": "git+https://github.com/WebDecoy/node-sdk.git", + "url": "git+https://github.com/WebDecoy/node.git", "directory": "packages/nextjs" }, "bugs": { - "url": "https://github.com/WebDecoy/node-sdk/issues" + "url": "https://github.com/WebDecoy/node/issues" }, "dependencies": { "@webdecoy/node": "^0.4.1" diff --git a/packages/webdecoy/README.md b/packages/webdecoy/README.md index f9d1e70..25c90a7 100644 --- a/packages/webdecoy/README.md +++ b/packages/webdecoy/README.md @@ -231,7 +231,7 @@ API keys start with `sk_live_` for production or `sk_test_` for testing. ## Documentation -For full documentation, visit the [GitHub repository](https://github.com/WebDecoy/node-sdk). +For full documentation, visit the [GitHub repository](https://github.com/WebDecoy/node). ## License diff --git a/packages/webdecoy/package.json b/packages/webdecoy/package.json index 26803af..9c8ccbe 100644 --- a/packages/webdecoy/package.json +++ b/packages/webdecoy/package.json @@ -32,14 +32,14 @@ ], "author": "Web Decoy", "license": "MIT", - "homepage": "https://github.com/WebDecoy/node-sdk#readme", + "homepage": "https://github.com/WebDecoy/node#readme", "repository": { "type": "git", - "url": "git+https://github.com/WebDecoy/node-sdk.git", + "url": "git+https://github.com/WebDecoy/node.git", "directory": "packages/webdecoy" }, "bugs": { - "url": "https://github.com/WebDecoy/node-sdk/issues" + "url": "https://github.com/WebDecoy/node/issues" }, "dependencies": { "axios": "^1.6.5"