@netlify/config 20.3.7 → 20.4.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.
@@ -1,6 +1,6 @@
1
1
  import isPlainObj from 'is-plain-obj';
2
2
  import { isDefined } from './utils/remove_falsy.js';
3
- export const bundlers = ['esbuild', 'nft', 'zisi'];
3
+ export const bundlers = ['esbuild', 'nft', 'zisi', 'none'];
4
4
  export const WILDCARD_ALL = '*';
5
5
  // Removing the legacy `functions` from the `build` block.
6
6
  // Looking for a default directory in the `functions` block, separating it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/config",
3
- "version": "20.3.7",
3
+ "version": "20.4.1",
4
4
  "description": "Netlify config module",
5
5
  "type": "module",
6
6
  "exports": "./lib/index.js",
@@ -70,7 +70,7 @@
70
70
  "is-plain-obj": "^4.0.0",
71
71
  "js-yaml": "^4.0.0",
72
72
  "map-obj": "^5.0.0",
73
- "netlify": "^13.1.4",
73
+ "netlify": "^13.1.5",
74
74
  "netlify-headers-parser": "^7.1.2",
75
75
  "netlify-redirect-parser": "^14.1.2",
76
76
  "omit.js": "^2.0.2",
@@ -89,10 +89,10 @@
89
89
  "has-ansi": "^5.0.0",
90
90
  "is-ci": "^3.0.0",
91
91
  "tmp-promise": "^3.0.2",
92
- "typescript": "^4.8.4"
92
+ "typescript": "^5.0.0"
93
93
  },
94
94
  "engines": {
95
95
  "node": "^14.16.0 || >=16.0.0"
96
96
  },
97
- "gitHead": "7081ca94e87250bbcadbdf9a550b3d478b86c313"
97
+ "gitHead": "3d1699220b89fad0095efd7adc0bb5c49c47b3de"
98
98
  }