@react-pdf/render
Advanced tools
Comparing version 3.5.0 to 4.0.0
{ | ||
"name": "@react-pdf/render", | ||
"version": "3.5.0", | ||
"version": "4.0.0", | ||
"license": "MIT", | ||
@@ -9,11 +9,3 @@ "description": "A render engine for Node and the browser", | ||
"type": "module", | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./lib/index.js", | ||
"require": "./lib/index.cjs", | ||
"default": "./lib/index.js" | ||
} | ||
}, | ||
"main": "./lib/index.js", | ||
"repository": { | ||
@@ -31,6 +23,6 @@ "type": "git", | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/fns": "2.2.1", | ||
"@react-pdf/primitives": "^3.1.1", | ||
"@react-pdf/textkit": "^4.4.1", | ||
"@react-pdf/types": "^2.6.0", | ||
"@react-pdf/fns": "3.0.0", | ||
"@react-pdf/primitives": "^4.0.0", | ||
"@react-pdf/textkit": "^5.0.0", | ||
"@react-pdf/types": "^2.7.0", | ||
"abs-svg-path": "^0.1.1", | ||
@@ -37,0 +29,0 @@ "color-string": "^1.9.1", |
Sorry, the diff of this file is too big to display
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
70370
3
1871
+ Added@react-pdf/fns@3.0.0(transitive)
+ Added@react-pdf/primitives@4.0.0(transitive)
+ Added@react-pdf/textkit@5.0.1(transitive)
- Removed@react-pdf/fns@2.2.1(transitive)
- Removed@react-pdf/primitives@3.1.1(transitive)
- Removed@react-pdf/textkit@4.4.1(transitive)
Updated@react-pdf/fns@3.0.0
Updated@react-pdf/primitives@^4.0.0
Updated@react-pdf/textkit@^5.0.0
Updated@react-pdf/types@^2.7.0