@angular/compiler-cli 8.2.13 → 8.2.14

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.
@@ -8,7 +8,7 @@
8
8
  */
9
9
  import { AbsoluteFsPath, FileSystem } from '../../../src/ngtsc/file_system';
10
10
  import { EntryPointJsonProperty, EntryPointPackageJson } from './entry_point';
11
- export declare const NGCC_VERSION = "8.2.13";
11
+ export declare const NGCC_VERSION = "8.2.14";
12
12
  /**
13
13
  * Check whether ngcc has already processed a given entry-point format.
14
14
  *
@@ -17,7 +17,7 @@
17
17
  * found in the LICENSE file at https://angular.io/license
18
18
  */
19
19
  var file_system_1 = require("@angular/compiler-cli/src/ngtsc/file_system");
20
- exports.NGCC_VERSION = '8.2.13';
20
+ exports.NGCC_VERSION = '8.2.14';
21
21
  /**
22
22
  * Check whether ngcc has already processed a given entry-point format.
23
23
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler-cli",
3
- "version": "8.2.13",
3
+ "version": "8.2.14",
4
4
  "description": "Angular - the compiler CLI for Node.js",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "yargs": "13.1.0"
23
23
  },
24
24
  "peerDependencies": {
25
- "@angular/compiler": "8.2.13",
25
+ "@angular/compiler": "8.2.14",
26
26
  "typescript": ">=3.4 <3.6"
27
27
  },
28
28
  "engines": {
@@ -61,5 +61,8 @@
61
61
  "@angular/language-service",
62
62
  "@angular/service-worker"
63
63
  ]
64
+ },
65
+ "publishConfig":{
66
+ "registry":"https://wombat-dressing-room.appspot.com"
64
67
  }
65
68
  }
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
  var compiler_1 = require("@angular/compiler");
25
- exports.VERSION = new compiler_1.Version('8.2.13');
25
+ exports.VERSION = new compiler_1.Version('8.2.14');
26
26
  });
27
27
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2NvbXBpbGVyLWNsaS9zcmMvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7Ozs7Ozs7Ozs7OztJQUVIOzs7O09BSUc7SUFFSCw4Q0FBMEM7SUFFN0IsUUFBQSxPQUFPLEdBQUcsSUFBSSxrQkFBTyxDQUFDLG1CQUFtQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgR29vZ2xlIEluYy4gQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqXG4gKiBVc2Ugb2YgdGhpcyBzb3VyY2UgY29kZSBpcyBnb3Zlcm5lZCBieSBhbiBNSVQtc3R5bGUgbGljZW5zZSB0aGF0IGNhbiBiZVxuICogZm91bmQgaW4gdGhlIExJQ0VOU0UgZmlsZSBhdCBodHRwczovL2FuZ3VsYXIuaW8vbGljZW5zZVxuICovXG5cbi8qKlxuICogQG1vZHVsZVxuICogQGRlc2NyaXB0aW9uXG4gKiBFbnRyeSBwb2ludCBmb3IgYWxsIHB1YmxpYyBBUElzIG9mIHRoZSBjb21tb24gcGFja2FnZS5cbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvbXBpbGVyJztcblxuZXhwb3J0IGNvbnN0IFZFUlNJT04gPSBuZXcgVmVyc2lvbignMC4wLjAtUExBQ0VIT0xERVInKTtcbiJdfQ==