@shipstatic/drop 1.0.1 → 1.0.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/dist/index.cjs +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10132,14 +10132,13 @@ function useDrop(options) {
|
|
|
10132
10132
|
needsBuild,
|
|
10133
10133
|
status: {
|
|
10134
10134
|
title: "Validation Failed",
|
|
10135
|
-
details: message
|
|
10136
|
-
errors: [message]
|
|
10135
|
+
details: message
|
|
10137
10136
|
}
|
|
10138
10137
|
});
|
|
10139
10138
|
onValidationError?.({
|
|
10140
10139
|
error: "Validation Failed",
|
|
10141
10140
|
details: message,
|
|
10142
|
-
errors: [
|
|
10141
|
+
errors: [],
|
|
10143
10142
|
isClientError: true
|
|
10144
10143
|
});
|
|
10145
10144
|
return;
|