@schematics/angular 14.2.0-rc.0 → 14.2.0
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": "@schematics/angular",
|
|
3
|
-
"version": "14.2.0
|
|
3
|
+
"version": "14.2.0",
|
|
4
4
|
"description": "Schematics specific to Angular",
|
|
5
5
|
"homepage": "https://github.com/angular/angular-cli",
|
|
6
6
|
"keywords": [
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
},
|
|
24
24
|
"schematics": "./collection.json",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@angular-devkit/core": "14.2.0
|
|
27
|
-
"@angular-devkit/schematics": "14.2.0
|
|
26
|
+
"@angular-devkit/core": "14.2.0",
|
|
27
|
+
"@angular-devkit/schematics": "14.2.0",
|
|
28
28
|
"jsonc-parser": "3.1.0"
|
|
29
29
|
},
|
|
30
30
|
"repository": {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
load("//tools:defaults.bzl", "ts_library")
|
|
2
2
|
|
|
3
|
-
# files fetched on 2022-
|
|
4
|
-
# https://github.com/microsoft/TypeScript/releases/tag/v4.
|
|
3
|
+
# files fetched on 2022-08-18 from
|
|
4
|
+
# https://github.com/microsoft/TypeScript/releases/tag/v4.8-rc
|
|
5
5
|
|
|
6
6
|
# Commands to download:
|
|
7
|
-
# curl https://raw.githubusercontent.com/microsoft/TypeScript/v4.
|
|
8
|
-
# curl https://raw.githubusercontent.com/microsoft/TypeScript/v4.
|
|
7
|
+
# curl https://raw.githubusercontent.com/microsoft/TypeScript/v4.8-rc/lib/typescript.d.ts -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.d.ts
|
|
8
|
+
# curl https://raw.githubusercontent.com/microsoft/TypeScript/v4.8-rc/lib/typescript.js -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.js
|
|
9
9
|
|
|
10
10
|
licenses(["notice"]) # Apache 2.0
|
|
11
11
|
|