@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.
- package/.turbo/turbo-make.log +2 -2
- package/.turbo/turbo-test.log +3 -3
- package/package.json +3 -3
package/.turbo/turbo-make.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @remotion/whisper-web@4.0.
|
|
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
|
-
[0m[2m[[
|
|
6
|
+
[0m[2m[[1m8.58ms[0m[2m][0m Generated.
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @remotion/whisper-web@4.0.
|
|
3
|
+
> @remotion/whisper-web@4.0.311 test /Users/jonathanburger/remotion/packages/whisper-web
|
|
4
4
|
> bun test src
|
|
5
5
|
|
|
6
|
-
[0m[1mbun test [0m[2mv1.2.
|
|
6
|
+
[0m[1mbun test [0m[2mv1.2.14 (6a363a38)[0m
|
|
7
7
|
[33mThe following filters did not match any test files:[0m
|
|
8
8
|
src
|
|
9
|
-
|
|
9
|
+
85 files were searched [0m[2m[[1m6.00ms[0m[2m][0m
|
|
10
10
|
|
|
11
11
|
[34mnote[0m[2m:[0m Tests need ".test", "_test_", ".spec" or "_spec_" in the filename [2m(ex: "MyApp.test.ts")[0m
|
|
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.
|
|
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.
|
|
12
|
+
"@remotion/captions": "4.0.312"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"eslint": "9.19.0",
|
|
16
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
16
|
+
"@remotion/eslint-config-internal": "4.0.312"
|
|
17
17
|
},
|
|
18
18
|
"publishConfig": {
|
|
19
19
|
"access": "public"
|