@atlas.js/action
Advanced tools
Comparing version 0.0.5 to 0.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.1.0"></a> | ||
# [0.1.0](https://github.com/strvcom/atlas.js/compare/@atlas.js/action@0.0.5...@atlas.js/action@0.1.0) (2017-09-27) | ||
### Features | ||
* Switch to .mjs file extension ([0ee25cd](https://github.com/strvcom/atlas.js/commit/0ee25cd)) | ||
<a name="0.0.5"></a> | ||
@@ -8,0 +19,0 @@ ## [0.0.5](https://github.com/strvcom/atlas.js/compare/@atlas.js/action@0.0.4...@atlas.js/action@0.0.5) (2017-09-26) |
{ | ||
"name": "@atlas.js/action", | ||
"description": "The base Action class all actions should inherit from for @atlas.js", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"author": "Robert Rossmann <robert.rossmann@strv.com>", | ||
@@ -9,3 +9,3 @@ "bugs": "https://github.com/strvcom/atlas.js/issues", | ||
"dependencies": { | ||
"@atlas.js/component": "^0.0.4" | ||
"@atlas.js/component": "^0.1.0" | ||
}, | ||
@@ -12,0 +12,0 @@ "engines": { |
@@ -22,2 +22,2 @@ "use strict"; | ||
exports.default = _default; | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4LmVzIl0sIm5hbWVzIjpbIkFjdGlvbiJdLCJtYXBwaW5ncyI6Ijs7Ozs7OztBQUFBOzs7O0FBRUEsTUFBTUEsTUFBTiw0QkFBK0I7O3NCQUF6QkEsTTs7OztTQUNVOztlQUdEQSxNIiwiZmlsZSI6ImluZGV4LmpzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IENvbXBvbmVudCBmcm9tICdAYXRsYXMuanMvY29tcG9uZW50J1xuXG5jbGFzcyBBY3Rpb24gZXh0ZW5kcyBDb21wb25lbnQge1xuICBzdGF0aWMgdHlwZSA9ICdhY3Rpb24nXG59XG5cbmV4cG9ydCBkZWZhdWx0IEFjdGlvblxuIl19 | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4Lm1qcyJdLCJuYW1lcyI6WyJBY3Rpb24iXSwibWFwcGluZ3MiOiI7Ozs7Ozs7QUFBQTs7OztBQUVBLE1BQU1BLE1BQU4sNEJBQStCOztzQkFBekJBLE07Ozs7U0FDVTs7ZUFHREEsTSIsImZpbGUiOiJpbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBDb21wb25lbnQgZnJvbSAnQGF0bGFzLmpzL2NvbXBvbmVudCdcblxuY2xhc3MgQWN0aW9uIGV4dGVuZHMgQ29tcG9uZW50IHtcbiAgc3RhdGljIHR5cGUgPSAnYWN0aW9uJ1xufVxuXG5leHBvcnQgZGVmYXVsdCBBY3Rpb25cbiJdfQ== |
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
4598
21
+ Added@atlas.js/component@0.1.0(transitive)
- Removed@atlas.js/component@0.0.4(transitive)
Updated@atlas.js/component@^0.1.0