@dxos/errors
Advanced tools
Comparing version 0.1.31 to 0.1.32-next.77d513e
@@ -1,1 +0,1 @@ | ||
{"inputs":{"packages/sdk/errors/src/errors.ts":{"bytes":3778,"imports":[]},"packages/sdk/errors/src/index.ts":{"bytes":370,"imports":[{"path":"packages/sdk/errors/src/errors.ts","kind":"import-statement","original":"./errors"}]}},"outputs":{"packages/sdk/errors/dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1886},"packages/sdk/errors/dist/lib/browser/index.mjs":{"imports":[],"exports":["ApiError","InvalidConfigError","RemoteServiceConnectionTimeout","SystemError"],"entryPoint":"packages/sdk/errors/src/index.ts","inputs":{"packages/sdk/errors/src/errors.ts":{"bytesInOutput":650},"packages/sdk/errors/src/index.ts":{"bytesInOutput":0}},"bytes":816}}} | ||
{"inputs":{"packages/sdk/errors/src/errors.ts":{"bytes":4285,"imports":[]},"packages/sdk/errors/src/index.ts":{"bytes":370,"imports":[{"path":"packages/sdk/errors/src/errors.ts","kind":"import-statement","original":"./errors"}]}},"outputs":{"packages/sdk/errors/dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2153},"packages/sdk/errors/dist/lib/browser/index.mjs":{"imports":[],"exports":["ApiError","CancelledError","InvalidConfigError","RemoteServiceConnectionTimeout","SystemError"],"entryPoint":"packages/sdk/errors/src/index.ts","inputs":{"packages/sdk/errors/src/errors.ts":{"bytesInOutput":782},"packages/sdk/errors/src/index.ts":{"bytesInOutput":0}},"bytes":966}}} |
@@ -1,1 +0,1 @@ | ||
{"inputs":{"packages/sdk/errors/src/errors.ts":{"bytes":3778,"imports":[]},"packages/sdk/errors/src/index.ts":{"bytes":370,"imports":[{"path":"packages/sdk/errors/src/errors.ts","kind":"import-statement","original":"./errors"}]}},"outputs":{"packages/sdk/errors/dist/lib/node/index.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2013},"packages/sdk/errors/dist/lib/node/index.cjs":{"imports":[],"exports":[],"entryPoint":"packages/sdk/errors/src/index.ts","inputs":{"packages/sdk/errors/src/index.ts":{"bytesInOutput":275},"packages/sdk/errors/src/errors.ts":{"bytesInOutput":650}},"bytes":2007}}} | ||
{"inputs":{"packages/sdk/errors/src/errors.ts":{"bytes":4285,"imports":[]},"packages/sdk/errors/src/index.ts":{"bytes":370,"imports":[{"path":"packages/sdk/errors/src/errors.ts","kind":"import-statement","original":"./errors"}]}},"outputs":{"packages/sdk/errors/dist/lib/node/index.cjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2281},"packages/sdk/errors/dist/lib/node/index.cjs":{"imports":[],"exports":[],"entryPoint":"packages/sdk/errors/src/index.ts","inputs":{"packages/sdk/errors/src/index.ts":{"bytesInOutput":315},"packages/sdk/errors/src/errors.ts":{"bytesInOutput":782}},"bytes":2197}}} |
@@ -22,2 +22,5 @@ /** | ||
} | ||
export declare class CancelledError extends SystemError { | ||
constructor(message?: string, context?: any); | ||
} | ||
export declare class InvalidConfigError extends ApiError { | ||
@@ -24,0 +27,0 @@ constructor(message: string, context?: any); |
{ | ||
"name": "@dxos/errors", | ||
"version": "0.1.31", | ||
"version": "0.1.32-next.77d513e", | ||
"description": "Error definitions and utilities.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://dxos.org", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13364
134