@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.cjs
CHANGED
|
@@ -10133,14 +10133,13 @@ function useDrop(options) {
|
|
|
10133
10133
|
needsBuild,
|
|
10134
10134
|
status: {
|
|
10135
10135
|
title: "Validation Failed",
|
|
10136
|
-
details: message
|
|
10137
|
-
errors: [message]
|
|
10136
|
+
details: message
|
|
10138
10137
|
}
|
|
10139
10138
|
});
|
|
10140
10139
|
onValidationError?.({
|
|
10141
10140
|
error: "Validation Failed",
|
|
10142
10141
|
details: message,
|
|
10143
|
-
errors: [
|
|
10142
|
+
errors: [],
|
|
10144
10143
|
isClientError: true
|
|
10145
10144
|
});
|
|
10146
10145
|
return;
|