Skip to content

Commit

Permalink
Merge pull request #38 from afkcodes/feature/v1.0.7
Browse files Browse the repository at this point in the history
v1.0.7
  • Loading branch information
afkcodes authored Jun 2, 2024
2 parents 439b461 + 3881d99 commit bc76544
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3377,7 +3377,7 @@ declare class AudioX {
playPrevious(): void;
clearQueue(): void;
removeFromQueue(mediaTrack: MediaTrack): void;
getQueue(): MediaTrack[] | undefined;
getQueue(): MediaTrack[];
get id(): string | null;
static getAudioInstance(): HTMLAudioElement;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "audio_x",
"version": "1.0.6",
"version": "1.0.7",
"description": "The audio player for the gen-x",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -20,7 +20,8 @@
"equalizer",
"web-audio",
"audio_x",
"howlerjs"
"howler.js",
"soundmanager"
],
"author": "Ashish Kumar",
"license": "MIT",
Expand Down

0 comments on commit bc76544

Please sign in to comment.