@vamlabs/vam-chatbot 0.1.6 → 0.1.8

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/LICENSE +22 -0
  2. package/package.json +2 -2
package/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "Creative Commons Attribution-NonCommercial-NoDerivs (CC-BY-NC-ND)",
3
+ "priority": 1,
4
+ "available": true,
5
+ "url": "http://creativecommons.org/licenses/by-nc-nd/4.0/",
6
+ "description": "The most restrictive creative commons license. This only allows people to download and share your work for no commercial gain and for no other purposes.",
7
+ "categories": [
8
+ "public",
9
+ "data",
10
+ "by",
11
+ "nc",
12
+ "nd"
13
+ ],
14
+ "labels": [
15
+ "public",
16
+ "cc",
17
+ "by",
18
+ "nc",
19
+ "nd"
20
+ ],
21
+ "key": "cc-by-nc-nd"
22
+ }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@vamlabs/vam-chatbot",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "main": "dist/web-component.js",
5
5
  "description": "VAM Chatbot Web Component",
6
6
  "files": [
7
7
  "dist"
8
8
  ],
9
- "license": "CC-BY-NC-ND-1.0",
9
+ "license": "CC-BY-NC-ND-4.0",
10
10
  "dependencies": {
11
11
  "axios": "^1.7.2",
12
12
  "bootstrap": "^5.3.3",