@rahul_vendure/ai-chat-dashboard 0.1.2 → 0.1.3

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.
Files changed (3) hide show
  1. package/LICENSE +14 -0
  2. package/README.md +2 -1
  3. package/package.json +5 -4
package/LICENSE ADDED
@@ -0,0 +1,14 @@
1
+ Copyright (C) 2025 Rahul Yadav
2
+
3
+ This program is free software: you can redistribute it and/or modify
4
+ it under the terms of the GNU Affero General Public License as published by
5
+ the Free Software Foundation, either version 3 of the License, or
6
+ (at your option) any later version.
7
+
8
+ This program is distributed in the hope that it will be useful,
9
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
+ GNU Affero General Public License for more details.
12
+
13
+ You should have received a copy of the GNU Affero General Public License
14
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
package/README.md CHANGED
@@ -125,4 +125,5 @@ This is a **dashboard-only** package — it contains no backend logic. The archi
125
125
 
126
126
  ## License
127
127
 
128
- MIT
128
+
129
+ AGPL-3.0 — see [LICENSE](./LICENSE) for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rahul_vendure/ai-chat-dashboard",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "AI chat assistant widget for the Vendure admin dashboard — adds a floating chat panel to the React-based Vendure 3.x dashboard",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -14,7 +14,8 @@
14
14
  "files": [
15
15
  "dist",
16
16
  "src/dashboard",
17
- "README.md"
17
+ "README.md",
18
+ "LICENSE"
18
19
  ],
19
20
  "scripts": {
20
21
  "build": "tsc",
@@ -31,13 +32,13 @@
31
32
  "react"
32
33
  ],
33
34
  "author": "Rahul Yadav",
34
- "license": "MIT",
35
+ "license": "AGPL-3.0",
35
36
  "publishConfig": {
36
37
  "access": "public"
37
38
  },
38
39
  "repository": {
39
40
  "type": "git",
40
- "url": "https://github.com/Ryrahul/Vendure-ai.git",
41
+ "url": "git+https://github.com/Ryrahul/Vendure-ai.git",
41
42
  "directory": "packages/ai-chat-dashboard"
42
43
  },
43
44
  "peerDependencies": {