Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codyduong committed Mar 15, 2022
1 parent 4439338 commit 142c5fc
Show file tree
Hide file tree
Showing 16 changed files with 299 additions and 900 deletions.
4 changes: 2 additions & 2 deletions docs/YTMusic.html

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.js.html

Large diffs are not rendered by default.

267 changes: 85 additions & 182 deletions docs/mixins_browsing.js.html

Large diffs are not rendered by default.

261 changes: 134 additions & 127 deletions docs/mixins_explore.js.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/mixins_library.js.html

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions docs/mixins_playlists.js.html

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions docs/mixins_uploads.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/mixins_watch.js.html

Large diffs are not rendered by default.

423 changes: 14 additions & 409 deletions docs/module-Browsing.html

Large diffs are not rendered by default.

130 changes: 5 additions & 125 deletions docs/module-Explore.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions docs/module-Library.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/module-Playlists.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/module-Uploads.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/module-Watch.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@codyduong/ytmusicapi",
"version": "0.1.2",
"version": "0.2.0",
"description": "Unofficial API for YouTube Music",
"main": "dist/ytmusic.js",
"types": "dist/ytmusic.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "yarn jest --verbose",
"test:pylib": "yarn jest pylib --verbose",
Expand Down

0 comments on commit 142c5fc

Please sign in to comment.