@angular/compiler-cli 4.4.6 → 4.4.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler-cli",
3
- "version": "4.4.6",
3
+ "version": "4.4.7",
4
4
  "description": "Angular - the compiler CLI for Node.js",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",
@@ -9,14 +9,14 @@
9
9
  "ng-xi18n": "./src/extract_i18n.js"
10
10
  },
11
11
  "dependencies": {
12
- "@angular/tsc-wrapped": "4.4.6",
12
+ "@angular/tsc-wrapped": "4.4.7",
13
13
  "reflect-metadata": "^0.1.2",
14
14
  "minimist": "^1.2.0"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "typescript": "^2.0.2",
18
- "@angular/compiler": "4.4.6",
19
- "@angular/core": "4.4.6"
18
+ "@angular/compiler": "4.4.7",
19
+ "@angular/core": "4.4.7"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
File without changes
package/src/main.js CHANGED
File without changes
package/src/version.js CHANGED
@@ -16,5 +16,5 @@ var core_1 = require("@angular/core");
16
16
  /**
17
17
  * @stable
18
18
  */
19
- exports.VERSION = new core_1.Version('4.4.6');
19
+ exports.VERSION = new core_1.Version('4.4.7');
20
20
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../../../packages/compiler-cli/src/version.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;AAEH;;;;GAIG;AAEH,sCAAsC;AACtC;;GAEG;AACU,QAAA,OAAO,GAAG,IAAI,cAAO,CAAC,mBAAmB,CAAC,CAAC","sourcesContent":["/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * @module\n * @description\n * Entry point for all public APIs of the common package.\n */\n\nimport {Version} from '@angular/core';\n/**\n * @stable\n */\nexport const VERSION = new Version('4.4.6');\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../../../packages/compiler-cli/src/version.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;AAEH;;;;GAIG;AAEH,sCAAsC;AACtC;;GAEG;AACU,QAAA,OAAO,GAAG,IAAI,cAAO,CAAC,mBAAmB,CAAC,CAAC","sourcesContent":["/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\n/**\n * @module\n * @description\n * Entry point for all public APIs of the common package.\n */\n\nimport {Version} from '@angular/core';\n/**\n * @stable\n */\nexport const VERSION = new Version('4.4.7');\n"]}