@atlas.js/action
Advanced tools
Comparing version 1.2.0-alpha.1 to 1.2.0
@@ -6,2 +6,19 @@ # Change Log | ||
# [1.2.0](https://github.com/strvcom/atlas.js/compare/@atlas.js/action@1.1.1...@atlas.js/action@1.2.0) (2019-02-08) | ||
### Bug Fixes | ||
* remove `declare module` wrappers from all d.ts files 🔥 ([c0e7cd5](https://github.com/strvcom/atlas.js/commit/c0e7cd5)), closes [#69](https://github.com/strvcom/atlas.js/issues/69) | ||
### Features | ||
* **action:** add typings ([727e7c4](https://github.com/strvcom/atlas.js/commit/727e7c4)) | ||
* **atlas:** add typings ([4fcf8d4](https://github.com/strvcom/atlas.js/commit/4fcf8d4)) | ||
# [1.2.0-alpha.1](https://github.com/strvcom/atlas.js/compare/@atlas.js/action@1.2.0-alpha.0...@atlas.js/action@1.2.0-alpha.1) (2019-01-28) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@atlas.js/action", | ||
"description": "The base Action class all actions should inherit from for @atlas.js", | ||
"version": "1.2.0-alpha.1", | ||
"version": "1.2.0", | ||
"author": "Robert Rossmann <robert.rossmann@strv.com>", | ||
@@ -9,3 +9,3 @@ "bugs": "https://github.com/strvcom/atlas.js/issues", | ||
"dependencies": { | ||
"@atlas.js/component": "^2.2.0-alpha.1" | ||
"@atlas.js/component": "^2.2.0" | ||
}, | ||
@@ -27,3 +27,3 @@ "engines": { | ||
}, | ||
"gitHead": "39c0427aa76e1003d5f4acf19cee927925ca0ad3" | ||
"gitHead": "e67f1220a6aa157ef078f26075b6aa5bfad5ee18" | ||
} |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
15174
0
Updated@atlas.js/component@^2.2.0