jky-component-lib 0.0.53 → 0.0.54

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,4 +1,4 @@
1
- const version = "0.0.53";
1
+ const version = "0.0.54";
2
2
  export {
3
3
  version
4
4
  };
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const version = "0.0.53";
3
+ const version = "0.0.54";
4
4
  exports.version = version;
package/dist/umd/index.js CHANGED
@@ -2375,7 +2375,7 @@ img {
2375
2375
  }
2376
2376
  /*$vite$:1*/`;
2377
2377
  document.head.appendChild(__vite_style__);
2378
- const version$1 = "0.0.53";
2378
+ const version$1 = "0.0.54";
2379
2379
  const INSTALLED_KEY = Symbol("INSTALLED_KEY");
2380
2380
  function createInstaller(components2 = []) {
2381
2381
  const install2 = (app, options) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jky-component-lib",
3
3
  "type": "module",
4
- "version": "0.0.53",
4
+ "version": "0.0.54",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },