From e0a40590946b6885ecc2f6fe24fdf4461cdaa877 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 28 Jun 2022 10:37:11 -0400 Subject: [PATCH 1/2] Update references to old repository --- README.md | 18 ++++++++++++------ package.json | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 84cb6f523..6ad3ea521 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@

jellyfin-sdk-typescript

+

Part of the Jellyfin Project

+ +---

-MPL-2.0 license -Current Release +Logo Banner +
+
+MPL-2.0 license +Current Release npm Codecov @@ -97,18 +103,18 @@ await api.logout(); * Build directory is now `lib` instead of `dist`. Any imports used that were previously in `dist` will need updated. - [#147](https://github.com/thornbill/jellyfin-sdk-typescript/pull/147) + [#147](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/147) * Duplicated exports were removed. Any imports may need updated if you referenced one of the duplicates. - [#148](https://github.com/thornbill/jellyfin-sdk-typescript/pull/148) + [#148](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/148) * API classes are no longer exposed via getters. Instead you need to call a function passing the `Api` instance as a parameter. For example: `getSystemApi(api)`. While I do feel this is a slightly worse developer experience, it was a necessary change to support tree-shaking. - [#149](https://github.com/thornbill/jellyfin-sdk-typescript/pull/149) + [#149](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/149) * `BaseItemKind` is now included in the generated client. Imports will need updated. - [#187](https://github.com/thornbill/jellyfin-sdk-typescript/pull/187) + [#187](https://github.com/jellyfin/jellyfin-sdk-typescript/pull/187) ## Roadmap to 1.0 diff --git a/package.json b/package.json index a1659cd50..2615250ec 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "MPL-2.0", "repository": { "type": "git", - "url": "https://github.com/thornbill/jellyfin-sdk-typescript.git" + "url": "https://github.com/jellyfin/jellyfin-sdk-typescript.git" }, "publishConfig": { "access": "public" From e3f9136c9ea2c02e6e4fdbe9e6d521d239fe366b Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 28 Jun 2022 10:42:55 -0400 Subject: [PATCH 2/2] Update codecov badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ad3ea521..ecab733c8 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ MPL-2.0 license Current Release npm - -Codecov + +Codecov