@microsoft/fast-element
Advanced tools
Comparing version 0.21.0 to 0.21.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.21.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-element@0.21.0...@microsoft/fast-element@0.21.1) (2020-12-16) | ||
**Note:** Version bump only for package @microsoft/fast-element | ||
# [0.21.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-element@0.20.0...@microsoft/fast-element@0.21.0) (2020-12-02) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"sideEffects": false, | ||
"version": "0.21.0", | ||
"version": "0.21.1", | ||
"author": { | ||
@@ -36,3 +36,5 @@ "name": "Microsoft", | ||
"eslint:fix": "eslint . --ext .ts --fix", | ||
"test": "yarn test-chrome:verbose && yarn doc:ci", | ||
"test": "yarn test-chrome:verbose && yarn doc:ci && yarn test:diff", | ||
"test:diff": "git update-index --refresh && git diff-index --quiet HEAD -- || yarn test:diff:error", | ||
"test:diff:error": "echo \"You have untracked files, try running yarn prepare.\" && exit 1", | ||
"test-node": "mocha --reporter min --exit dist/esm/__test__/setup-node.js './dist/esm/**/*.spec.js'", | ||
@@ -88,3 +90,3 @@ "test-node:verbose": "mocha --reporter spec --exit dist/esm/__test__/setup-node.js './dist/esm/**/*.spec.js'", | ||
}, | ||
"gitHead": "291b3ce7246f62952558025dcc0c7ca7c4429962" | ||
"gitHead": "8327a90a04e2957a524257c44f4b160f6f3408c0" | ||
} |
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
877761