@angular-builders/custom-esbuild 17.1.1-beta.0 → 17.1.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.
@@ -551,6 +551,7 @@
551
551
  "default": false
552
552
  },
553
553
  "plugins": {
554
+ "type": "array",
554
555
  "description": "A list of paths to ESBuild plugins",
555
556
  "default": [],
556
557
  "items": {
@@ -108,6 +108,7 @@
108
108
  "default": false
109
109
  },
110
110
  "middlewares": {
111
+ "type": "array",
111
112
  "description": "A list of paths to Vite server middlewares",
112
113
  "default": [],
113
114
  "items": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-builders/custom-esbuild",
3
- "version": "17.1.1-beta.0",
3
+ "version": "17.1.1",
4
4
  "description": "Custom esbuild builders for Angular build facade. Allow to modify Angular build configuration without ejecting it",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -54,5 +54,5 @@
54
54
  "ts-node": "^10.0.0",
55
55
  "typescript": "5.3.3"
56
56
  },
57
- "gitHead": "861f785890ea0d1c947b1694f7ae7db6c9ba1b94"
57
+ "gitHead": "7861152eebeaea49fd20d461b3600fa4134784c4"
58
58
  }