@2uinc/frontend-component-xpert-chatbot 1.2.0 → 1.2.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.
- package/README.md +1 -9
- package/package.json +5 -1
package/README.md
CHANGED
@@ -103,19 +103,11 @@ A CDN deployment occurs after the NPM deployment for clients that don't have Rea
|
|
103
103
|
<head>
|
104
104
|
<link rel="stylesheet href="https://chatbot-frontend.prod.ai.2u.com/@latest/index.css.js" />
|
105
105
|
|
106
|
-
<script type="importmap">
|
107
|
-
{
|
108
|
-
"imports": {
|
109
|
-
"react": "https://cdn.jsdelivr.net/npm/react@17.0.2/+esm",
|
110
|
-
"react-dom": "https://cdn.jsdelivr.net/npm/react-dom@17.0.2/+esm"
|
111
|
-
}
|
112
|
-
}
|
113
|
-
</script>
|
114
106
|
</head>
|
115
107
|
<body>
|
116
108
|
<div id="xpert-chatbot-container"></div>
|
117
109
|
...
|
118
|
-
<script
|
110
|
+
<script defer src="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.js"></script>
|
119
111
|
</body>
|
120
112
|
```
|
121
113
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@2uinc/frontend-component-xpert-chatbot",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.1-alpha.1",
|
4
4
|
"homepage": "/app/plugins/xpert-chatbot/frontend/build/",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -87,6 +87,10 @@
|
|
87
87
|
"branches": [
|
88
88
|
"+([0-9])?(.{+([0-9]),x}).x",
|
89
89
|
"main",
|
90
|
+
{
|
91
|
+
"name": "alpha",
|
92
|
+
"prerelease": true
|
93
|
+
},
|
90
94
|
{
|
91
95
|
"name": "beta",
|
92
96
|
"prerelease": true
|