@mux/playback-core
Advanced tools
Comparing version 0.28.2-canary.4 to 0.28.2-canary.5
@@ -88,3 +88,3 @@ import { ValueOf, PlaybackCore, MuxMediaProps, MuxMediaPropsInternal, MuxMediaPropTypes } from './types'; | ||
export declare const getAppCertificate: (appCertificateUrl: string) => Promise<ArrayBuffer>; | ||
export declare const getLicenseKey: (message: ArrayBuffer, licenseServerUrl: string) => Promise<Uint8Array>; | ||
export declare const getLicenseKey: (message: ArrayBuffer, licenseServerUrl: string) => Promise<Uint8Array<ArrayBuffer>>; | ||
export declare const setupNativeFairplayDRM: (props: Partial<Pick<MuxMediaPropsInternal, "playbackId" | "tokens" | "playbackToken" | "customDomain" | "drmTypeCb">>, mediaEl: HTMLMediaElement) => void; | ||
@@ -91,0 +91,0 @@ export declare const toLicenseKeyURL: ({ playbackId: playbackIdWithParams, tokens: { drm: token }, customDomain, }: Partial<Pick<MuxMediaPropsInternal, "playbackId" | "tokens" | "customDomain">>, scheme: "widevine" | "playready" | "fairplay") => string; |
@@ -88,3 +88,3 @@ import type { ValueOf, PlaybackCore, MuxMediaProps, MuxMediaPropsInternal, MuxMediaPropTypes } from './types'; | ||
export declare const getAppCertificate: (appCertificateUrl: string) => Promise<ArrayBuffer>; | ||
export declare const getLicenseKey: (message: ArrayBuffer, licenseServerUrl: string) => Promise<Uint8Array>; | ||
export declare const getLicenseKey: (message: ArrayBuffer, licenseServerUrl: string) => Promise<Uint8Array<ArrayBuffer>>; | ||
export declare const setupNativeFairplayDRM: (props: Partial<Pick<MuxMediaPropsInternal, "playbackId" | "tokens" | "playbackToken" | "customDomain" | "drmTypeCb">>, mediaEl: HTMLMediaElement) => void; | ||
@@ -91,0 +91,0 @@ export declare const toLicenseKeyURL: ({ playbackId: playbackIdWithParams, tokens: { drm: token }, customDomain, }: Partial<Pick<MuxMediaPropsInternal, "playbackId" | "tokens" | "customDomain">>, scheme: "widevine" | "playready" | "fairplay") => string; |
{ | ||
"name": "@mux/playback-core", | ||
"version": "0.28.2-canary.4", | ||
"version": "0.28.2-canary.5", | ||
"description": "Core library for media playback in the browser shared by mux elements", | ||
@@ -24,6 +24,6 @@ "main": "./dist/index.cjs.js", | ||
".": { | ||
"types@<4.3.5": "./dist/types-ts3.4/index.d.ts", | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs.js", | ||
"types@<4.3.5": "./dist/types-ts3.4/index.d.ts", | ||
"types": "./dist/types/index.d.ts", | ||
"default": "./dist/index.cjs.js" | ||
@@ -61,4 +61,4 @@ } | ||
"dependencies": { | ||
"hls.js": "~1.5.11", | ||
"mux-embed": "^5.3.1" | ||
"hls.js": "~1.5.18", | ||
"mux-embed": "^5.5.0" | ||
}, | ||
@@ -68,14 +68,14 @@ "devDependencies": { | ||
"@open-wc/testing": "^4.0.0", | ||
"@typescript-eslint/eslint-plugin": "^8.3.0", | ||
"@typescript-eslint/parser": "^8.3.0", | ||
"@web/dev-server-esbuild": "^1.0.2", | ||
"@typescript-eslint/eslint-plugin": "^8.18.1", | ||
"@typescript-eslint/parser": "^8.18.1", | ||
"@web/dev-server-esbuild": "^1.0.3", | ||
"@web/dev-server-import-maps": "^0.2.1", | ||
"@web/test-runner": "^0.19.0", | ||
"downlevel-dts": "^0.11.0", | ||
"esbuild": "^0.19.8", | ||
"eslint": "^9.9.1", | ||
"esbuild": "^0.24.1", | ||
"eslint": "^9.17.0", | ||
"npm-run-all": "^4.1.5", | ||
"shx": "^0.3.4", | ||
"typescript": "^5.5.4" | ||
"typescript": "^5.7.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
5142
5794739
Updatedhls.js@~1.5.18
Updatedmux-embed@^5.5.0