From dafe1a9e5e73281f93bee81d28fc1a7e722d84db Mon Sep 17 00:00:00 2001 From: JJ-Cro Date: Thu, 6 Aug 2026 13:06:44 +0200 Subject: [PATCH 1/2] fix: git url after siebly repo migration Provenance statement during publish fails until this is updated. --- README.md | 20 ++++++++++---------- package.json | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2985e5e..4934c6a 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ # Node.js & Typescript Bitget API SDK -[![Build & Test](https://github.com/tiagosiebler/bitget-api/actions/workflows/e2etests.yml/badge.svg?branch=master)](https://github.com/tiagosiebler/bitget-api/actions/workflows/e2etests.yml) +[![Build & Test](https://github.com/sieblyio/bitget-api/actions/workflows/e2etests.yml/badge.svg?branch=master)](https://github.com/sieblyio/bitget-api/actions/workflows/e2etests.yml) [![npm version](https://img.shields.io/npm/v/bitget-api)][1] [![npm size](https://img.shields.io/bundlephobia/min/bitget-api/latest)][1] [![npm downloads](https://img.shields.io/npm/dt/bitget-api)][1] -[![last commit](https://img.shields.io/github/last-commit/tiagosiebler/bitget-api)][1] -[![CodeFactor](https://www.codefactor.io/repository/github/tiagosiebler/bitget-api/badge)](https://www.codefactor.io/repository/github/tiagosiebler/bitget-api) +[![last commit](https://img.shields.io/github/last-commit/sieblyio/bitget-api)][1] +[![CodeFactor](https://www.codefactor.io/repository/github/sieblyio/bitget-api/badge)](https://www.codefactor.io/repository/github/sieblyio/bitget-api) [![Telegram](https://img.shields.io/badge/chat-on%20telegram-blue.svg)](https://t.me/nodetraders) -[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/tiagosiebler/bitget-api) +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/sieblyio/bitget-api)

- - SDK Logo + + SDK Logo

@@ -21,7 +21,7 @@ [1]: https://www.npmjs.com/package/bitget-api > [!TIP] -> Upcoming change: As part of the [Siebly.io](https://siebly.io/) brand, this SDK will soon be hosted under the [Siebly.io GitHub organisation](https://github.com/sieblyio). The migration is seamless and requires no user changes. +> Upcoming change: As part of the [Siebly.io](https://siebly.io/) brand, this SDK is now hosted under our [Siebly.io GitHub organisation](https://github.com/sieblyio). The migration is seamless and requires no user changes. Updated & performant JavaScript & Node.js SDK for the Bitget V2 REST APIs and WebSockets: @@ -89,7 +89,7 @@ Refer to the [examples](./examples) folder for implementation demos. ## Issues & Discussion -- Issues? Check the [issues tab](https://github.com/tiagosiebler/bitget-api/issues). +- Issues? Check the [issues tab](https://github.com/sieblyio/bitget-api/issues). - Discuss & collaborate with other node devs? Join our [Node.js Algo Traders](https://t.me/nodetraders) engineering community on telegram. - Follow our announcement channel for real-time updates on [X/Twitter](https://x.com/sieblyio) @@ -601,7 +601,7 @@ This file contains AI optimised structure of all the functions in this package, ## Used By -[![Repository Users Preview Image](https://dependents.info/tiagosiebler/bitget-api/image)](https://github.com/tiagosiebler/bitget-api/network/dependents) +[![Repository Users Preview Image](https://dependents.info/sieblyio/bitget-api/image)](https://github.com/sieblyio/bitget-api/network/dependents) --- @@ -641,6 +641,6 @@ Contributions are encouraged, I will review any incoming pull requests. See the ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=tiagosiebler/bybit-api,tiagosiebler/okx-api,tiagosiebler/binance,tiagosiebler/bitget-api,tiagosiebler/bitmart-api,tiagosiebler/gateio-api,tiagosiebler/kucoin-api,tiagosiebler/coinbase-api,tiagosiebler/orderbooks,tiagosiebler/accountstate,tiagosiebler/awesome-crypto-examples&type=Date)](https://star-history.com/#tiagosiebler/bybit-api&tiagosiebler/okx-api&tiagosiebler/binance&tiagosiebler/bitget-api&tiagosiebler/bitmart-api&tiagosiebler/gateio-api&tiagosiebler/kucoin-api&tiagosiebler/coinbase-api&tiagosiebler/orderbooks&tiagosiebler/accountstate&tiagosiebler/awesome-crypto-examples&Date) +[![Star History Chart](https://api.star-history.com/svg?repos=tiagosiebler/bybit-api,tiagosiebler/okx-api,tiagosiebler/binance,sieblyio/bitget-api,tiagosiebler/bitmart-api,tiagosiebler/gateio-api,tiagosiebler/kucoin-api,tiagosiebler/coinbase-api,tiagosiebler/orderbooks,tiagosiebler/accountstate,tiagosiebler/awesome-crypto-examples&type=Date)](https://star-history.com/#tiagosiebler/bybit-api&tiagosiebler/okx-api&tiagosiebler/binance&sieblyio/bitget-api&tiagosiebler/bitmart-api&tiagosiebler/gateio-api&tiagosiebler/kucoin-api&tiagosiebler/coinbase-api&tiagosiebler/orderbooks&tiagosiebler/accountstate&tiagosiebler/awesome-crypto-examples&Date) diff --git a/package.json b/package.json index 59f4412..d8f761e 100644 --- a/package.json +++ b/package.json @@ -89,10 +89,10 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/tiagosiebler/bitget-api" + "url": "git+https://github.com/sieblyio/bitget-api.git" }, "bugs": { - "url": "https://github.com/tiagosiebler/bitget-api/issues" + "url": "https://github.com/sieblyio/bitget-api/issues" }, - "homepage": "https://github.com/tiagosiebler/bitget-api#readme" + "homepage": "https://github.com/sieblyio/bitget-api#readme" } From 06e8f7c6990f77ded38f6f82fc1eb0756279160a Mon Sep 17 00:00:00 2001 From: JJ-Cro Date: Thu, 6 Aug 2026 13:30:38 +0200 Subject: [PATCH 2/2] fix: point readme template wiki URLs to sieblyio Wiki moved to https://github.com/sieblyio/awesome-crypto-examples/wiki --- .github/workflows/templates-readme.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/templates-readme.yml b/.github/workflows/templates-readme.yml index 8d81a0f..eeea5b1 100644 --- a/.github/workflows/templates-readme.yml +++ b/.github/workflows/templates-readme.yml @@ -53,19 +53,19 @@ jobs: - name: Fetch and update RELATED PROJECTS template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Related-projects.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Related-projects.md TEMPLATE_TAG: related_projects - name: Fetch and update CONTRIBUTIONS template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Contributions-%26-Thanks.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Contributions-%26-Thanks.md TEMPLATE_TAG: contributions - name: Fetch and update STAR HISTORY template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Star-History.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Star-History.md TEMPLATE_TAG: star_history - name: Check for changes before running linter