@react-pdf/stylesheet
Advanced tools
Comparing version 3.2.0 to 4.0.0
# @react-pdf/stylesheet | ||
## 4.0.0 | ||
### Major Changes | ||
- [#1891](https://github.com/diegomura/react-pdf/pull/1891) [`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81) Thanks [@carlobeltrame](https://github.com/carlobeltrame)! - feat: compatibility with modern web bundlers and browsers | ||
### Patch Changes | ||
- Updated dependencies [[`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81)]: | ||
- @react-pdf/fns@2.0.0 | ||
## 3.2.0 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@react-pdf/stylesheet", | ||
"version": "3.2.0", | ||
"version": "4.0.0", | ||
"license": "MIT", | ||
@@ -8,3 +8,4 @@ "description": "A styles engine for Node and the browser", | ||
"homepage": "https://github.com/diegomura/react-pdf#readme", | ||
"main": "lib/index.js", | ||
"main": "lib/index.cjs.js", | ||
"module": "lib/index.es.js", | ||
"repository": { | ||
@@ -17,8 +18,8 @@ "type": "git", | ||
"test": "jest", | ||
"build": "rimraf ./lib && babel src --out-dir lib", | ||
"watch": "rimraf ./lib && babel src --out-dir lib --watch" | ||
"build": "rimraf ./lib && rollup -c", | ||
"watch": "rimraf ./lib && rollup -c -w" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.16.4", | ||
"@react-pdf/fns": "1.0.0", | ||
"@react-pdf/fns": "2.0.0", | ||
"@react-pdf/types": "^2.1.0", | ||
@@ -25,0 +26,0 @@ "color-string": "^1.5.3", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
44910
1354
5
1
+ Added@react-pdf/fns@2.0.0(transitive)
- Removed@react-pdf/fns@1.0.0(transitive)
Updated@react-pdf/fns@2.0.0