@remotion/licensing 4.0.259 → 4.0.260

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.
@@ -0,0 +1,7 @@
1
+
2
+ 
3
+ > @remotion/licensing@4.0.259 formatting /Users/jonathanburger/remotion/packages/licensing
4
+ > prettier src --check
5
+
6
+ Checking formatting...
7
+ src/get-usage.tssrc/index.tssrc/register-usage-point.tssrc/test/prod-domain.test.tssrc/test/register.test.tsAll matched files use Prettier code style!
@@ -0,0 +1,11 @@
1
+
2
+ 
3
+ > @remotion/licensing@4.0.259 lint /Users/jonathanburger/remotion/packages/licensing
4
+ > eslint src
5
+
6
+ 
7
+ /Users/jonathanburger/remotion/packages/licensing/src/test/register.test.ts
8
+  56:55 warning Async arrow function has no 'await' expression require-await
9
+ 
10
+ ✖ 1 problem (0 errors, 1 warning)
11
+ 
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @remotion/licensing@4.0.258 make /Users/jonathanburger/remotion/packages/licensing
3
+ > @remotion/licensing@4.0.259 make /Users/jonathanburger/remotion/packages/licensing
4
4
  > tsc -d && bun --env-file=../.env.bundle bundle.ts
5
5
 
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.259",
6
+ "version": "4.0.260",
7
7
  "description": "Manage your Remotion.pro license",
8
8
  "main": "dist",
9
9
  "sideEffects": false,
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "dependencies": {},
20
20
  "devDependencies": {
21
- "eslint": "9.14.0",
22
- "@remotion/eslint-config-internal": "4.0.259"
21
+ "eslint": "9.19.0",
22
+ "@remotion/eslint-config-internal": "4.0.260"
23
23
  },
24
24
  "homepage": "https://www.remotion.dev/docs/licensing",
25
25
  "scripts": {