@akropolys/kiku 1.7.26 → 1.8.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,67 +1,67 @@
1
- {
2
- "name": "@akropolys/kiku",
3
- "version": "1.7.26",
4
- "description": "The real-time conversational layer for the living web.",
5
- "license": "MIT",
6
- "keywords": [
7
- "conversational-ai",
8
- "realtime",
9
- "voice-ai",
10
- "chat",
11
- "search",
12
- "rag",
13
- "react",
14
- "nextjs",
15
- "akropolys",
16
- "kiku"
17
- ],
18
- "repository": {
19
- "type": "git",
20
- "url": "https://github.com/akropolys/sdk.git"
21
- },
22
- "homepage": "https://akropolys.io",
23
- "main": "dist/index.js",
24
- "module": "dist/index.mjs",
25
- "types": "dist/index.d.ts",
26
- "style": "dist/styles.css",
27
- "exports": {
28
- ".": {
29
- "types": "./dist/index.d.ts",
30
- "import": "./dist/index.mjs",
31
- "require": "./dist/index.js"
32
- },
33
- "./styles.css": "./dist/styles.css",
34
- "./shopify": "./dist/shopify.js",
35
- "./kiku.iife.js": "./dist/kiku.iife.js"
36
- },
37
- "files": [
38
- "dist",
39
- "shopify",
40
- "README.md"
41
- ],
42
- "scripts": {
43
- "build": "node scripts/gen-css.mjs && tsup && node scripts/postbuild.mjs",
44
- "dev": "node scripts/gen-css.mjs && tsup --watch"
45
- },
46
- "peerDependencies": {
47
- "react": ">=17",
48
- "react-dom": ">=17",
49
- "@akropolys/sdk": "^1.8.11"
50
- },
51
- "peerDependenciesMeta": {
52
- "react": {
53
- "optional": false
54
- },
55
- "react-dom": {
56
- "optional": false
57
- }
58
- },
59
- "devDependencies": {
60
- "@akropolys/sdk": "workspace:*",
61
- "@types/react": "^18.0.0",
62
- "@types/react-dom": "^18.0.0",
63
- "clsx": "^2.1.1",
64
- "tsup": "^8.0.0",
65
- "typescript": "^5.0.0"
66
- }
67
- }
1
+ {
2
+ "name": "@akropolys/kiku",
3
+ "version": "1.8.0",
4
+ "description": "The real-time conversational layer for the living web.",
5
+ "license": "MIT",
6
+ "keywords": [
7
+ "conversational-ai",
8
+ "realtime",
9
+ "voice-ai",
10
+ "chat",
11
+ "search",
12
+ "rag",
13
+ "react",
14
+ "nextjs",
15
+ "akropolys",
16
+ "kiku"
17
+ ],
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/akropolys/sdk.git"
21
+ },
22
+ "homepage": "https://akropolys.io",
23
+ "main": "dist/index.js",
24
+ "module": "dist/index.mjs",
25
+ "types": "dist/index.d.ts",
26
+ "style": "dist/styles.css",
27
+ "exports": {
28
+ ".": {
29
+ "types": "./dist/index.d.ts",
30
+ "import": "./dist/index.mjs",
31
+ "require": "./dist/index.js"
32
+ },
33
+ "./styles.css": "./dist/styles.css",
34
+ "./shopify": "./dist/shopify.js",
35
+ "./kiku.iife.js": "./dist/kiku.iife.js"
36
+ },
37
+ "files": [
38
+ "dist",
39
+ "shopify",
40
+ "README.md"
41
+ ],
42
+ "scripts": {
43
+ "build": "node scripts/gen-css.mjs && tsup && node scripts/postbuild.mjs",
44
+ "dev": "node scripts/gen-css.mjs && tsup --watch"
45
+ },
46
+ "peerDependencies": {
47
+ "react": ">=17",
48
+ "react-dom": ">=17",
49
+ "@akropolys/sdk": "^1.9.0"
50
+ },
51
+ "peerDependenciesMeta": {
52
+ "react": {
53
+ "optional": false
54
+ },
55
+ "react-dom": {
56
+ "optional": false
57
+ }
58
+ },
59
+ "devDependencies": {
60
+ "@akropolys/sdk": "workspace:*",
61
+ "@types/react": "^18.0.0",
62
+ "@types/react-dom": "^18.0.0",
63
+ "clsx": "^2.1.1",
64
+ "tsup": "^8.0.0",
65
+ "typescript": "^5.0.0"
66
+ }
67
+ }