@remotion/shapes 4.0.357 → 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 +55 -55
  2. package/bunfig.toml +0 -2
package/package.json CHANGED
@@ -1,56 +1,56 @@
1
1
  {
2
- "repository": {
3
- "url": "https://github.com/remotion-dev/remotion/tree/main/packages/shapes"
4
- },
5
- "name": "@remotion/shapes",
6
- "version": "4.0.357",
7
- "description": "Generate SVG shapes",
8
- "main": "dist/index.js",
9
- "sideEffects": false,
10
- "types": "dist/index.d.ts",
11
- "module": "dist/esm/index.mjs",
12
- "author": "Alex Fernandez, Jonny Burger <jonny@remotion.dev>",
13
- "license": "MIT",
14
- "bugs": {
15
- "url": "https://github.com/remotion-dev/remotion/issues"
16
- },
17
- "exports": {
18
- "./package.json": "./package.json",
19
- ".": {
20
- "types": "./dist/index.d.ts",
21
- "module": "./dist/esm/index.mjs",
22
- "import": "./dist/esm/index.mjs",
23
- "require": "./dist/index.js"
24
- }
25
- },
26
- "devDependencies": {
27
- "@testing-library/react": "16.1.0",
28
- "react": "19.0.0",
29
- "react-dom": "19.0.0",
30
- "@happy-dom/global-registrator": "14.5.1",
31
- "eslint": "9.19.0",
32
- "@remotion/eslint-config-internal": "4.0.357"
33
- },
34
- "keywords": [
35
- "svg",
36
- "path",
37
- "utilities"
38
- ],
39
- "publishConfig": {
40
- "access": "public"
41
- },
42
- "peerDependencies": {
43
- "react": ">=16.8.0",
44
- "react-dom": ">=16.8.0"
45
- },
46
- "dependencies": {
47
- "@remotion/paths": "4.0.357"
48
- },
49
- "homepage": "https://www.remotion.dev/docs/shapes",
50
- "scripts": {
51
- "formatting": "prettier --experimental-cli src --check",
52
- "lint": "eslint src",
53
- "test": "bun test src",
54
- "make": "tsc -d && bun --env-file=../.env.bundle bundle.ts"
55
- }
56
- }
2
+ "repository": {
3
+ "url": "https://github.com/remotion-dev/remotion/tree/main/packages/shapes"
4
+ },
5
+ "name": "@remotion/shapes",
6
+ "version": "4.0.358",
7
+ "description": "Generate SVG shapes",
8
+ "main": "dist/index.js",
9
+ "sideEffects": false,
10
+ "scripts": {
11
+ "formatting": "prettier --experimental-cli src --check",
12
+ "lint": "eslint src",
13
+ "test": "bun test src",
14
+ "make": "tsc -d && bun --env-file=../.env.bundle bundle.ts"
15
+ },
16
+ "types": "dist/index.d.ts",
17
+ "module": "dist/esm/index.mjs",
18
+ "author": "Alex Fernandez, Jonny Burger <jonny@remotion.dev>",
19
+ "license": "MIT",
20
+ "bugs": {
21
+ "url": "https://github.com/remotion-dev/remotion/issues"
22
+ },
23
+ "exports": {
24
+ "./package.json": "./package.json",
25
+ ".": {
26
+ "types": "./dist/index.d.ts",
27
+ "module": "./dist/esm/index.mjs",
28
+ "import": "./dist/esm/index.mjs",
29
+ "require": "./dist/index.js"
30
+ }
31
+ },
32
+ "devDependencies": {
33
+ "@testing-library/react": "16.1.0",
34
+ "react": "19.0.0",
35
+ "react-dom": "19.0.0",
36
+ "@happy-dom/global-registrator": "14.5.1",
37
+ "@remotion/eslint-config-internal": "4.0.357",
38
+ "eslint": "9.19.0"
39
+ },
40
+ "keywords": [
41
+ "svg",
42
+ "path",
43
+ "utilities"
44
+ ],
45
+ "publishConfig": {
46
+ "access": "public"
47
+ },
48
+ "peerDependencies": {
49
+ "react": ">=16.8.0",
50
+ "react-dom": ">=16.8.0"
51
+ },
52
+ "dependencies": {
53
+ "@remotion/paths": "4.0.357"
54
+ },
55
+ "homepage": "https://www.remotion.dev/docs/shapes"
56
+ }
package/bunfig.toml DELETED
@@ -1,2 +0,0 @@
1
- [test]
2
- preload = "./happydom.ts"