@remotion/licensing 4.0.350 → 4.0.351
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 +1 -1
- package/.turbo/turbo-test.log +7 -4
- package/package.json +2 -2
package/.turbo/turbo-make.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
|
|
3
|
+
> @remotion/licensing@4.0.311 test /Users/jonathanburger/remotion/packages/licensing
|
|
4
|
+
> bun test src/test/prod-domain.test.ts
|
|
5
|
+
|
|
6
|
+
[0m[1mbun test [0m[2mv1.2.14 (6a363a38)[0m
|
|
4
7
|
[0m
|
|
5
8
|
src/test/prod-domain.test.ts:
|
|
6
|
-
[0m[32m✓[0m[0m[1m should point to prod domain[0m
|
|
9
|
+
[0m[32m✓[0m[0m[1m should point to prod domain[0m [0m[2m[0.03ms[0m[2m][0m
|
|
7
10
|
|
|
8
11
|
[0m[32m 1 pass[0m
|
|
9
12
|
[0m[2m 0 fail[0m
|
|
10
13
|
1 expect() calls
|
|
11
|
-
Ran 1
|
|
14
|
+
Ran 1 tests across 1 files. [0m[2m[[1m17.00ms[0m[2m][0m
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/licensing"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/licensing",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.351",
|
|
7
7
|
"description": "Manage your Remotion.pro license",
|
|
8
8
|
"main": "dist",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dependencies": {},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"eslint": "9.19.0",
|
|
22
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
22
|
+
"@remotion/eslint-config-internal": "4.0.351"
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://www.remotion.dev/docs/licensing",
|
|
25
25
|
"scripts": {
|