@akylas/nativescript-audio
Advanced tools
Comparing version 6.2.10 to 6.2.11
import { Application, Observable, Utils } from '@nativescript/core'; | ||
import { resolveAudioFilePath } from '../common'; | ||
import { AudioPlayerEvents } from '..'; | ||
import { AudioPlayerEvents, resolveAudioFilePath } from '../common'; | ||
export var AudioFocusDurationHint; | ||
@@ -5,0 +4,0 @@ (function (AudioFocusDurationHint) { |
@@ -6,2 +6,10 @@ # Change Log | ||
## [6.2.11](https://github.com/farfromrefug/nativescript-audio/compare/v6.2.10...v6.2.11) (2022-05-06) | ||
**Note:** Version bump only for package @akylas/nativescript-audio | ||
## [6.2.10](https://github.com/farfromrefug/nativescript-audio/compare/v6.2.9...v6.2.10) (2022-05-06) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
export declare enum IAudioPlayerEvents { | ||
export declare enum AudioPlayerEvents { | ||
seek = "seek", | ||
@@ -3,0 +3,0 @@ paused = "paused", |
import { Utils, knownFolders, path as nsFilePath } from '@nativescript/core'; | ||
export var IAudioPlayerEvents; | ||
(function (IAudioPlayerEvents) { | ||
IAudioPlayerEvents["seek"] = "seek"; | ||
IAudioPlayerEvents["paused"] = "paused"; | ||
IAudioPlayerEvents["started"] = "started"; | ||
})(IAudioPlayerEvents || (IAudioPlayerEvents = {})); | ||
export var AudioPlayerEvents; | ||
(function (AudioPlayerEvents) { | ||
AudioPlayerEvents["seek"] = "seek"; | ||
AudioPlayerEvents["paused"] = "paused"; | ||
AudioPlayerEvents["started"] = "started"; | ||
})(AudioPlayerEvents || (AudioPlayerEvents = {})); | ||
export function isStringUrl(value) { | ||
@@ -9,0 +9,0 @@ let isURL = false; |
import { Observable } from '@nativescript/core'; | ||
export { IAudioPlayerEvents } from './common'; | ||
export { AudioPlayerEvents } from './common'; | ||
export interface AudioPlayerOptions { | ||
@@ -275,3 +275,2 @@ /** | ||
export const AudioPlayerEvents: IAudioPlayerEvents; | ||
@@ -278,0 +277,0 @@ export enum AudioFocusDurationHint { |
{ | ||
"name": "@akylas/nativescript-audio", | ||
"version": "6.2.10", | ||
"version": "6.2.11", | ||
"description": "NativeScript plugin to record and play audio.", | ||
@@ -95,3 +95,3 @@ "main": "./index", | ||
}, | ||
"gitHead": "2a7b72d819be40fcc3e27f954079b39c9140f408" | ||
"gitHead": "2a62c6ea4c9e2492a0dca2dc5c042a45f4569c37" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79039
1410