@qgustavor/stream-audio-fingerprint
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "@qgustavor/stream-audio-fingerprint", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Audio landmark fingerprinting as a JavaScript module", | ||
"type": "module", | ||
"main": "build/codegen_landmark.js", | ||
"types": "build/codegen_landmark.d.ts", | ||
"main": "build/codegen_landmark.mjs", | ||
"types": "types/codegen_landmark.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "esbuild src/codegen_landmark.ts --bundle --platform=neutral --outdir=build --out-extension:.js=.mjs", | ||
"test": "ts-standard" | ||
@@ -23,4 +23,4 @@ }, | ||
"devDependencies": { | ||
"ts-standard": "^11.0.0", | ||
"typescript": "^4.7.4" | ||
"esbuild": "^0.14.53", | ||
"ts-standard": "^11.0.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "bugs": { |
@@ -21,5 +21,2 @@ // 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' | ||
@@ -26,0 +23,0 @@ |
@@ -5,3 +5,2 @@ { | ||
"module": "es2020", | ||
"lib": [ "es2020", "dom" ], | ||
"declaration": true, | ||
@@ -8,0 +7,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
45174
8
699