@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.d.cts CHANGED
@@ -5,7 +5,7 @@ import './payload-types-C7tb7Xbs.cjs';
5
5
  import { C as CollectionClient } from './collection-client-CR2B8c1v.cjs';
6
6
  import { S as ServerCollection, P as PublicCollection } from './const-BTvdrXtY.cjs';
7
7
  import { C as CollectionType } from './types-Bx558PU6.cjs';
8
- import { S as SDKError } from './index-BGEhoDUs.cjs';
8
+ import { SDKError } from './errors.cjs';
9
9
  export { a as RealtimeConnection, R as RealtimeEvent, b as RealtimeListener } from './realtime-D7HtUpqt.cjs';
10
10
  import './metadata.cjs';
11
11
 
package/dist/query.d.ts CHANGED
@@ -5,7 +5,7 @@ import './payload-types-C7tb7Xbs.js';
5
5
  import { C as CollectionClient } from './collection-client-DkREjhQ9.js';
6
6
  import { S as ServerCollection, P as PublicCollection } from './const-CdqCauHQ.js';
7
7
  import { C as CollectionType } from './types-1ylMrCuW.js';
8
- import { S as SDKError } from './index-BGEhoDUs.js';
8
+ import { SDKError } from './errors.js';
9
9
  export { a as RealtimeConnection, R as RealtimeEvent, b as RealtimeListener } from './realtime-D7HtUpqt.js';
10
10
  import './metadata.js';
11
11
 
package/dist/query.js CHANGED
@@ -346,7 +346,7 @@ import {
346
346
  useMutation as useMutationOriginal2
347
347
  } from "@tanstack/react-query";
348
348
 
349
- // src/core/internal/errors/index.ts
349
+ // src/core/errors.ts
350
350
  var SDKError = class extends Error {
351
351
  constructor(code, message, status, details, userMessage, suggestion, requestId) {
352
352
  super(message);