juneau 0.7.1 → 0.7.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,86 +1,86 @@
1
- {
2
- "name": "juneau",
3
- "version": "0.7.1",
4
- "description": "Open-source React/TypeScript library for AI chat UI components",
5
- "type": "module",
6
- "main": "./dist/index.cjs",
7
- "module": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.js",
13
- "require": "./dist/index.cjs"
14
- },
15
- "./server": {
16
- "types": "./dist/server/index.d.ts",
17
- "import": "./dist/server/index.js",
18
- "require": "./dist/server/index.cjs"
19
- },
20
- "./dist/style.css": "./dist/style.css"
21
- },
22
- "files": [
23
- "dist"
24
- ],
25
- "sideEffects": [
26
- "dist/style.css"
27
- ],
28
- "scripts": {
29
- "dev": "vite",
30
- "build": "npm run build:types && vite build --mode lib && vite build --config vite.config.server.ts",
31
- "build:types": "tsc --project tsconfig.build.json",
32
- "build:demo": "vite build",
33
- "preview": "vite preview --outDir dist-demo",
34
- "typecheck": "tsc --noEmit",
35
- "lint": "eslint src --ext .ts,.tsx",
36
- "storybook": "storybook dev -p 6006",
37
- "build-storybook": "storybook build",
38
- "test": "vitest"
39
- },
40
- "peerDependencies": {
41
- "react": "^18.0.0 || ^19.0.0",
42
- "react-dom": "^18.0.0 || ^19.0.0"
43
- },
44
- "dependencies": {
45
- "react-markdown": "^10.1.0",
46
- "remark-gfm": "^4.0.1",
47
- "zod": "^4.4.3"
48
- },
49
- "devDependencies": {
50
- "@chromatic-com/storybook": "latest",
51
- "@fortawesome/fontawesome-svg-core": "^7.3.1",
52
- "@fortawesome/free-regular-svg-icons": "^7.3.1",
53
- "@fortawesome/free-solid-svg-icons": "^7.3.1",
54
- "@fortawesome/react-fontawesome": "^3.5.0",
55
- "@storybook/addon-a11y": "^10.5.7",
56
- "@storybook/addon-docs": "^10.5.7",
57
- "@storybook/addon-mcp": "latest",
58
- "@storybook/addon-vitest": "^10.5.7",
59
- "@storybook/react-vite": "^10.5.7",
60
- "@testing-library/react": "^16.3.2",
61
- "@types/react": "^19.0.0",
62
- "@types/react-dom": "^19.0.0",
63
- "@vitejs/plugin-react": "^4.3.4",
64
- "@vitest/browser-playwright": "latest",
65
- "@vitest/coverage-v8": "latest",
66
- "jsdom": "^30.0.1",
67
- "playwright": "latest",
68
- "storybook": "^10.5.7",
69
- "typescript": "^5.7.0",
70
- "vite": "^6.0.0",
71
- "vitest": "latest"
72
- },
73
- "keywords": [
74
- "react",
75
- "ai",
76
- "chat",
77
- "ui",
78
- "copilot",
79
- "streaming"
80
- ],
81
- "license": "MIT",
82
- "allowScripts": {
83
- "esbuild@0.25.12": true,
84
- "fsevents@2.3.3": true
85
- }
86
- }
1
+ {
2
+ "name": "juneau",
3
+ "version": "0.7.2",
4
+ "description": "Open-source React/TypeScript library for AI chat UI components",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.js",
13
+ "require": "./dist/index.cjs"
14
+ },
15
+ "./server": {
16
+ "types": "./dist/server/index.d.ts",
17
+ "import": "./dist/server/index.js",
18
+ "require": "./dist/server/index.cjs"
19
+ },
20
+ "./dist/style.css": "./dist/style.css"
21
+ },
22
+ "files": [
23
+ "dist"
24
+ ],
25
+ "sideEffects": [
26
+ "dist/style.css"
27
+ ],
28
+ "scripts": {
29
+ "dev": "vite",
30
+ "build": "npm run build:types && vite build --mode lib && vite build --config vite.config.server.ts",
31
+ "build:types": "tsc --project tsconfig.build.json",
32
+ "build:demo": "vite build",
33
+ "preview": "vite preview --outDir dist-demo",
34
+ "typecheck": "tsc --noEmit",
35
+ "lint": "eslint src --ext .ts,.tsx",
36
+ "storybook": "storybook dev -p 6006",
37
+ "build-storybook": "storybook build",
38
+ "test": "vitest"
39
+ },
40
+ "peerDependencies": {
41
+ "react": "^18.0.0 || ^19.0.0",
42
+ "react-dom": "^18.0.0 || ^19.0.0"
43
+ },
44
+ "dependencies": {
45
+ "react-markdown": "^10.1.0",
46
+ "remark-gfm": "^4.0.1",
47
+ "zod": "^4.4.3"
48
+ },
49
+ "devDependencies": {
50
+ "@chromatic-com/storybook": "latest",
51
+ "@fortawesome/fontawesome-svg-core": "^7.3.1",
52
+ "@fortawesome/free-regular-svg-icons": "^7.3.1",
53
+ "@fortawesome/free-solid-svg-icons": "^7.3.1",
54
+ "@fortawesome/react-fontawesome": "^3.5.0",
55
+ "@storybook/addon-a11y": "^10.5.7",
56
+ "@storybook/addon-docs": "^10.5.7",
57
+ "@storybook/addon-mcp": "latest",
58
+ "@storybook/addon-vitest": "^10.5.7",
59
+ "@storybook/react-vite": "^10.5.7",
60
+ "@testing-library/react": "^16.3.2",
61
+ "@types/react": "^19.0.0",
62
+ "@types/react-dom": "^19.0.0",
63
+ "@vitejs/plugin-react": "^4.3.4",
64
+ "@vitest/browser-playwright": "latest",
65
+ "@vitest/coverage-v8": "latest",
66
+ "jsdom": "^30.0.1",
67
+ "playwright": "latest",
68
+ "storybook": "^10.5.7",
69
+ "typescript": "^5.7.0",
70
+ "vite": "^6.0.0",
71
+ "vitest": "latest"
72
+ },
73
+ "keywords": [
74
+ "react",
75
+ "ai",
76
+ "chat",
77
+ "ui",
78
+ "copilot",
79
+ "streaming"
80
+ ],
81
+ "license": "MIT",
82
+ "allowScripts": {
83
+ "esbuild@0.25.12": true,
84
+ "fsevents@2.3.3": true
85
+ }
86
+ }