@opendaw/studio-core 0.0.51 → 0.0.53

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.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  export * from "./capture";
2
2
  export * from "./cloud";
3
3
  export * from "./dawproject";
4
- export * from "./ffmpeg";
4
+ export type * from "./ffmpeg";
5
5
  export * from "./midi";
6
6
  export * from "./project";
7
7
  export * from "./samples";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,QAAQ,CAAA;AACtB,cAAc,WAAW,CAAA;AACzB,cAAc,WAAW,CAAA;AACzB,cAAc,aAAa,CAAA;AAC3B,cAAc,YAAY,CAAA;AAC1B,cAAc,MAAM,CAAA;AACpB,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AAEvB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,aAAa,CAAA;AAC3B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mBAAmB,CAAA;AACjC,cAAc,UAAU,CAAA;AACxB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,yBAAyB,CAAA;AACvC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,uBAAuB,CAAA;AACrC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,WAAW,CAAA;AACzB,cAAc,iBAAiB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA;AAC5B,mBAAmB,UAAU,CAAA;AAC7B,cAAc,QAAQ,CAAA;AACtB,cAAc,WAAW,CAAA;AACzB,cAAc,WAAW,CAAA;AACzB,cAAc,aAAa,CAAA;AAC3B,cAAc,YAAY,CAAA;AAC1B,cAAc,MAAM,CAAA;AACpB,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AAEvB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,cAAc,CAAA;AAC5B,cAAc,UAAU,CAAA;AACxB,cAAc,aAAa,CAAA;AAC3B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mBAAmB,CAAA;AACjC,cAAc,UAAU,CAAA;AACxB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,yBAAyB,CAAA;AACvC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,uBAAuB,CAAA;AACrC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,WAAW,CAAA;AACzB,cAAc,iBAAiB,CAAA"}
package/dist/index.js CHANGED
@@ -1,7 +1,6 @@
1
1
  export * from "./capture";
2
2
  export * from "./cloud";
3
3
  export * from "./dawproject";
4
- export * from "./ffmpeg";
5
4
  export * from "./midi";
6
5
  export * from "./project";
7
6
  export * from "./samples";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendaw/studio-core",
3
- "version": "0.0.51",
3
+ "version": "0.0.53",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -12,6 +12,10 @@
12
12
  "types": "./dist/index.d.ts",
13
13
  "default": "./dist/index.js"
14
14
  },
15
+ "./FFmpegWorker": {
16
+ "types": "./dist/ffmpeg/FFmpegWorker.d.ts",
17
+ "default": "./dist/ffmpeg/FFmpegWorker.js"
18
+ },
15
19
  "./workers-main.js": "./dist/workers-main.js",
16
20
  "./processors.js": "./dist/processors.js"
17
21
  },
@@ -26,16 +30,16 @@
26
30
  "test": "vitest run --config vitest.config.ts"
27
31
  },
28
32
  "dependencies": {
29
- "@opendaw/lib-box": "^0.0.42",
30
- "@opendaw/lib-dawproject": "^0.0.28",
31
- "@opendaw/lib-dom": "^0.0.42",
32
- "@opendaw/lib-dsp": "^0.0.42",
33
- "@opendaw/lib-fusion": "^0.0.42",
34
- "@opendaw/lib-runtime": "^0.0.42",
35
- "@opendaw/lib-std": "^0.0.42",
36
- "@opendaw/studio-adapters": "^0.0.43",
37
- "@opendaw/studio-boxes": "^0.0.42",
38
- "@opendaw/studio-enums": "^0.0.33",
33
+ "@opendaw/lib-box": "^0.0.44",
34
+ "@opendaw/lib-dawproject": "^0.0.30",
35
+ "@opendaw/lib-dom": "^0.0.44",
36
+ "@opendaw/lib-dsp": "^0.0.44",
37
+ "@opendaw/lib-fusion": "^0.0.44",
38
+ "@opendaw/lib-runtime": "^0.0.44",
39
+ "@opendaw/lib-std": "^0.0.44",
40
+ "@opendaw/studio-adapters": "^0.0.45",
41
+ "@opendaw/studio-boxes": "^0.0.44",
42
+ "@opendaw/studio-enums": "^0.0.35",
39
43
  "dropbox": "^10.34.0",
40
44
  "y-websocket": "^1.4.5",
41
45
  "yjs": "^13.6.27",
@@ -49,10 +53,10 @@
49
53
  "@ffmpeg/ffmpeg": "^0.12.15",
50
54
  "@ffmpeg/util": "^0.12.2",
51
55
  "@opendaw/eslint-config": "^0.0.20",
52
- "@opendaw/studio-core-processors": "^0.0.43",
53
- "@opendaw/studio-core-workers": "^0.0.38",
54
- "@opendaw/studio-forge-boxes": "^0.0.42",
56
+ "@opendaw/studio-core-processors": "^0.0.45",
57
+ "@opendaw/studio-core-workers": "^0.0.40",
58
+ "@opendaw/studio-forge-boxes": "^0.0.44",
55
59
  "@opendaw/typescript-config": "^0.0.20"
56
60
  },
57
- "gitHead": "022a43f5265e17aca64985b7d3424e9849e75c08"
61
+ "gitHead": "67592e2072fb38cfa9db4a118c4afa481f2a9c3e"
58
62
  }