@remotion/whisper-web 4.0.310 → 4.0.312

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @remotion/whisper-web@4.0.310 make /Users/jonathanburger/remotion/packages/whisper-web
3
+ > @remotion/whisper-web@4.0.312 make /Users/jonathanburger/remotion/packages/whisper-web
4
4
  > tsc -d && bun --env-file=../.env.bundle bundle.ts
5
5
 
6
- [6.73ms] Generated.
6
+ [8.58ms] Generated.
@@ -1,12 +1,12 @@
1
1
 
2
2
  
3
- > @remotion/whisper-web@4.0.306 test /Users/jonathanburger/remotion/packages/whisper-web
3
+ > @remotion/whisper-web@4.0.311 test /Users/jonathanburger/remotion/packages/whisper-web
4
4
  > bun test src
5
5
 
6
- bun test v1.2.5 (013fdddc)
6
+ bun test v1.2.14 (6a363a38)
7
7
  The following filters did not match any test files:
8
8
  src
9
- 86 files were searched [4.00ms]
9
+ 85 files were searched [6.00ms]
10
10
 
11
11
  note: Tests need ".test", "_test_", ".spec" or "_spec_" in the filename (ex: "MyApp.test.ts")
12
12
 
package/package.json CHANGED
@@ -3,17 +3,17 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/whisper-web"
4
4
  },
5
5
  "name": "@remotion/whisper-web",
6
- "version": "4.0.310",
6
+ "version": "4.0.312",
7
7
  "main": "dist/index.js",
8
8
  "sideEffects": false,
9
9
  "author": "Hunain Ahmed <junaidhunain6@gmail.com>",
10
10
  "license": "UNLICENSED",
11
11
  "dependencies": {
12
- "@remotion/captions": "4.0.310"
12
+ "@remotion/captions": "4.0.312"
13
13
  },
14
14
  "devDependencies": {
15
15
  "eslint": "9.19.0",
16
- "@remotion/eslint-config-internal": "4.0.310"
16
+ "@remotion/eslint-config-internal": "4.0.312"
17
17
  },
18
18
  "publishConfig": {
19
19
  "access": "public"