@locdo.tech/botiq-chat-sdk 0.7.0 → 0.8.1

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/sdk/react.js CHANGED
@@ -1,4 +1,4 @@
1
- import { t as e } from "./npm-ClWjnXje.js";
1
+ import { t as e } from "./npm-BkpJFZG8.js";
2
2
  import { useEffect as t } from "react";
3
3
  //#region src/builds/npm/react.tsx
4
4
  function n(n) {
package/dist/sdk/vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import { t as e } from "./npm-ClWjnXje.js";
1
+ import { t as e } from "./npm-BkpJFZG8.js";
2
2
  import { defineComponent as t, onMounted as n, onUnmounted as r } from "vue";
3
3
  //#region src/builds/npm/vue.ts
4
4
  var i = t({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locdo.tech/botiq-chat-sdk",
3
- "version": "0.7.0",
3
+ "version": "0.8.1",
4
4
  "description": "BotIQ chat widget SDK — embed AI chatbot into any website with vanilla JS, React, or Vue.",
5
5
  "keywords": [
6
6
  "botiq",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "scripts": {
65
65
  "dev": "vite",
66
- "build:cdn": "tsc && vite build",
66
+ "build:cdn": "tsc -p tsconfig.build.json && vite build",
67
67
  "build:sdk": "tsc -p tsconfig.sdk.json --noEmit && vite build --config vite.config.sdk.ts",
68
68
  "build": "npm run build:cdn && npm run build:sdk",
69
69
  "preview": "vite preview",