@01.software/sdk 0.34.0 → 0.35.0

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/query.cjs CHANGED
@@ -369,7 +369,7 @@ var CollectionHooks = class {
369
369
  // src/core/query/customer-hooks.ts
370
370
  var import_react_query3 = require("@tanstack/react-query");
371
371
 
372
- // src/core/internal/errors/index.ts
372
+ // src/core/errors.ts
373
373
  var SDKError = class extends Error {
374
374
  constructor(code, message, status, details, userMessage, suggestion, requestId) {
375
375
  super(message);