@paymanai/payman-ask-sdk 4.0.0 → 4.0.2

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,15 +1,13 @@
1
1
  {
2
2
  "name": "@paymanai/payman-ask-sdk",
3
- "version": "4.0.0",
4
- "description": "Reusable chat SDK for Payman K2 Agents with streaming support (Web & React Native)",
3
+ "version": "4.0.2",
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",
7
7
  "types": "dist/index.d.ts",
8
- "react-native": "dist/index.native.js",
9
8
  "exports": {
10
9
  ".": {
11
10
  "types": "./dist/index.d.ts",
12
- "react-native": "./dist/index.native.js",
13
11
  "import": "./dist/index.mjs",
14
12
  "require": "./dist/index.js"
15
13
  },
@@ -28,9 +26,7 @@
28
26
  "build:widget": "npx vite build --config vite.config.widget.ts",
29
27
  "dev": "npx tsup --watch",
30
28
  "clean": "rm -rf dist",
31
- "type-check": "npx tsc --noEmit",
32
- "android": "expo run:android",
33
- "ios": "expo run:ios"
29
+ "type-check": "npx tsc --noEmit"
34
30
  },
35
31
  "keywords": [
36
32
  "payman",
@@ -46,56 +42,33 @@
46
42
  },
47
43
  "dependencies": {
48
44
  "@lottiefiles/dotlottie-react": "^0.19.0",
49
- "@paymanai/payman-typescript-ask-sdk": "^4.0.0",
45
+ "@paymanai/payman-typescript-ask-sdk": "^4.0.2",
50
46
  "@sentry/react": "^10.46.0",
51
47
  "clsx": "^2.1.1",
52
- "expo": "^54.0.33",
53
- "react-native": "0.81.5",
54
- "react-native-modal": "^13.0.1",
55
48
  "remark-breaks": "^4.0.0",
56
49
  "tailwind-merge": "^3.3.1"
57
50
  },
58
51
  "peerDependencies": {
59
- "expo-speech-recognition": ">=3.0.0",
60
52
  "framer-motion": ">=10.0.0",
61
53
  "lucide-react": ">=0.300.0",
62
- "lucide-react-native": ">=0.300.0",
63
54
  "react": ">=18.0.0",
64
55
  "react-dom": ">=18.0.0",
65
56
  "react-markdown": ">=9.0.0",
66
- "react-native": "*",
67
- "react-native-markdown-display": ">=7.0.0",
68
- "react-native-reanimated": ">=3.0.0",
69
57
  "remark-gfm": ">=4.0.0"
70
58
  },
71
59
  "peerDependenciesMeta": {
72
- "expo-speech-recognition": {
73
- "optional": true
74
- },
75
60
  "react-dom": {
76
61
  "optional": true
77
62
  },
78
- "react-native": {
79
- "optional": true
80
- },
81
63
  "framer-motion": {
82
64
  "optional": true
83
65
  },
84
66
  "lucide-react": {
85
67
  "optional": true
86
68
  },
87
- "lucide-react-native": {
88
- "optional": true
89
- },
90
69
  "react-markdown": {
91
70
  "optional": true
92
71
  },
93
- "react-native-markdown-display": {
94
- "optional": true
95
- },
96
- "react-native-reanimated": {
97
- "optional": true
98
- },
99
72
  "remark-gfm": {
100
73
  "optional": true
101
74
  }