@2uinc/frontend-component-xpert-chatbot 1.3.0 → 1.3.1-alpha.1

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 +3 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -116,17 +116,11 @@ A CDN deployment occurs after the NPM deployment for clients that don't have Rea
116
116
  <head>
117
117
  <link rel="stylesheet" href="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.css" />
118
118
 
119
- <script type="importmap">
120
- {
121
- "imports": {
122
- "react": "https://cdn.jsdelivr.net/npm/react@17.0.2/+esm",
123
- "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@17.0.2/+esm"
124
- }
125
- }
126
- </script>
127
119
  </head>
128
120
  <body>
129
- <script type="module" defer src="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.js"></script>
121
+ <div id="xpert-chatbot-container"></div>
122
+ ...
123
+ <script defer src="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.js"></script>
130
124
  </body>
131
125
  ```
132
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.3.0",
3
+ "version": "1.3.1-alpha.1",
4
4
  "homepage": "/app/plugins/xpert-chatbot/frontend/build/",
5
5
  "repository": {
6
6
  "type": "git",