@sorisdk/web-audio 0.5.1 → 0.6.1

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.
Binary file
package/dist/index.d.ts CHANGED
@@ -52,7 +52,7 @@ interface InitMatchWindowWasmOptions {
52
52
  wasmInitInput?: unknown;
53
53
  }
54
54
 
55
- interface DetectedMatch extends Pick<MatchResult, "afpType" | "name" | "position" | "score"> {
55
+ interface DetectedMatch extends Pick<MatchResult, "afpType" | "durationMillis" | "name" | "position" | "score"> {
56
56
  audioMarker?: AudioMarkerDetection | null;
57
57
  }
58
58
  interface AudioMarkerEvent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sorisdk/web-audio",
3
- "version": "0.5.1",
3
+ "version": "0.6.1",
4
4
  "description": "Web SDK for browser-based audio recognition with SORI API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,8 +34,8 @@
34
34
  "license": "SEE LICENSE IN LICENSE.md",
35
35
  "homepage": "https://docs.soriapi.com/ko/integration/web",
36
36
  "dependencies": {
37
- "@sorisdk/afpgen": "0.5.1",
38
- "@sorisdk/matcher": "0.5.1"
37
+ "@sorisdk/afpgen": "0.6.1",
38
+ "@sorisdk/matcher": "0.6.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "tsup": "^8.5.1",