@angular/compiler-cli 7.2.11 → 7.2.12

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": "7.2.11",
3
+ "version": "7.2.12",
4
4
  "description": "Angular - the compiler CLI for Node.js",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "yargs": "9.0.1"
24
24
  },
25
25
  "peerDependencies": {
26
- "@angular/compiler": "7.2.11",
26
+ "@angular/compiler": "7.2.12",
27
27
  "typescript": ">=3.1.1 <3.3"
28
28
  },
29
29
  "engines": {
@@ -37,10 +37,6 @@
37
37
  "angular",
38
38
  "compiler"
39
39
  ],
40
- "contributors": [
41
- "Tobias Bosch <tbosch@google.com> (https://angular.io/)",
42
- "Alex Eagle <alexeagle@google.com> (https://angular.io/)"
43
- ],
44
40
  "license": "MIT",
45
41
  "bugs": {
46
42
  "url": "https://github.com/angular/angular/issues"
@@ -68,4 +64,4 @@
68
64
  "@angular/service-worker"
69
65
  ]
70
66
  }
71
- }
67
+ }
@@ -7,7 +7,7 @@
7
7
  */
8
8
  /// <amd-module name="@angular/compiler-cli/src/ngcc/src/packages/build_marker" />
9
9
  import { EntryPoint, EntryPointFormat } from './entry_point';
10
- export declare const NGCC_VERSION = "7.2.11";
10
+ export declare const NGCC_VERSION = "7.2.12";
11
11
  /**
12
12
  * Check whether there is a build marker for the given entry point and format.
13
13
  * @param entryPoint the entry point to check for a marker.
@@ -18,7 +18,7 @@
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
19
  var canonical_path_1 = require("canonical-path");
20
20
  var fs_1 = require("fs");
21
- exports.NGCC_VERSION = '7.2.11';
21
+ exports.NGCC_VERSION = '7.2.12';
22
22
  function getMarkerPath(entryPointPath, format) {
23
23
  return canonical_path_1.resolve(entryPointPath, "__modified_by_ngcc_for_" + format + "__");
24
24
  }
package/src/version.js CHANGED
@@ -22,6 +22,6 @@
22
22
  * Entry point for all public APIs of the common package.
23
23
  */
24
24
  const compiler_1 = require("@angular/compiler");
25
- exports.VERSION = new compiler_1.Version('7.2.11');
25
+ exports.VERSION = new compiler_1.Version('7.2.12');
26
26
  });
27
27
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBpbGVyLWNsaS9zcmMvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7Ozs7Ozs7Ozs7OztJQUVIOzs7O09BSUc7SUFFSCxnREFBMEM7SUFFN0IsUUFBQSxPQUFPLEdBQUcsSUFBSSxrQkFBTyxDQUFDLG1CQUFtQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgR29vZ2xlIEluYy4gQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqXG4gKiBVc2Ugb2YgdGhpcyBzb3VyY2UgY29kZSBpcyBnb3Zlcm5lZCBieSBhbiBNSVQtc3R5bGUgbGljZW5zZSB0aGF0IGNhbiBiZVxuICogZm91bmQgaW4gdGhlIExJQ0VOU0UgZmlsZSBhdCBodHRwczovL2FuZ3VsYXIuaW8vbGljZW5zZVxuICovXG5cbi8qKlxuICogQG1vZHVsZVxuICogQGRlc2NyaXB0aW9uXG4gKiBFbnRyeSBwb2ludCBmb3IgYWxsIHB1YmxpYyBBUElzIG9mIHRoZSBjb21tb24gcGFja2FnZS5cbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvbXBpbGVyJztcblxuZXhwb3J0IGNvbnN0IFZFUlNJT04gPSBuZXcgVmVyc2lvbignMC4wLjAtUExBQ0VIT0xERVInKTtcbiJdfQ==