@stack-spot/ai-chat-widget 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.3.1...ai-chat-widget@v1.3.2) (2024-11-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * removes postinstall from published package ([1ecb2f3](https://github.com/stack-spot/portal-ai-chat-widget/commit/1ecb2f3c5b974b3c3e0884f5138d04fc78249643))
9
+ * removes postinstall from published package ([1ecb2f3](https://github.com/stack-spot/portal-ai-chat-widget/commit/1ecb2f3c5b974b3c3e0884f5138d04fc78249643))
10
+
11
+ ## [1.3.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.3.0...ai-chat-widget@v1.3.1) (2024-11-01)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * removes postinstall from published package ([0a5c2ea](https://github.com/stack-spot/portal-ai-chat-widget/commit/0a5c2ea2f552a8b1593474cfaebc37fbb87f6777))
17
+ * removes postinstall from published package ([0a5c2ea](https://github.com/stack-spot/portal-ai-chat-widget/commit/0a5c2ea2f552a8b1593474cfaebc37fbb87f6777))
18
+
3
19
  ## [1.3.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.2.0...ai-chat-widget@v1.3.0) (2024-11-01)
4
20
 
5
21
 
package/package.json CHANGED
@@ -1,14 +1,13 @@
1
1
  {
2
2
  "name": "@stack-spot/ai-chat-widget",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
8
- "build": "rimraf dist && tsc && tsc-esm-fix --target='dist' && cpy src/layout.css dist --flat",
8
+ "build": "rimraf dist && pnpm generate:metadata && tsc && tsc-esm-fix --target='dist' && cpy src/layout.css dist --flat",
9
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
- "postinstall": "pnpm generate:metadata"
10
+ "generate:metadata": "pnpm app-metadata --lockfile ../../pnpm-lock.yaml --path packages/widget"
12
11
  },
13
12
  "peerDependencies": {
14
13
  "@citric/core": "^6.0.0",