@angular-devkit/build-optimizer 0.1300.0-next.8 → 0.1300.0-rc.2
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/README.md +5 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Angular Build Optimizer contains Angular optimizations applicable to JavaScript code as a TypeScript transform pipeline.
|
|
4
4
|
|
|
5
|
+
This package is **deprecated** and should not be used. It has always been experimental (never hit
|
|
6
|
+
`1.0.0`) and was an internal package for the Angular CLI. All the relevant functionality has been
|
|
7
|
+
moved into
|
|
8
|
+
[`@angular-devkit/build-angular`](https://npmjs.com/package/@angular-devkit/build-angular).
|
|
9
|
+
|
|
5
10
|
## Available optimizations
|
|
6
11
|
|
|
7
12
|
Transformations applied depend on file content:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-devkit/build-optimizer",
|
|
3
|
-
"version": "0.1300.0-
|
|
3
|
+
"version": "0.1300.0-rc.2",
|
|
4
4
|
"description": "Angular Build Optimizer",
|
|
5
5
|
"experimental": true,
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"source-map": "0.7.3",
|
|
13
13
|
"tslib": "2.3.1",
|
|
14
|
-
"typescript": "4.4.
|
|
14
|
+
"typescript": "4.4.4"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"webpack": "^5.30.0"
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"url": "https://github.com/angular/angular-cli.git"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
|
-
"node": "^12.20.0 ||
|
|
37
|
-
"npm": "^6.11.0 || ^7.5.6",
|
|
36
|
+
"node": "^12.20.0 || ^14.15.0 || >=16.10.0",
|
|
37
|
+
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
38
38
|
"yarn": ">= 1.13.0"
|
|
39
39
|
},
|
|
40
40
|
"author": "Angular Authors",
|