@remotion/licensing 4.0.347 → 4.0.349

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
1
 
2
2
  
3
- > @remotion/licensing@4.0.347 make /Users/jonathanburger/remotion/packages/licensing
3
+ > @remotion/licensing@4.0.349 make /Users/jonathanburger/remotion/packages/licensing
4
4
  > tsc -d && bun --env-file=../.env.bundle bundle.ts
5
5
 
@@ -1,14 +1,11 @@
1
1
 
2
- 
3
- > @remotion/licensing@4.0.311 test /Users/jonathanburger/remotion/packages/licensing
4
- > bun test src/test/prod-domain.test.ts
5
-
6
- bun test v1.2.14 (6a363a38)
2
+ $ bun test src/test/prod-domain.test.ts
3
+ bun test v1.2.21 (7c45ed97)
7
4
  
8
5
  src/test/prod-domain.test.ts:
9
- ✓ should point to prod domain [0.03ms]
6
+ ✓ should point to prod domain
10
7
 
11
8
   1 pass
12
9
   0 fail
13
10
  1 expect() calls
14
- Ran 1 tests across 1 files. [17.00ms]
11
+ Ran 1 test across 1 file. [9.00ms]
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.347",
6
+ "version": "4.0.349",
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.347"
22
+ "@remotion/eslint-config-internal": "4.0.349"
23
23
  },
24
24
  "homepage": "https://www.remotion.dev/docs/licensing",
25
25
  "scripts": {