hanbiro-react16-sdk 1.0.24 → 1.0.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* hanbiro-react16-sdk v1.0.
|
|
2
|
+
* hanbiro-react16-sdk v1.0.25
|
|
3
3
|
* Build Date: 2026-05-21
|
|
4
4
|
*/
|
|
5
5
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
@@ -7022,8 +7022,8 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
7022
7022
|
lang: lang,
|
|
7023
7023
|
tone: TONE_OPTIONS[2],
|
|
7024
7024
|
// Neutral
|
|
7025
|
-
length: LENGTH_OPTIONS[
|
|
7026
|
-
//
|
|
7025
|
+
length: LENGTH_OPTIONS[2],
|
|
7026
|
+
// Long
|
|
7027
7027
|
conversationId: ""
|
|
7028
7028
|
};
|
|
7029
7029
|
return _this11;
|
package/dist/index.js
CHANGED