@acot/utils
Advanced tools
Comparing version 0.0.2-canary.1 to 0.0.2-canary.2
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.0.2-canary.2](https://github.com/acot-a11y/acot/compare/@acot/utils@0.0.2-canary.1...@acot/utils@0.0.2-canary.2) (2020-11-08) | ||
**Note:** Version bump only for package @acot/utils | ||
## [0.0.2-canary.1](https://github.com/acot-a11y/acot/compare/@acot/utils@0.0.2-canary.0...@acot/utils@0.0.2-canary.1) (2020-11-02) | ||
@@ -8,0 +12,0 @@ |
@@ -6,6 +6,6 @@ "use strict"; | ||
test.each([ | ||
['foo', 'plugin', 'foo'], | ||
['acot-plugin-scope', 'plugin', 'scope'], | ||
['@scope/acot-plugin', 'plugin', '@scope'], | ||
['@scope/acot-plugin-test', 'plugin', '@scope/test'], | ||
['foo', 'preset', 'foo'], | ||
['acot-preset-scope', 'preset', 'scope'], | ||
['@scope/acot-preset', 'preset', '@scope'], | ||
['@scope/acot-preset-test', 'preset', '@scope/test'], | ||
['bar', 'reporter', 'bar'], | ||
@@ -19,8 +19,8 @@ ['acot-reporter-scope', 'reporter', 'scope'], | ||
test.each([ | ||
['scope', 'plugin', 'acot-plugin-scope'], | ||
['acot-plugin-scope', 'plugin', 'acot-plugin-scope'], | ||
['@scope', 'plugin', '@scope/acot-plugin'], | ||
['@scope/test', 'plugin', '@scope/acot-plugin-test'], | ||
['@scope/acot-plugin', 'plugin', '@scope/acot-plugin'], | ||
['@scope/acot-plugin-test', 'plugin', '@scope/acot-plugin-test'], | ||
['scope', 'preset', 'acot-preset-scope'], | ||
['acot-preset-scope', 'preset', 'acot-preset-scope'], | ||
['@scope', 'preset', '@scope/acot-preset'], | ||
['@scope/test', 'preset', '@scope/acot-preset-test'], | ||
['@scope/acot-preset', 'preset', '@scope/acot-preset'], | ||
['@scope/acot-preset-test', 'preset', '@scope/acot-preset-test'], | ||
['scope', 'reporter', 'acot-reporter-scope'], | ||
@@ -27,0 +27,0 @@ ['@scope', 'reporter', '@scope/acot-reporter'], |
{ | ||
"name": "@acot/utils", | ||
"version": "0.0.2-canary.1", | ||
"version": "0.0.2-canary.2", | ||
"description": "Utility functions for acot.", | ||
@@ -42,3 +42,3 @@ "homepage": "https://github.com/acot-a11y/acot/tree/master/packages/utils", | ||
}, | ||
"gitHead": "67977e52f226bbcfb3de7c7855d711c6ab597478" | ||
"gitHead": "c921838de208bc5f5a81745a1d8adde745828363" | ||
} |
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
15797