@bluemarble/bm-components 2.3.0 → 2.3.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 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4556,7 +4556,7 @@ var _ApiHelper = class _ApiHelper {
|
|
|
4556
4556
|
}).buildFactory(factory);
|
|
4557
4557
|
return helper;
|
|
4558
4558
|
}
|
|
4559
|
-
static
|
|
4559
|
+
static parse(body, parser) {
|
|
4560
4560
|
try {
|
|
4561
4561
|
const object = parser.parse(body);
|
|
4562
4562
|
return object;
|
|
@@ -4576,7 +4576,7 @@ var _ApiHelper = class _ApiHelper {
|
|
|
4576
4576
|
}
|
|
4577
4577
|
};
|
|
4578
4578
|
/** @deprecated Use {@link ApiHelper.parser} instead. */
|
|
4579
|
-
_ApiHelper.parserErrorWrapper = _ApiHelper.
|
|
4579
|
+
_ApiHelper.parserErrorWrapper = _ApiHelper.parse;
|
|
4580
4580
|
var ApiHelper = _ApiHelper;
|
|
4581
4581
|
|
|
4582
4582
|
// src/hooks/useFormHelper.ts
|