@paymanai/payman-ask-sdk 1.1.1 → 1.2.0

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,106 +1,114 @@
1
1
  {
2
- "name": "@paymanai/payman-ask-sdk",
3
- "version": "1.1.1",
4
- "description": "Reusable chat SDK for Payman workflows with streaming support (Web & React Native)",
5
- "main": "dist/index.js",
6
- "module": "dist/index.mjs",
7
- "types": "dist/index.d.ts",
8
- "react-native": "dist/index.native.js",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "react-native": "./dist/index.native.js",
13
- "import": "./dist/index.mjs",
14
- "require": "./dist/index.js"
15
- },
16
- "./styles.css": "./dist/styles.css",
17
- "./dist/styles.css": "./dist/styles.css"
18
- },
19
- "files": [
20
- "dist",
21
- "README.md"
22
- ],
23
- "sideEffects": [
24
- "**/*.css"
25
- ],
26
- "scripts": {
27
- "build": "tsup",
28
- "build:widget": "vite build --config vite.config.widget.ts",
29
- "dev": "tsup --watch",
30
- "clean": "rm -rf dist",
31
- "type-check": "tsc --noEmit"
32
- },
33
- "keywords": [
34
- "payman",
35
- "chat",
36
- "workflow",
37
- "streaming",
38
- "react"
39
- ],
40
- "author": "Payman",
41
- "license": "MIT",
42
- "peerDependencies": {
43
- "framer-motion": ">=10.0.0",
44
- "lucide-react": ">=0.300.0",
45
- "lucide-react-native": ">=0.300.0",
46
- "react": ">=18.0.0",
47
- "react-dom": ">=18.0.0",
48
- "react-markdown": ">=9.0.0",
49
- "react-native": "*",
50
- "react-native-markdown-display": ">=7.0.0",
51
- "react-native-reanimated": ">=3.0.0",
52
- "remark-gfm": ">=4.0.0"
53
- },
54
- "peerDependenciesMeta": {
55
- "react-dom": {
56
- "optional": true
57
- },
58
- "react-native": {
59
- "optional": true
60
- },
61
- "framer-motion": {
62
- "optional": true
63
- },
64
- "lucide-react": {
65
- "optional": true
66
- },
67
- "lucide-react-native": {
68
- "optional": true
69
- },
70
- "react-markdown": {
71
- "optional": true
72
- },
73
- "react-native-markdown-display": {
74
- "optional": true
75
- },
76
- "react-native-reanimated": {
77
- "optional": true
78
- },
79
- "remark-gfm": {
80
- "optional": true
81
- }
82
- },
83
- "dependencies": {
84
- "@paymanai/payman-typescript-ask-sdk": "^1.1.0",
85
- "clsx": "^2.1.1",
86
- "tailwind-merge": "^3.3.1"
87
- },
88
- "devDependencies": {
89
- "@types/node": "^24.10.1",
90
- "@types/react": "^19.1.8",
91
- "@types/react-dom": "^19.1.6",
92
- "@vitejs/plugin-react": "^4.6.0",
93
- "autoprefixer": "^10.4.24",
94
- "framer-motion": "^12.23.0",
95
- "lucide-react": "^0.525.0",
96
- "postcss": "^8.5.6",
97
- "react": "^19.2.1",
98
- "react-dom": "^19.2.1",
99
- "react-markdown": "^10.1.0",
100
- "remark-gfm": "^4.0.1",
101
- "tailwindcss": "^3.4.0",
102
- "tsup": "^8.3.5",
103
- "typescript": "~5.8.3",
104
- "vite": "^7.0.1"
105
- }
2
+ "name": "@paymanai/payman-ask-sdk",
3
+ "version": "1.2.0",
4
+ "description": "Reusable chat SDK for Payman workflows with streaming support (Web & React Native)",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.mjs",
7
+ "types": "dist/index.d.ts",
8
+ "react-native": "dist/index.native.js",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "react-native": "./dist/index.native.js",
13
+ "import": "./dist/index.mjs",
14
+ "require": "./dist/index.js"
15
+ },
16
+ "./styles.css": "./dist/styles.css",
17
+ "./dist/styles.css": "./dist/styles.css"
18
+ },
19
+ "files": [
20
+ "dist",
21
+ "README.md"
22
+ ],
23
+ "sideEffects": [
24
+ "**/*.css"
25
+ ],
26
+ "scripts": {
27
+ "build": "npx tsup",
28
+ "build:widget": "npx vite build --config vite.config.widget.ts",
29
+ "dev": "npx tsup --watch",
30
+ "clean": "rm -rf dist",
31
+ "type-check": "npx tsc --noEmit",
32
+ "android": "expo run:android",
33
+ "ios": "expo run:ios"
34
+ },
35
+ "keywords": [
36
+ "payman",
37
+ "chat",
38
+ "workflow",
39
+ "streaming",
40
+ "react"
41
+ ],
42
+ "author": "Payman",
43
+ "license": "MIT",
44
+ "peerDependencies": {
45
+ "expo-speech-recognition": ">=3.0.0",
46
+ "framer-motion": ">=10.0.0",
47
+ "lucide-react": ">=0.300.0",
48
+ "lucide-react-native": ">=0.300.0",
49
+ "react": ">=18.0.0",
50
+ "react-dom": ">=18.0.0",
51
+ "react-markdown": ">=9.0.0",
52
+ "react-native": "*",
53
+ "react-native-markdown-display": ">=7.0.0",
54
+ "react-native-reanimated": ">=3.0.0",
55
+ "remark-gfm": ">=4.0.0"
56
+ },
57
+ "peerDependenciesMeta": {
58
+ "expo-speech-recognition": {
59
+ "optional": true
60
+ },
61
+ "react-dom": {
62
+ "optional": true
63
+ },
64
+ "react-native": {
65
+ "optional": true
66
+ },
67
+ "framer-motion": {
68
+ "optional": true
69
+ },
70
+ "lucide-react": {
71
+ "optional": true
72
+ },
73
+ "lucide-react-native": {
74
+ "optional": true
75
+ },
76
+ "react-markdown": {
77
+ "optional": true
78
+ },
79
+ "react-native-markdown-display": {
80
+ "optional": true
81
+ },
82
+ "react-native-reanimated": {
83
+ "optional": true
84
+ },
85
+ "remark-gfm": {
86
+ "optional": true
87
+ }
88
+ },
89
+ "dependencies": {
90
+ "@paymanai/payman-typescript-ask-sdk": "^1.2.0",
91
+ "clsx": "^2.1.1",
92
+ "expo": "^54.0.33",
93
+ "tailwind-merge": "^3.3.1",
94
+ "react-native": "0.81.5"
95
+ },
96
+ "devDependencies": {
97
+ "@types/node": "^24.10.1",
98
+ "@types/react": "^19.1.8",
99
+ "@types/react-dom": "^19.1.6",
100
+ "@vitejs/plugin-react": "^4.6.0",
101
+ "autoprefixer": "^10.4.24",
102
+ "framer-motion": "^12.23.0",
103
+ "lucide-react": "^0.525.0",
104
+ "postcss": "^8.5.6",
105
+ "react": "^19.2.1",
106
+ "react-dom": "^19.2.1",
107
+ "react-markdown": "^10.1.0",
108
+ "remark-gfm": "^4.0.1",
109
+ "tailwindcss": "^3.4.0",
110
+ "tsup": "^8.3.5",
111
+ "typescript": "~5.8.3",
112
+ "vite": "^7.0.1"
113
+ }
106
114
  }