@remotion/paths 3.2.35-crf.3 → 3.2.36

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,7 @@ A package providing utility functions for dealing with SVG paths. This package c
9
9
 
10
10
  No dependencies are needed, meaning this package can be used independently of Remotion.
11
11
 
12
- ## API
12
+ ## API
13
13
 
14
14
  - [`getLength()`](https://remotion.dev/docs/paths/get-length)
15
15
  - [`getParts()`](https://remotion.dev/docs/paths/get-parts)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/paths",
3
- "version": "3.2.35-crf.3+08916235b",
3
+ "version": "3.2.36",
4
4
  "description": "Utility functions for SVG paths",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "08916235b80e2f2bee603e2ba0ea8827b436cf8c"
38
+ "gitHead": "69d6e23f17b14509aee4d327b3481fd4e15df4a4"
39
39
  }