@remotion/shapes
Advanced tools
Comparing version 4.0.147 to 4.0.148
@@ -9,5 +9,5 @@ "use strict"; | ||
} | ||
const [major, minor] = version.split('.').map(Number); | ||
return major > 18 || (major === 18 && minor >= 3); | ||
const [major] = version.split('.').map(Number); | ||
return major > 18; | ||
}; | ||
exports.doesReactSupportTransformOriginProperty = doesReactSupportTransformOriginProperty; |
import type { Instruction } from '@remotion/paths'; | ||
export declare const joinPoints: (points: [number, number][], { edgeRoundness, cornerRadius, roundCornerStrategy, }: { | ||
export declare const joinPoints: (points: [ | ||
number, | ||
number | ||
][], { edgeRoundness, cornerRadius, roundCornerStrategy, }: { | ||
edgeRoundness: number | null; | ||
@@ -4,0 +7,0 @@ cornerRadius: number; |
{ | ||
"name": "@remotion/shapes", | ||
"version": "4.0.147", | ||
"version": "4.0.148", | ||
"description": "Utility functions and components for SVG shapes", | ||
@@ -16,12 +16,12 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/react-dom": "18.2.18", | ||
"@types/react-dom": "18.3.0", | ||
"@jonny/eslint-config": "3.0.281", | ||
"@testing-library/react": "^13.4.0", | ||
"@types/node": "18.14.6", | ||
"@types/react": "18.2.48", | ||
"@types/react": "18.3.1", | ||
"eslint": "8.56.0", | ||
"prettier": "3.2.5", | ||
"prettier-plugin-organize-imports": "3.2.4", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"vitest": "0.31.1" | ||
@@ -42,3 +42,3 @@ }, | ||
"dependencies": { | ||
"@remotion/paths": "4.0.147" | ||
"@remotion/paths": "4.0.148" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
1061
48346
+ Added@remotion/paths@4.0.148(transitive)
- Removed@remotion/paths@4.0.147(transitive)
Updated@remotion/paths@4.0.148