@qgustavor/stream-audio-fingerprint
Advanced tools
Comparing version 2.0.2 to 2.0.4
{ | ||
"name": "@qgustavor/stream-audio-fingerprint", | ||
"version": "2.0.2", | ||
"version": "2.0.4", | ||
"description": "Audio landmark fingerprinting as a JavaScript module", | ||
@@ -9,3 +9,3 @@ "type": "module", | ||
"scripts": { | ||
"build": "esbuild src/codegen_landmark.ts --bundle --platform=neutral --outdir=build --out-extension:.js=.mjs", | ||
"build": "tsc", | ||
"test": "ts-standard" | ||
@@ -24,4 +24,4 @@ }, | ||
"devDependencies": { | ||
"esbuild": "^0.14.38", | ||
"ts-standard": "^11.0.0" | ||
"ts-standard": "^11.0.0", | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -28,0 +28,0 @@ "bugs": { |
@@ -21,2 +21,5 @@ // This Source Code Form is subject to the terms of the Mozilla Public | ||
// Typescript requires no extensions but Deno requires extensions | ||
// Solution: ignore the error | ||
// @ts-expect-error | ||
import FFT from './lib/fft.ts' | ||
@@ -23,0 +26,0 @@ |
@@ -5,2 +5,3 @@ { | ||
"module": "es2020", | ||
"lib": [ "es2020", "dom" ], | ||
"declaration": true, | ||
@@ -7,0 +8,0 @@ "outDir": "build", |
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
55289
11
873