deep-chat-dev 1.1.24 → 1.1.25

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
@@ -4139,7 +4139,6 @@ TypeConverters.attibutes = {
4139
4139
  };
4140
4140
  function Property(n) {
4141
4141
  return function(e, t) {
4142
- Object.defineProperty(e, t, {});
4143
4142
  const r = e.constructor, s = t.toLocaleLowerCase();
4144
4143
  r._attributes_[s] = TypeConverters.attibutes[n], r._attributeToProperty_[s] = t;
4145
4144
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deep-chat-dev",
3
- "version": "1.1.24",
3
+ "version": "1.1.25",
4
4
  "description": "Customizable chat component for AI APIs",
5
5
  "main": "./dist/deepChat.js",
6
6
  "module": "./dist/deepChat.js",