@netlify/build 28.1.99-test3 → 28.1.99-test4

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/lib/error/type.js CHANGED
@@ -110,6 +110,7 @@ const TYPES = {
110
110
  pluginValidation: {
111
111
  title: ({ location: { packageName } }) => `Plugin "${packageName}" internal error`,
112
112
  stackType: 'stack',
113
+ showErrorProps: true,
113
114
  locationType: 'buildFail',
114
115
  severity: 'warning',
115
116
  },
@@ -126,6 +127,7 @@ const TYPES = {
126
127
  ipc: {
127
128
  title: ({ location: { packageName } }) => `Plugin "${packageName}" internal error`,
128
129
  stackType: 'none',
130
+ showErrorProps: true,
129
131
  locationType: 'buildFail',
130
132
  severity: 'warning',
131
133
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "28.1.99-test3",
3
+ "version": "28.1.99-test4",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
6
  "exports": "./lib/core/main.js",