@remotion/eslint-plugin 3.0.0-lambda.381 → 3.0.0-lambda.387
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-build.log +5 -5
- package/package.json +2 -2
- package/.turbo/turbo-test.log +0 -24
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
1
|
+
[33m@remotion/eslint-plugin:build: [0mcache hit, replaying output [2m83c19ee0dd048df9[0m
|
|
2
|
+
[33m@remotion/eslint-plugin:build: [0m
|
|
3
|
+
[33m@remotion/eslint-plugin:build: [0m> @remotion/eslint-plugin@2.6.9 build /Users/jonathanburger/remotion/packages/eslint-plugin
|
|
4
|
+
[33m@remotion/eslint-plugin:build: [0m> tsc -d
|
|
5
|
+
[33m@remotion/eslint-plugin:build: [0m
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/eslint-plugin",
|
|
3
|
-
"version": "3.0.0-lambda.
|
|
3
|
+
"version": "3.0.0-lambda.387+564e77a4f",
|
|
4
4
|
"description": "A set of rules helping you avoid common pitfalls in Remotion.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc -d",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"typescript": "^4.4.2"
|
|
22
22
|
},
|
|
23
23
|
"private": false,
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "564e77a4f5aec64e3868d65a0751fb990df6c8dd"
|
|
25
25
|
}
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
[32m@remotion/eslint-plugin:test: [0mcache hit, replaying output [2m58b1a7f5757d89fc[0m
|
|
2
|
-
[32m@remotion/eslint-plugin:test: [0m
|
|
3
|
-
[32m@remotion/eslint-plugin:test: [0m> @remotion/eslint-plugin@2.6.7 test /Users/jonathanburger/remotion/packages/eslint-plugin
|
|
4
|
-
[32m@remotion/eslint-plugin:test: [0m> jest
|
|
5
|
-
[32m@remotion/eslint-plugin:test: [0m
|
|
6
|
-
[32m@remotion/eslint-plugin:test: [0mwatchman warning: Recrawled this watch 45 times, most recently because:
|
|
7
|
-
[32m@remotion/eslint-plugin:test: [0mMustScanSubDirs UserDroppedTo resolve, please review the information on
|
|
8
|
-
[32m@remotion/eslint-plugin:test: [0mhttps://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
|
|
9
|
-
[32m@remotion/eslint-plugin:test: [0mTo clear this warning, run:
|
|
10
|
-
[32m@remotion/eslint-plugin:test: [0m`watchman watch-del '/Users/jonathanburger/remotion' ; watchman watch-project '/Users/jonathanburger/remotion'`
|
|
11
|
-
[32m@remotion/eslint-plugin:test: [0m
|
|
12
|
-
[32m@remotion/eslint-plugin:test: [0mPASS src/tests/no-mp4-import.test.ts (37.191 s)
|
|
13
|
-
[32m@remotion/eslint-plugin:test: [0mPASS src/tests/volume-callback.test.ts (38.252 s)
|
|
14
|
-
[32m@remotion/eslint-plugin:test: [0mPASS src/tests/no-duration-frames-infinity.test.ts (38.646 s)
|
|
15
|
-
[32m@remotion/eslint-plugin:test: [0mPASS src/tests/warn-native-image-tag.test.ts (38.51 s)
|
|
16
|
-
[32m@remotion/eslint-plugin:test: [0mPASS src/tests/even-dimensions.test.ts (38.766 s)
|
|
17
|
-
[32m@remotion/eslint-plugin:test: [0mPASS src/tests/no-math-random.test.ts (38.949 s)
|
|
18
|
-
[32m@remotion/eslint-plugin:test: [0mPASS src/tests/no-string-assets.test.ts (40.023 s)
|
|
19
|
-
[32m@remotion/eslint-plugin:test: [0m
|
|
20
|
-
[32m@remotion/eslint-plugin:test: [0mTest Suites: 7 passed, 7 total
|
|
21
|
-
[32m@remotion/eslint-plugin:test: [0mTests: 38 passed, 38 total
|
|
22
|
-
[32m@remotion/eslint-plugin:test: [0mSnapshots: 0 total
|
|
23
|
-
[32m@remotion/eslint-plugin:test: [0mTime: 41.514 s
|
|
24
|
-
[32m@remotion/eslint-plugin:test: [0mRan all test suites.
|