@base-web-kits/base-tools-web 1.0.2-alpha.1 → 1.0.2-alpha.2

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/index.js CHANGED
@@ -220,7 +220,7 @@ var appConfig = {};
220
220
  function getAppConfig() {
221
221
  return appConfig;
222
222
  }
223
- function setAppConfig(newConfig) {
223
+ function setBaseToolsConfig(newConfig) {
224
224
  Object.assign(appConfig, newConfig);
225
225
  }
226
226
 
@@ -1796,7 +1796,7 @@ export {
1796
1796
  removeCookie,
1797
1797
  removeLocalStorage,
1798
1798
  request,
1799
- setAppConfig,
1799
+ setBaseToolsConfig,
1800
1800
  setCookie,
1801
1801
  setLocalStorage,
1802
1802
  unlockBodyScroll,