@sorisdk/matcher 0.6.3 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -351,6 +351,7 @@ var WrappedDatabase = class {
|
|
|
351
351
|
constructor(inner) {
|
|
352
352
|
this.inner = inner;
|
|
353
353
|
}
|
|
354
|
+
inner;
|
|
354
355
|
raw() {
|
|
355
356
|
return this.inner;
|
|
356
357
|
}
|
|
@@ -504,6 +505,7 @@ var WrappedMatcher = class {
|
|
|
504
505
|
);
|
|
505
506
|
}
|
|
506
507
|
}
|
|
508
|
+
inner;
|
|
507
509
|
estimatePitchRatio;
|
|
508
510
|
extractPitchReference;
|
|
509
511
|
estimatePitchRatioAgainstReference;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sorisdk/matcher",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "Browser WASM SDK for audio fingerprint matching",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"tsup": "^8.5.0",
|
|
37
37
|
"typescript": "^5.8.3",
|
|
38
|
-
"vitest": "^3.2.
|
|
38
|
+
"vitest": "^3.2.6"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build:wasm": "node ../../scripts/build-wasm-package.mjs matcher",
|