@tak-ps/cloudtak 13.86.0 → 13.86.1

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.
@@ -246,10 +246,6 @@ export declare function ensureDatabase(): Promise<void>;
246
246
  export declare class DatabaseSuspendedError extends Error {
247
247
  constructor(message?: string);
248
248
  }
249
- /**
250
- * The storage process did not answer a bounded probe. Every read and write
251
- * would hang forever; only a fresh WebView (or app process) recovers.
252
- */
253
249
  export declare class DatabaseUnavailableError extends Error {
254
250
  constructor(message: string);
255
251
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/cloudtak",
3
3
  "type": "module",
4
- "version": "13.86.0",
4
+ "version": "13.86.1",
5
5
  "types": "dist/types/plugin.d.ts",
6
6
  "files": [
7
7
  "dist/types"