@commercetools-uikit/stamp
Advanced tools
Comparing version 10.39.0 to 10.39.1
# @commercetools-uikit/stamp | ||
## 10.39.1 | ||
### Patch Changes | ||
- [`7897ced`](https://github.com/commercetools/ui-kit/commit/7897cede31440e29ce8afdb2b17fa23462f6f211) [#1642](https://github.com/commercetools/ui-kit/pull/1642) Thanks [@emmenko](https://github.com/emmenko)! - Ensure each package.json of each package has all the necessary fields. | ||
- Updated dependencies [[`7897ced`](https://github.com/commercetools/ui-kit/commit/7897cede31440e29ce8afdb2b17fa23462f6f211)]: | ||
- @commercetools-uikit/design-system@10.39.1 | ||
## 10.39.0 | ||
@@ -4,0 +13,0 @@ |
@@ -116,5 +116,5 @@ 'use strict'; | ||
var version = '10.39.0'; | ||
var version = '10.39.1'; | ||
exports.default = Stamp; | ||
exports.version = version; |
@@ -108,5 +108,5 @@ import PropTypes from 'prop-types'; | ||
var version = '10.39.0'; | ||
var version = '10.39.1'; | ||
export default Stamp; | ||
export { version }; |
{ | ||
"name": "@commercetools-uikit/stamp", | ||
"version": "10.39.0", | ||
"description": "Stamps are visual labels which hold small amounts of information regarding an item. (E.g Indicating if a product is published in a list).", | ||
"main": "dist/stamp.cjs.js", | ||
"module": "dist/stamp.esm.js", | ||
"version": "10.39.1", | ||
"bugs": "https://github.com/commercetools/ui-kit/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/commercetools/ui-kit.git", | ||
"directory": "packages/components/stamp" | ||
}, | ||
"homepage": "https://uikit.commercetools.com", | ||
"keywords": [ | ||
"javascript", | ||
"design system", | ||
"react", | ||
"uikit" | ||
], | ||
"license": "MIT", | ||
"private": false, | ||
@@ -11,2 +23,6 @@ "publishConfig": { | ||
}, | ||
"sideEffects": false, | ||
"main": "dist/stamp.cjs.js", | ||
"module": "dist/stamp.esm.js", | ||
"files": ["dist"], | ||
"scripts": { | ||
@@ -18,7 +34,4 @@ "prepare": "../../../scripts/version.js replace", | ||
}, | ||
"files": ["dist"], | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@commercetools-uikit/design-system": "10.18.4", | ||
"@commercetools-uikit/design-system": "10.39.1", | ||
"@emotion/core": "^10.0.34", | ||
@@ -25,0 +38,0 @@ "prop-types": "15.7.2" |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
15114
0
2
+ Added@commercetools-uikit/design-system@10.39.1(transitive)
- Removed@commercetools-uikit/design-system@10.18.4(transitive)