@sparkvault/sdk 1.23.6 → 1.23.8

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.
@@ -19,7 +19,6 @@ import type { ResolvedConfig } from '../../config';
19
19
  import type { UploadOptions, UploadAttachOptions, UploadResult } from './types';
20
20
  export declare class VaultUploadModule {
21
21
  private readonly config;
22
- private readonly api;
23
22
  private renderer;
24
23
  private attachedElements;
25
24
  constructor(config: ResolvedConfig);
@@ -140,6 +140,7 @@ export type UploadViewState = {
140
140
  config: VaultUploadConfig;
141
141
  } | {
142
142
  view: 'error';
143
+ title: string;
143
144
  message: string;
144
145
  code: string;
145
146
  httpStatus?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sparkvault/sdk",
3
- "version": "1.23.6",
3
+ "version": "1.23.8",
4
4
  "description": "SparkVault JavaScript SDK - Identity Verification and Encrypted Vaults",
5
5
  "type": "module",
6
6
  "main": "dist/sparkvault.cjs.js",