@remotion/paths
Advanced tools
Comparing version 4.0.226 to 4.0.227
@@ -5,3 +5,2 @@ "use strict"; | ||
exports.binomialCoefficients = exports.cValues = exports.tValues = void 0; | ||
/* eslint-disable @typescript-eslint/no-loss-of-precision */ | ||
/* eslint-disable no-loss-of-precision */ | ||
@@ -8,0 +7,0 @@ // Legendre-Gauss abscissae (xi values, defined at i=n as the roots of the nth order Legendre polynomial Pn(x)) |
@@ -6,3 +6,3 @@ { | ||
"name": "@remotion/paths", | ||
"version": "4.0.226", | ||
"version": "4.0.227", | ||
"description": "Utilities for working with SVG paths", | ||
@@ -21,2 +21,6 @@ "main": "dist/index.js", | ||
], | ||
"devDependencies": { | ||
"eslint": "9.14.0", | ||
"@remotion/eslint-config-internal": "4.0.227" | ||
}, | ||
"publishConfig": { | ||
@@ -28,5 +32,6 @@ "access": "public" | ||
"formatting": "prettier src --check", | ||
"lint": "eslint src --ext ts,tsx", | ||
"test": "bun test src" | ||
"lint": "eslint src", | ||
"test": "bun test src", | ||
"make": "tsc -d" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
194669
92
4971
2