@entur/typography
Advanced tools
Comparing version 1.7.1-alpha.1 to 1.7.1-beta.0
{ | ||
"name": "@entur/typography", | ||
"version": "1.7.1-alpha.1", | ||
"version": "1.7.1-beta.0", | ||
"license": "SEE LICENSE IN README.md", | ||
@@ -20,6 +20,8 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "dts build && cp -r fonts dist/fonts", | ||
"test": "dts test --env=jsdom", | ||
"lint": "dts lint", | ||
"start": "dts watch --noClean" | ||
"build": "yarn run dts build && cp -r fonts dist/fonts", | ||
"test": "yarn run dts test --env=jsdom", | ||
"lint": "yarn run dts lint", | ||
"prepack": "yarn run build", | ||
"prepublish": "yarn run test && yarn run lint", | ||
"start": "yarn run dts watch --noClean" | ||
}, | ||
@@ -31,3 +33,3 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@entur/utils": "^0.5.0-alpha.0", | ||
"@entur/utils": "^0.4.6-beta.0", | ||
"classnames": "^2.3.1", | ||
@@ -37,5 +39,8 @@ "normalize-scss": "^7.0.1" | ||
"devDependencies": { | ||
"@entur/tokens": "^3.4.1" | ||
"@entur/tokens": "^3.4.2-beta.0", | ||
"dts-cli": "^1.1.6", | ||
"jest-watch-typeahead": "^2.2.0", | ||
"ts-jest": "^27.0.0" | ||
}, | ||
"gitHead": "8e5d6c63d180d5b3a7b2d0c6c4cdbb8ecb8af8f4" | ||
"gitHead": "d66113fbe7eee544fb34f82211406b8ed95837a1" | ||
} |
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
2030566
4
58
1
+ Added@entur/utils@0.4.9(transitive)
- Removed@entur/utils@0.5.5(transitive)
Updated@entur/utils@^0.4.6-beta.0