@eka-care/ekascribe-ts-sdk 3.0.18 → 3.0.20

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.mjs +2 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -6187,7 +6187,8 @@ const w = class w {
6187
6187
  useWorker: t.allianceConfig?.useWorker ?? "auto",
6188
6188
  workerScriptUrl: t.sharedWorkerUrl,
6189
6189
  debug: t.allianceConfig?.debug ?? !1,
6190
- autoDiscovery: !0
6190
+ autoDiscovery: !0,
6191
+ flavour: t.flavour
6191
6192
  }), this.allianceClient.init().catch((r) => {
6192
6193
  console.error("[EkaScribe] Alliance SDK init failed:", r);
6193
6194
  }), this.documents = new jc(this.transport, this.hosts, this.allianceClient), this.sessions = new Vc(this.transport, this.hosts, this.allianceClient), this.output = new Gc(this.transport, this.hosts), this.recording = new zc(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "3.0.18",
3
+ "version": "3.0.20",
4
4
  "description": "EkaScribe TypeScript SDK - Modern ES2020 build",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",
@@ -37,7 +37,7 @@
37
37
  "README.md"
38
38
  ],
39
39
  "dependencies": {
40
- "med-scribe-alliance-ts-sdk": "2.0.20"
40
+ "med-scribe-alliance-ts-sdk": "2.0.23"
41
41
  },
42
42
  "devDependencies": {
43
43
  "vite-bundle-analyzer": "^1.3.6"