@blumessage/react-chat 1.0.10 → 1.0.12

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/README.md +1 -1
  2. package/package.json +3 -10
package/README.md CHANGED
@@ -303,7 +303,7 @@ interface Message {
303
303
 
304
304
  ## License
305
305
 
306
- ISC
306
+ UNLICENSED - For use only by customers with an active Blumessage subscription.
307
307
 
308
308
  ## Support
309
309
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@blumessage/react-chat",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "A React TypeScript chat widget component with floating button, theming, and Blumessage API integration",
5
- "license": "MIT",
5
+ "license": "UNLICENSED",
6
6
  "author": "Blumessage <contact@blumessage.com>",
7
7
  "keywords": [
8
8
  "react",
@@ -14,14 +14,7 @@
14
14
  "floating",
15
15
  "tailwind"
16
16
  ],
17
- "repository": {
18
- "type": "git",
19
- "url": "git+https://github.com/MihaiZhaoDev/blumessage-react-chat-component.git"
20
- },
21
- "bugs": {
22
- "url": "https://github.com/MihaiZhaoDev/blumessage-react-chat-component/issues"
23
- },
24
- "homepage": "https://github.com/MihaiZhaoDev/blumessage-react-chat-component#readme",
17
+ "homepage": "https://blumessage.com",
25
18
  "files": [
26
19
  "dist",
27
20
  "README.md",