@remotion/layout-utils 4.0.356 → 4.0.358

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.
Files changed (2) hide show
  1. package/package.json +47 -47
  2. package/LICENSE.md +0 -49
package/package.json CHANGED
@@ -1,48 +1,48 @@
1
1
  {
2
- "repository": {
3
- "url": "https://github.com/remotion-dev/remotion/tree/main/packages/layout-utils"
4
- },
5
- "name": "@remotion/layout-utils",
6
- "version": "4.0.356",
7
- "description": "Utilities for working with layouts",
8
- "main": "dist/cjs/index.js",
9
- "types": "dist/cjs/index.d.ts",
10
- "module": "dist/esm/index.mjs",
11
- "sideEffects": false,
12
- "exports": {
13
- "./package.json": "./package.json",
14
- ".": {
15
- "types": "./dist/cjs/index.d.ts",
16
- "module": "./dist/esm/index.mjs",
17
- "import": "./dist/esm/index.mjs",
18
- "require": "./dist/cjs/index.js"
19
- }
20
- },
21
- "devDependencies": {
22
- "eslint": "9.19.0",
23
- "@remotion/eslint-config-internal": "4.0.356"
24
- },
25
- "author": "Yehor Misiats (https://github.com/satelllte)",
26
- "maintainers": [
27
- "Jonny Burger <jonny@remotion.dev>",
28
- "Yehor Misiats (https://github.com/satelllte)"
29
- ],
30
- "contributors": [],
31
- "license": "MIT",
32
- "bugs": {
33
- "url": "https://github.com/remotion-dev/remotion/issues"
34
- },
35
- "keywords": [
36
- "remotion",
37
- "layout-utils"
38
- ],
39
- "publishConfig": {
40
- "access": "public"
41
- },
42
- "homepage": "https://www.remotion.dev/docs/layout-utils",
43
- "scripts": {
44
- "formatting": "prettier --experimental-cli src --check",
45
- "lint": "eslint src",
46
- "make": "tsc -d && bun --env-file=../.env.bundle bundle.ts"
47
- }
48
- }
2
+ "repository": {
3
+ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/layout-utils"
4
+ },
5
+ "name": "@remotion/layout-utils",
6
+ "version": "4.0.358",
7
+ "description": "Utilities for working with layouts",
8
+ "main": "dist/cjs/index.js",
9
+ "types": "dist/cjs/index.d.ts",
10
+ "module": "dist/esm/index.mjs",
11
+ "sideEffects": false,
12
+ "scripts": {
13
+ "formatting": "prettier --experimental-cli src --check",
14
+ "lint": "eslint src",
15
+ "make": "tsc -d && bun --env-file=../.env.bundle bundle.ts"
16
+ },
17
+ "exports": {
18
+ "./package.json": "./package.json",
19
+ ".": {
20
+ "types": "./dist/cjs/index.d.ts",
21
+ "module": "./dist/esm/index.mjs",
22
+ "import": "./dist/esm/index.mjs",
23
+ "require": "./dist/cjs/index.js"
24
+ }
25
+ },
26
+ "devDependencies": {
27
+ "@remotion/eslint-config-internal": "4.0.357",
28
+ "eslint": "9.19.0"
29
+ },
30
+ "author": "Yehor Misiats (https://github.com/satelllte)",
31
+ "maintainers": [
32
+ "Jonny Burger <jonny@remotion.dev>",
33
+ "Yehor Misiats (https://github.com/satelllte)"
34
+ ],
35
+ "contributors": [],
36
+ "license": "MIT",
37
+ "bugs": {
38
+ "url": "https://github.com/remotion-dev/remotion/issues"
39
+ },
40
+ "keywords": [
41
+ "remotion",
42
+ "layout-utils"
43
+ ],
44
+ "publishConfig": {
45
+ "access": "public"
46
+ },
47
+ "homepage": "https://www.remotion.dev/docs/layout-utils"
48
+ }
package/LICENSE.md DELETED
@@ -1,49 +0,0 @@
1
- # Remotion License
2
-
3
- In Remotion 5.0, the license will slightly change. [View the changes here](https://github.com/remotion-dev/remotion/pull/3750).
4
-
5
- ---
6
-
7
- Depending on the type of your legal entity, you are granted permission to use Remotion for your project. Individuals and small companies are allowed to use Remotion to create videos for free (even commercial), while a company license is required for for-profit organizations of a certain size. This two-tier system was designed to ensure funding for this project while still allowing the source code to be available and the program to be free for most. Read below for the exact terms of use.
8
-
9
- - [Free License](#free-license)
10
- - [Company License](#company-license)
11
-
12
- ## Free License
13
-
14
- Copyright © 2025 [Remotion](https://www.remotion.dev)
15
-
16
- ### Eligibility
17
-
18
- You are eligible to use Remotion for free if you are:
19
-
20
- - an individual
21
- - a for-profit organization with up to 3 employees
22
- - a non-profit or not-for-profit organization
23
- - evaluating whether Remotion is a good fit, and are not yet using it in a commercial way
24
-
25
- ### Allowed use cases
26
-
27
- Permission is hereby granted, free of charge, to any person eligible for the "Free License", to use the software non-commercially or commercially for the purpose of creating videos and images and to modify the software to their own liking, for the purpose of fulfilling their custom use case or to contribute bug fixes or improvements back to Remotion.
28
-
29
- ### Disallowed use cases
30
-
31
- It is not allowed to copy or modify Remotion code for the purpose of selling, renting, licensing, relicensing, or sublicensing your own derivate of Remotion.
32
-
33
- ### Warranty notice
34
-
35
- The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the author or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
36
-
37
- ### Support
38
-
39
- Support is provided on a best-we-can-do basis via GitHub Issues and Discord.
40
-
41
- ## Company License
42
-
43
- You are required to obtain a Company License to use Remotion if you are not within the group of entities eligible for a Free License. This license will enable you to use Remotion for the allowed use cases specified in the Free License, and give you access to prioritized support (read the [Support Policy](https://www.remotion.dev/docs/support)).
44
-
45
- Visit [remotion.pro](https://www.remotion.pro/license) for pricing and to buy a license.
46
-
47
- ### FAQs
48
-
49
- Are you not sure whether you need a Company License because of an edge case? Here are some [frequently asked questions](https://www.remotion.pro/faq).