@paymanai/payman-ask-sdk 4.0.23 → 4.0.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paymanai/payman-ask-sdk",
3
- "version": "4.0.23",
3
+ "version": "4.0.25",
4
4
  "description": "Reusable web chat SDK for Payman K2 Agents with streaming support",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -25,6 +25,7 @@
25
25
  "build": "npx tsup",
26
26
  "build:widget": "npx vite build --config vite.config.widget.ts",
27
27
  "dev": "npx tsup --watch",
28
+ "rebuild:linked": "cd ../payman-sdk-typescript && npm run build && cd ../payman-ask-sdk && bun run build",
28
29
  "clean": "rm -rf dist",
29
30
  "type-check": "npx tsc --noEmit"
30
31
  },
@@ -42,7 +43,7 @@
42
43
  },
43
44
  "dependencies": {
44
45
  "@lottiefiles/dotlottie-react": "^0.19.0",
45
- "@paymanai/payman-typescript-ask-sdk": "4.0.23",
46
+ "@paymanai/payman-typescript-ask-sdk": "4.0.25",
46
47
  "@sentry/react": "^10.46.0",
47
48
  "clsx": "^2.1.1",
48
49
  "remark-breaks": "^4.0.0",