@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/client.cjs +1 -1
- package/dist/client.cjs.map +1 -1
- package/dist/client.js +1 -1
- package/dist/client.js.map +1 -1
- package/dist/errors.cjs +300 -0
- package/dist/errors.cjs.map +1 -0
- package/dist/{index-BGEhoDUs.d.cts → errors.d.cts} +13 -1
- package/dist/{index-BGEhoDUs.d.ts → errors.d.ts} +13 -1
- package/dist/errors.js +277 -0
- package/dist/errors.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/query.cjs +1 -1
- package/dist/query.cjs.map +1 -1
- package/dist/query.d.cts +1 -1
- package/dist/query.d.ts +1 -1
- package/dist/query.js +1 -1
- package/dist/query.js.map +1 -1
- package/dist/server.cjs +1 -1
- package/dist/server.cjs.map +1 -1
- package/dist/server.js +1 -1
- package/dist/server.js.map +1 -1
- package/package.json +13 -3
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 {
|
|
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 {
|
|
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/
|
|
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);
|