@remotion/whisper-web 4.0.347 → 4.0.349
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/package.json +3 -3
- package/.turbo/turbo-test.log +0 -13
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.349 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[[1m15.43ms[0m[2m][0m 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.
|
|
6
|
+
"version": "4.0.349",
|
|
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.349"
|
|
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.349"
|
|
17
17
|
},
|
|
18
18
|
"publishConfig": {
|
|
19
19
|
"access": "public"
|
package/.turbo/turbo-test.log
DELETED
|
@@ -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
|
-
[0m[1mbun test [0m[2mv1.2.14 (6a363a38)[0m
|
|
7
|
-
[33mThe following filters did not match any test files:[0m
|
|
8
|
-
src
|
|
9
|
-
85 files were searched [0m[2m[[1m6.00ms[0m[2m][0m
|
|
10
|
-
|
|
11
|
-
[34mnote[0m[2m:[0m Tests need ".test", "_test_", ".spec" or "_spec_" in the filename [2m(ex: "MyApp.test.ts")[0m
|
|
12
|
-
|
|
13
|
-
Learn more about the test runner: [35mhttps://bun.sh/docs/cli/test[0m
|