saby-customizer 0.0.0-pre.41 → 0.0.0-pre.42

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.
@@ -122,7 +122,7 @@ class ToolbarContainer extends oom.extends(HTMLElement, optionsDefaults) {
122
122
  this.addGlobalContainer({ searchCount })
123
123
  }, 1000)
124
124
  } else {
125
- console.error('saby-customizer - addGlobalContainer: Не найден ни один общий контейнер для размещения доп. панелей с кнопками')
125
+ console.warn('saby-customizer - addGlobalContainer: Не найден ни один общий контейнер для размещения доп. панелей с кнопками')
126
126
  }
127
127
  }
128
128
  }
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": "github:saby-customizer/saby-customizer.github.io",
11
11
  "license": "Unlicense",
12
- "version": "0.0.0-pre.41",
12
+ "version": "0.0.0-pre.42",
13
13
  "type": "module",
14
14
  "main": "./userscript.js",
15
15
  "exports": {