@web-utils/component 2.0.11 → 2.0.12

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.es.js CHANGED
@@ -15500,7 +15500,7 @@ function __vue2_injectStyles(context) {
15500
15500
  const XDialog = /* @__PURE__ */ function() {
15501
15501
  return __component__.exports;
15502
15502
  }();
15503
- const version = "2.0.11";
15503
+ const version = "2.0.12";
15504
15504
  function index(Vue2) {
15505
15505
  Vue2.component(AddressInput.name, AddressInput);
15506
15506
  Vue2.component(AsideMenu.name, AsideMenu);
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@web-utils/component",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "type": "module",
5
- "sideEffects": false,
5
+ "sideEffects": ["*.css"],
6
6
  "private": false,
7
7
  "license": "MIT",
8
8
  "main": "./dist/index.es.js",
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@web-utils/component",
5
- "version": "2.0.11",
5
+ "version": "2.0.12",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",