@stack-spot/ai-chat-widget 2.0.0-betacitric.9 → 2.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.36.4...ai-chat-widget@v2.0.0) (2025-09-17)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * updates Citric + ADP features ([#304](https://github.com/stack-spot/portal-ai-chat-widget/issues/304))
9
+
10
+ ### Features
11
+
12
+ * updates Citric + ADP features ([#304](https://github.com/stack-spot/portal-ai-chat-widget/issues/304)) ([30f068d](https://github.com/stack-spot/portal-ai-chat-widget/commit/30f068d25f6e677241bc4ce4e92cc85910b12fe9))
13
+
3
14
  ## [1.36.4](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.36.3...ai-chat-widget@v1.36.4) (2025-09-04)
4
15
 
5
16
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stack-spot/ai-chat-widget",
3
- "version": "2.0.0-betacitric.9",
4
- "date": "Tue Sep 09 2025 10:13:25 GMT-0300 (Horário Padrão de Brasília)",
3
+ "version": "2.0.0",
4
+ "date": "Thu Sep 18 2025 12:46:36 GMT+0000 (Coordinated Universal Time)",
5
5
  "dependencies": [
6
6
  {
7
7
  "name": "@stack-spot/app-metadata",
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@stack-spot/ai-chat-widget",
3
- "version": "2.0.0-betacitric.9",
3
+ "version": "2.0.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
+ "scripts": {
8
+ "build": "rimraf dist && pnpm generate:metadata && tsc && tsc-esm-fix --target='dist' && cpy src/layout.css dist --flat && cpy src/assets/**/*.png dist/assets",
9
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
10
+ "generate:metadata": "pnpm app-metadata --lockfile ../../pnpm-lock.yaml --path packages/widget"
11
+ },
7
12
  "peerDependencies": {
8
13
  "@stack-spot/citric-react": "^0.35.0",
9
14
  "@stack-spot/citric-icons": "^0.2.2",
@@ -53,10 +58,5 @@
53
58
  "ulid": "^2.3.0",
54
59
  "@xyflow/react": "^12.3.2",
55
60
  "@dagrejs/dagre": "^1.1.4"
56
- },
57
- "scripts": {
58
- "build": "rimraf dist && pnpm generate:metadata && tsc && tsc-esm-fix --target='dist' && cpy src/layout.css dist --flat && cpy src/assets/**/*.png dist/assets",
59
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
60
- "generate:metadata": "pnpm app-metadata --lockfile ../../pnpm-lock.yaml --path packages/widget"
61
61
  }
62
- }
62
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stack-spot/ai-chat-widget",
3
- "version": "2.0.0-betacitric.9",
4
- "date": "Tue Sep 09 2025 10:13:25 GMT-0300 (Horário Padrão de Brasília)",
3
+ "version": "2.0.0",
4
+ "date": "Thu Sep 18 2025 12:46:36 GMT+0000 (Coordinated Universal Time)",
5
5
  "dependencies": [
6
6
  {
7
7
  "name": "@stack-spot/app-metadata",