@angular-builders/custom-webpack 10.0.0-beta.1 → 10.0.1

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/CHANGELOG.md CHANGED
@@ -3,29 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## 10.0.0-beta.1 (2020-07-13)
6
+ ## <small>10.0.1 (2020-09-09)</small>
7
7
 
8
- * feat(custom-webpack): export common (#793) ([1cb73d4](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/1cb73d4)), closes [#793](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/793)
8
+ **Note:** Version bump only for package @angular-builders/custom-webpack
9
9
 
10
+ ## <small>10.0.1-beta.1 (2020-09-06)</small>
10
11
 
12
+ - chore: update dependencies (#831) ([b475080](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/b475080)), closes [#831](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/831)
11
13
 
14
+ ## <small>10.0.1-beta.0 (2020-09-01)</small>
12
15
 
16
+ - chore(deps): bump ts-node from 8.10.2 to 9.0.0 ([7de38ff](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/7de38ff))
13
17
 
14
- ## 10.0.0-beta.0 (2020-06-25)
18
+ ## 10.0.0 (2020-07-21)
15
19
 
16
- * build!: update to Angular 10 (#782) ([409f356](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/409f356)), closes [#782](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/782)
20
+ **Note:** Version bump only for package @angular-builders/custom-webpack
17
21
 
22
+ ## 10.0.0-beta.1 (2020-07-13)
18
23
 
24
+ - feat(custom-webpack): export common (#793) ([1cb73d4](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/1cb73d4)), closes [#793](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/793)
19
25
 
26
+ ## 10.0.0-beta.0 (2020-06-25)
20
27
 
28
+ - build!: update to Angular 10 (#782) ([409f356](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/409f356)), closes [#782](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/issues/782)
21
29
 
22
30
  ## <small>9.2.1-beta.0 (2020-06-23)</small>
23
31
 
24
- * fix(custom-webpack): schema validation error ([fe1cda0](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/fe1cda0))
25
-
26
-
27
-
28
-
32
+ - fix(custom-webpack): schema validation error ([fe1cda0](https://github.com/just-jeb/angular-builders/tree/master/packages/custom-webpack/commit/fe1cda0))
29
33
 
30
34
  ## 9.2.0 (2020-06-23)
31
35
 
@@ -82,7 +82,7 @@
82
82
  ]
83
83
  },
84
84
  "fileReplacements": {
85
- "description": "Replace files with other files in the build.",
85
+ "description": "Replace compilation source files with other compilation source files in the build.",
86
86
  "type": "array",
87
87
  "items": {
88
88
  "$ref": "#/definitions/fileReplacement"
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
7
7
  o[k2] = m[k];
8
8
  }));
9
9
  var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
11
  };
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
13
  /**
@@ -135,7 +135,7 @@
135
135
  "default": []
136
136
  },
137
137
  "fileReplacements": {
138
- "description": "Replace files with other files in the build.",
138
+ "description": "Replace compilation source files with other compilation source files in the build.",
139
139
  "type": "array",
140
140
  "items": {
141
141
  "oneOf": [
@@ -54,7 +54,7 @@
54
54
  ]
55
55
  },
56
56
  "fileReplacements": {
57
- "description": "Replace files with other files in the build.",
57
+ "description": "Replace compilation source files with other compilation source files in the build.",
58
58
  "type": "array",
59
59
  "items": {
60
60
  "$ref": "#/definitions/fileReplacement"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-builders/custom-webpack",
3
- "version": "10.0.0-beta.1",
3
+ "version": "10.0.1",
4
4
  "description": "Custom webpack builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -40,8 +40,8 @@
40
40
  "@angular-devkit/build-angular": ">=0.1000.0 < 0.1100.0",
41
41
  "@angular-devkit/core": "^10.0.0",
42
42
  "lodash": "^4.17.15",
43
- "ts-node": "^8.10.2",
43
+ "ts-node": "^9.0.0",
44
44
  "webpack-merge": "^4.2.2"
45
45
  },
46
- "gitHead": "fb5426590dfee77a70f36b0cee524c1abfa9daa1"
46
+ "gitHead": "c37cb510e96f1f22b8f2f2836536f5d0809cc888"
47
47
  }