deep-chat-dev 9.0.86 → 9.0.87

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/dist/deepChat.js CHANGED
@@ -8480,6 +8480,7 @@ var Do = /*#__PURE__*/function () {
8480
8480
  _createClass(Do, null, [{
8481
8481
  key: "create",
8482
8482
  value: function create(e) {
8483
+ console.log("creating a new service");
8483
8484
  var t = e.directConnection,
8484
8485
  i = e.request,
8485
8486
  n = e.demo,
@@ -1 +1 @@
1
- {"version":3,"file":"serviceIOFactory.d.ts","sourceRoot":"","sources":["../../../src/services/serviceIOFactory.ts"],"names":[],"mappings":"AA4BA,OAAO,EAAC,SAAS,EAAC,MAAM,aAAa,CAAC;AACtC,OAAO,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAC;AAGrC,qBAAa,gBAAgB;WACb,MAAM,CAAC,QAAQ,EAAE,QAAQ,GAAG,SAAS;CA6FpD"}
1
+ {"version":3,"file":"serviceIOFactory.d.ts","sourceRoot":"","sources":["../../../src/services/serviceIOFactory.ts"],"names":[],"mappings":"AA4BA,OAAO,EAAC,SAAS,EAAC,MAAM,aAAa,CAAC;AACtC,OAAO,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAC;AAGrC,qBAAa,gBAAgB;WACb,MAAM,CAAC,QAAQ,EAAE,QAAQ,GAAG,SAAS;CA8FpD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deep-chat-dev",
3
- "version": "9.0.86",
3
+ "version": "9.0.87",
4
4
  "description": "Customizable chat component for AI APIs",
5
5
  "main": "./dist/deepChat.js",
6
6
  "module": "./dist/deepChat.js",