@digipair/skill-web-chatbot 0.8.6 → 0.8.7
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/index.cjs2.js +4 -1
- package/index.esm2.js +4 -1
- package/package.json +1 -1
package/index.cjs2.js
CHANGED
|
@@ -55722,7 +55722,10 @@ const _config$1 = globalInstance.__DIGIPAIR_CONFIG__ = (_globalInstance___DIGIPA
|
|
|
55722
55722
|
};
|
|
55723
55723
|
const config$1 = {
|
|
55724
55724
|
set: (key, value)=>{
|
|
55725
|
-
_config$1[key] =
|
|
55725
|
+
_config$1[key] = key === 'LIBRARIES' && _config$1[key] ? [
|
|
55726
|
+
..._config$1[key],
|
|
55727
|
+
...value
|
|
55728
|
+
] : value;
|
|
55726
55729
|
}
|
|
55727
55730
|
};
|
|
55728
55731
|
const applyTemplate = (value, context)=>{
|
package/index.esm2.js
CHANGED
|
@@ -55702,7 +55702,10 @@ const _config$1 = globalInstance.__DIGIPAIR_CONFIG__ = (_globalInstance___DIGIPA
|
|
|
55702
55702
|
};
|
|
55703
55703
|
const config$1 = {
|
|
55704
55704
|
set: (key, value)=>{
|
|
55705
|
-
_config$1[key] =
|
|
55705
|
+
_config$1[key] = key === 'LIBRARIES' && _config$1[key] ? [
|
|
55706
|
+
..._config$1[key],
|
|
55707
|
+
...value
|
|
55708
|
+
] : value;
|
|
55706
55709
|
}
|
|
55707
55710
|
};
|
|
55708
55711
|
const applyTemplate = (value, context)=>{
|