@encatch/web-sdk 1.4.0 → 1.4.1-beta.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -84,6 +84,8 @@ export declare interface EncatchConfig {
84
84
  theme?: Theme;
85
85
  /** API base URL - defaults to 'https://app.encatch.com' */
86
86
  apiBaseUrl?: string;
87
+ /** When true, logs SDK diagnostic messages (console.warn / console.debug). @default false */
88
+ debugMode?: boolean;
87
89
  /** When true, displays the form inline at full height without modal overlay */
88
90
  isFullScreen?: boolean;
89
91
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@encatch/web-sdk",
3
- "version": "1.4.0",
3
+ "version": "1.4.1-beta.0",
4
4
  "description": "A lightweight, type-safe JavaScript SDK for integrating Encatch forms and surveys",
5
5
  "type": "module",
6
6
  "main": "dist/encatch.es.js",
@@ -39,7 +39,7 @@
39
39
  "vite": "^8.0.12",
40
40
  "vite-plugin-dts": "^5.0.0",
41
41
  "zod": "^4.0.0",
42
- "@encatch/schema": "1.4.0"
42
+ "@encatch/schema": "1.4.1-beta.0"
43
43
  },
44
44
  "repository": {
45
45
  "type": "git",