@remotion/licensing 4.0.299 → 4.0.301
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/package.json +2 -2
- package/.turbo/turbo-lint.log +0 -24
- package/.turbo/turbo-test.log +0 -14
package/.turbo/turbo-make.log
CHANGED
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.301",
|
|
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.301"
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://www.remotion.dev/docs/licensing",
|
|
25
25
|
"scripts": {
|
package/.turbo/turbo-lint.log
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @remotion/licensing@4.0.298 lint /Users/jonathanburger/remotion/packages/licensing
|
|
4
|
-
> eslint src
|
|
5
|
-
|
|
6
|
-
=============
|
|
7
|
-
|
|
8
|
-
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
|
|
9
|
-
|
|
10
|
-
You may find that it works just fine, or you may not.
|
|
11
|
-
|
|
12
|
-
SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.7.0
|
|
13
|
-
|
|
14
|
-
YOUR TYPESCRIPT VERSION: 5.8.2
|
|
15
|
-
|
|
16
|
-
Please only submit bug reports when using the officially supported version.
|
|
17
|
-
|
|
18
|
-
=============
|
|
19
|
-
[0m[0m
|
|
20
|
-
[0m[4m/Users/jonathanburger/remotion/packages/licensing/src/test/register.test.ts[24m[0m
|
|
21
|
-
[0m [2m56:55[22m [33mwarning[39m Async arrow function has no 'await' expression [2mrequire-await[22m[0m
|
|
22
|
-
[0m[0m
|
|
23
|
-
[0m[33m[1m✖ 1 problem (0 errors, 1 warning)[22m[39m[0m
|
|
24
|
-
[0m[33m[1m[22m[39m[0m
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @remotion/licensing@4.0.298 test /Users/jonathanburger/remotion/packages/licensing
|
|
4
|
-
> bun test src/test/prod-domain.test.ts
|
|
5
|
-
|
|
6
|
-
[0m[1mbun test [0m[2mv1.2.10 (db2e7d7f)[0m
|
|
7
|
-
[0m
|
|
8
|
-
src/test/prod-domain.test.ts:
|
|
9
|
-
[0m[32m✓[0m[0m[1m should point to prod domain[0m [0m[2m[0.64ms[0m[2m][0m
|
|
10
|
-
|
|
11
|
-
[0m[32m 1 pass[0m
|
|
12
|
-
[0m[2m 0 fail[0m
|
|
13
|
-
1 expect() calls
|
|
14
|
-
Ran 1 tests across 1 files. [0m[2m[[1m19.00ms[0m[2m][0m
|