@getsupertab/supertab-js 3.20.2 → 3.20.4

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.
@@ -204,7 +204,7 @@ declare class ApiClient {
204
204
  recursAt: string | (string | null)[] | null;
205
205
  }[] | null;
206
206
  metadata?: unknown;
207
- };
207
+ } | null;
208
208
  actionRequired: boolean;
209
209
  actionRequiredDetails: {
210
210
  next: string;
@@ -1,4 +1,4 @@
1
- import { S as e } from "./supertab-D_e6CwyR.js";
1
+ import { S as e } from "./supertab-CPJ6_0oF.js";
2
2
  export {
3
3
  e as Supertab
4
4
  };
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "engines": {
23
23
  "node": ">=22.13.1"
24
24
  },
25
- "version": "3.20.2",
25
+ "version": "3.20.4",
26
26
  "type": "module",
27
27
  "scripts": {
28
28
  "dev": "vite --config .vite/vite.dev.config.ts",