@vamlabs/vam-chatbot 0.1.11 → 0.1.13

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.
@@ -39,36 +39,3 @@
39
39
  * This source code is licensed under the MIT license found in the
40
40
  * LICENSE file in the root directory of this source tree.
41
41
  */
42
-
43
- /**
44
- * @remix-run/router v1.19.2
45
- *
46
- * Copyright (c) Remix Software Inc.
47
- *
48
- * This source code is licensed under the MIT license found in the
49
- * LICENSE.md file in the root directory of this source tree.
50
- *
51
- * @license MIT
52
- */
53
-
54
- /**
55
- * React Router DOM v6.26.2
56
- *
57
- * Copyright (c) Remix Software Inc.
58
- *
59
- * This source code is licensed under the MIT license found in the
60
- * LICENSE.md file in the root directory of this source tree.
61
- *
62
- * @license MIT
63
- */
64
-
65
- /**
66
- * React Router v6.26.2
67
- *
68
- * Copyright (c) Remix Software Inc.
69
- *
70
- * This source code is licensed under the MIT license found in the
71
- * LICENSE.md file in the root directory of this source tree.
72
- *
73
- * @license MIT
74
- */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vamlabs/vam-chatbot",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "main": "dist/web-component.js",
5
5
  "description": "VAM Chatbot Web Component",
6
6
  "files": [
@@ -16,7 +16,6 @@
16
16
  "marked": "^13.0.3",
17
17
  "react": "^18.3.1",
18
18
  "react-dom": "^18.3.1",
19
- "react-router-dom": "^6.26.2",
20
19
  "react-use-websocket": "^4.8.1"
21
20
  },
22
21
  "scripts": {