@qxs-bns/components 0.0.18 → 0.0.20

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
- var version = "0.0.18";
1
+ var version = "0.0.20";
2
2
 
3
3
  export { version };
4
4
  //# sourceMappingURL=package.json.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.0.18";
3
+ var version = "0.0.20";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qxs-bns/components",
3
3
  "type": "module",
4
- "version": "0.0.18",
4
+ "version": "0.0.20",
5
5
  "description": "Vue 3 Component Library",
6
6
  "license": "MIT",
7
7
  "homepage": "https://trry-hub.github.io/qxs-bns/",
@@ -32,9 +32,9 @@
32
32
  "vue": "^3.5.12"
33
33
  },
34
34
  "dependencies": {
35
- "@qxs-bns/directives": "0.0.11",
36
- "@qxs-bns/hooks": "0.0.1",
37
- "@qxs-bns/utils": "0.0.17",
35
+ "@qxs-bns/directives": "0.0.12",
36
+ "@qxs-bns/hooks": "0.0.2",
37
+ "@qxs-bns/utils": "0.0.18",
38
38
  "lodash-es": "^4.17.21"
39
39
  },
40
40
  "types": "./types/index.d.ts",