deep-chat-dev 1.1.22 → 1.1.23
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/custom-elements.json +1008 -1008
- package/dist/deepChat.js +2 -8
- package/package.json +2 -1
package/dist/deepChat.js
CHANGED
@@ -1,9 +1,3 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.DeepChat = void 0;
|
7
1
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
8
2
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
9
3
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
@@ -9529,7 +9523,6 @@ var DeepChat = /*#__PURE__*/function (_InternalHTML2) {
|
|
9529
9523
|
}]);
|
9530
9524
|
return DeepChat;
|
9531
9525
|
}(InternalHTML);
|
9532
|
-
exports.DeepChat = DeepChat;
|
9533
9526
|
__decorateClass([Property("object")], DeepChat.prototype, "directConnection", 2);
|
9534
9527
|
__decorateClass([Property("object")], DeepChat.prototype, "request", 2);
|
9535
9528
|
__decorateClass([Property("object")], DeepChat.prototype, "stream", 2);
|
@@ -9563,4 +9556,5 @@ __decorateClass([Property("object")], DeepChat.prototype, "dragAndDrop", 2);
|
|
9563
9556
|
__decorateClass([Property("object")], DeepChat.prototype, "introPanelStyle", 2);
|
9564
9557
|
__decorateClass([Property("function")], DeepChat.prototype, "onNewMessage", 2);
|
9565
9558
|
__decorateClass([Property("function")], DeepChat.prototype, "onComponentRender", 2);
|
9566
|
-
customElements.define("deep-chat", DeepChat);
|
9559
|
+
customElements.define("deep-chat", DeepChat);
|
9560
|
+
export { DeepChat };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "deep-chat-dev",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.23",
|
4
4
|
"description": "Customizable chat component for AI APIs",
|
5
5
|
"main": "./dist/deepChat.js",
|
6
6
|
"module": "./dist/deepChat.js",
|
@@ -66,6 +66,7 @@
|
|
66
66
|
"custom-elements.json"
|
67
67
|
],
|
68
68
|
"dependencies": {
|
69
|
+
"@babel/cli": "^7.22.10",
|
69
70
|
"@microsoft/fetch-event-source": "^2.0.1",
|
70
71
|
"remarkable": "^2.0.1",
|
71
72
|
"speech-to-element": "^0.1.66"
|