@leafygreen-ui/tokens
Advanced tools
Comparing version 0.3.0 to 0.4.0
# @leafygreen-ui/tokens | ||
## 0.4.0 | ||
### Minor Changes | ||
- 0267bfd2: The underlying structure of distributed module definition files have changed and now have official support for ES modules. Module definition files are now generated using Rollup instead of Webpack. This should not affect functionality, but some thorough testing and caution should be exercised when upgrading. | ||
### Patch Changes | ||
- Updated dependencies [0267bfd2] | ||
- @leafygreen-ui/lib@6.0.0 | ||
## 0.3.0 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@leafygreen-ui/tokens", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "leafyGreen UI Kit Tokens", | ||
"main": "./dist/index.bundle.js", | ||
"main": "./dist/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/index.d.ts", | ||
"typesVersions": { | ||
"<3.9": { | ||
"*": [ | ||
"ts3.4/*" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
"build": "../../node_modules/.bin/webpack --config ../../webpack.config.js" | ||
"build": "../../node_modules/.bin/rollup --config ../../rollup.config.js" | ||
}, | ||
@@ -15,4 +23,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@leafygreen-ui/lib": "^5.1.1" | ||
"@leafygreen-ui/lib": "^6.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
272397
123
1
+ Added@leafygreen-ui/emotion@3.0.1(transitive)
+ Added@leafygreen-ui/lib@6.3.0(transitive)
- Removed@leafygreen-ui/emotion@2.0.2(transitive)
- Removed@leafygreen-ui/lib@5.1.1(transitive)
Updated@leafygreen-ui/lib@^6.0.0