@remotion/eslint-plugin 2.6.9 → 2.6.10

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.
@@ -1,5 +1,5 @@
1
- @remotion/eslint-plugin:build: cache hit, replaying output 3111d5d6664b57af
1
+ @remotion/eslint-plugin:build: cache hit, replaying output bfc7db1f85ed5923
2
2
  @remotion/eslint-plugin:build: 
3
- @remotion/eslint-plugin:build: > @remotion/eslint-plugin@2.6.8 build /Users/jonathanburger/remotion/packages/eslint-plugin
3
+ @remotion/eslint-plugin:build: > @remotion/eslint-plugin@2.6.9 build /Users/jonathanburger/remotion/packages/eslint-plugin
4
4
  @remotion/eslint-plugin:build: > tsc -d
5
5
  @remotion/eslint-plugin:build: 
package/LICENSE.md CHANGED
@@ -7,7 +7,7 @@ Depending on the type of your legal entity, you are granted permission to use Re
7
7
 
8
8
  ## Free license
9
9
 
10
- Copyright © 2021 [Jonny Burger](https://jonny.io)
10
+ Copyright © 2022 [Jonny Burger](https://jonny.io)
11
11
 
12
12
  ### Eligibility
13
13
 
@@ -32,7 +32,7 @@ The software is provided "as is", without warranty of any kind, express or impli
32
32
 
33
33
  ### Support
34
34
 
35
- Support is provided on a best-we-can-do basis via GitHub Issues.
35
+ Support is provided on a best-we-can-do basis via GitHub Issues and Discord.
36
36
 
37
37
  ## Company license
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/eslint-plugin",
3
- "version": "2.6.9",
3
+ "version": "2.6.10",
4
4
  "description": "A set of rules helping you avoid common pitfalls in Remotion.",
5
5
  "scripts": {
6
6
  "build": "tsc -d",
@@ -18,8 +18,8 @@
18
18
  "eslint": "^7.25.0",
19
19
  "jest": "^27.2.4",
20
20
  "ts-jest": "^27.0.5",
21
- "typescript": "^4.4.2"
21
+ "typescript": "^4.5.5"
22
22
  },
23
23
  "private": false,
24
- "gitHead": "cb95ddea3cce407b3c3df81ee3cff83bed591d14"
24
+ "gitHead": "641f73c3d09e8c73f2f2d008e6cc9a6b8cc6fff1"
25
25
  }