@remotion/whisper-web 4.0.351 → 4.0.353

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.351 make /Users/jonathanburger/remotion/packages/whisper-web
3
+ > @remotion/whisper-web@4.0.353 make /Users/jonathanburger/remotion/packages/whisper-web
4
4
  > tsc -d && bun --env-file=../.env.bundle bundle.ts
5
5
 
6
- [9.38ms] Generated.
6
+ [4.61ms] Generated.
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.351",
6
+ "version": "4.0.353",
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.351"
12
+ "@remotion/captions": "4.0.353"
13
13
  },
14
14
  "devDependencies": {
15
15
  "eslint": "9.19.0",
16
- "@remotion/eslint-config-internal": "4.0.351"
16
+ "@remotion/eslint-config-internal": "4.0.353"
17
17
  },
18
18
  "publishConfig": {
19
19
  "access": "public"
@@ -1,13 +0,0 @@
1
-
2
- 
3
- > @remotion/whisper-web@4.0.311 test /Users/jonathanburger/remotion/packages/whisper-web
4
- > bun test src
5
-
6
- bun test v1.2.14 (6a363a38)
7
- The following filters did not match any test files:
8
- src
9
- 85 files were searched [6.00ms]
10
-
11
- note: Tests need ".test", "_test_", ".spec" or "_spec_" in the filename (ex: "MyApp.test.ts")
12
-
13
- Learn more about the test runner: https://bun.sh/docs/cli/test