@angular/animations 4.2.0 → 4.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v4.2.0
2
+ * @license Angular v4.2.4
3
3
  * (c) 2010-2017 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -10,7 +10,7 @@
10
10
  }(this, (function (exports) { 'use strict';
11
11
 
12
12
  /**
13
- * @license Angular v4.2.0
13
+ * @license Angular v4.2.4
14
14
  * (c) 2010-2017 Google, Inc. https://angular.io/
15
15
  * License: MIT
16
16
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v4.2.0
2
+ * @license Angular v4.2.4
3
3
  * (c) 2010-2017 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -13,7 +13,7 @@
13
13
  * @return {?}
14
14
  */
15
15
  function scheduleMicroTask(cb){Promise.resolve(null).then(cb)}/**
16
- * @license Angular v4.2.0
16
+ * @license Angular v4.2.4
17
17
  * (c) 2010-2017 Google, Inc. https://angular.io/
18
18
  * License: MIT
19
19
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/animations",
3
- "version": "4.2.0",
3
+ "version": "4.2.4",
4
4
  "description": "Angular - animations integration with web-animationss",
5
5
  "main": "./bundles/animations.umd.js",
6
6
  "module": "./@angular/animations.es5.js",
@@ -12,7 +12,7 @@
12
12
  "tslib": "^1.7.1"
13
13
  },
14
14
  "peerDependencies": {
15
- "@angular/core": "4.2.0"
15
+ "@angular/core": "4.2.4"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",