@incodetech/web 0.0.0-dev-20260313-18a17d6 → 0.0.0-dev-20260313-486e658

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.
package/dist/index.es.js CHANGED
@@ -1,22 +1,24 @@
1
+ import { setup as p } from "@incodetech/core";
2
+ import { DEFAULT_WASM_VERSION as O } from "@incodetech/core";
1
3
  import "./vendor-preact-BXf0bkEs.js";
2
- import { setup as c } from "@incodetech/core";
3
- import { s as p, c as m, b as f } from "./uiConfig-DisZ_yFB.js";
4
- import { a as O } from "./uiConfig-DisZ_yFB.js";
5
- async function b({
6
- apiURL: s,
7
- token: e,
4
+ import { s as c, c as m, b as f } from "./uiConfig-DisZ_yFB.js";
5
+ import { a as _ } from "./uiConfig-DisZ_yFB.js";
6
+ async function S({
7
+ apiURL: e,
8
+ token: s,
8
9
  customHeaders: n,
9
10
  timeout: a,
10
11
  wasm: o,
11
12
  i18n: r,
12
13
  uiConfig: t
13
14
  }) {
14
- t && p(t), await c({ apiURL: s, token: e, customHeaders: n, timeout: a, wasm: o });
15
+ t && c(t), await p({ apiURL: e, token: s, customHeaders: n, timeout: a, wasm: o });
15
16
  const i = m(r);
16
17
  f(i);
17
18
  }
18
19
  export {
19
- p as setUiConfig,
20
- b as setup,
21
- O as useScreenOrientation
20
+ O as DEFAULT_WASM_VERSION,
21
+ c as setUiConfig,
22
+ S as setup,
23
+ _ as useScreenOrientation
22
24
  };
@@ -1,6 +1,9 @@
1
+ import { DEFAULT_WASM_VERSION } from '@incodetech/core';
1
2
  import { I18nOptions } from './setup';
2
3
  import { WasmConfig } from '@incodetech/core';
3
4
 
5
+ export { DEFAULT_WASM_VERSION }
6
+
4
7
  /**
5
8
  * Sets global UI configuration defaults for `@incodetech/ui`.
6
9
  */
@@ -13,7 +16,7 @@ declare type SetupOptions = {
13
16
  token: string;
14
17
  customHeaders?: Record<string, string>;
15
18
  timeout?: number;
16
- wasm?: WasmConfig;
19
+ wasm?: WasmConfig | false;
17
20
  i18n?: I18nOptions;
18
21
  uiConfig?: UiConfig;
19
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260313-18a17d6",
3
+ "version": "0.0.0-dev-20260313-486e658",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -115,7 +115,7 @@
115
115
  "preact-custom-element": "^4.6.0",
116
116
  "qrcode": "^1.5.4",
117
117
  "tailwindcss": "^4.1.17",
118
- "@incodetech/core": "0.0.0-dev-20260313-18a17d6"
118
+ "@incodetech/core": "0.0.0-dev-20260313-486e658"
119
119
  },
120
120
  "devDependencies": {
121
121
  "@microsoft/api-extractor": "^7.53.3",