directix 2.0.0 → 2.1.0

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,5 +1,5 @@
1
1
  /*!
2
- * directix v2.0.0
2
+ * directix v2.1.0
3
3
  * A comprehensive, easy-to-use, and high-performance Vue custom directives library supporting both Vue 2 and Vue 3, with Web Components support
4
4
  * (c) 2021-present saqqdy <https://github.com/saqqdy>
5
5
  * Released under the MIT License.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * directix v2.0.0
2
+ * directix v2.1.0
3
3
  * A comprehensive, easy-to-use, and high-performance Vue custom directives library supporting both Vue 2 and Vue 3, with Web Components support
4
4
  * (c) 2021-present saqqdy <https://github.com/saqqdy>
5
5
  * Released under the MIT License.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * directix v2.0.0
2
+ * directix v2.1.0
3
3
  * A comprehensive, easy-to-use, and high-performance Vue custom directives library supporting both Vue 2 and Vue 3, with Web Components support
4
4
  * (c) 2021-present saqqdy <https://github.com/saqqdy>
5
5
  * Released under the MIT License.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * directix v2.0.0
2
+ * directix v2.1.0
3
3
  * A comprehensive, easy-to-use, and high-performance Vue custom directives library supporting both Vue 2 and Vue 3, with Web Components support
4
4
  * (c) 2021-present saqqdy <https://github.com/saqqdy>
5
5
  * Released under the MIT License.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "directix",
3
3
  "description": "A comprehensive, easy-to-use, and high-performance Vue custom directives library supporting both Vue 2 and Vue 3, with Web Components support",
4
4
  "type": "module",
5
- "version": "2.0.0",
5
+ "version": "2.1.0",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.mjs",
8
8
  "unpkg": "dist/index.iife.min.js",
@@ -43,26 +43,26 @@
43
43
  ],
44
44
  "devDependencies": {
45
45
  "@eslint-sets/eslint-config": "^6.3.1",
46
- "@nuxt/kit": "^3.21.2",
47
- "@nuxt/schema": "^3.21.2",
48
- "@playwright/test": "^1.59.1",
49
- "@types/node": "^22.19.17",
46
+ "@nuxt/kit": "^3.21.7",
47
+ "@nuxt/schema": "^3.21.7",
48
+ "@playwright/test": "^1.60.0",
49
+ "@types/node": "^22.19.20",
50
50
  "@vitejs/plugin-vue": "^5.2.4",
51
- "@vitest/coverage-v8": "^3.2.4",
52
- "@vue/test-utils": "^2.4.8",
51
+ "@vitest/coverage-v8": "^3.2.6",
52
+ "@vue/test-utils": "^2.4.11",
53
53
  "esbuild": "^0.28.0",
54
54
  "eslint": "^9.39.4",
55
55
  "jsdom": "^26.1.0",
56
- "nuxt": "^4.4.2",
57
- "terser": "^5.46.2",
58
- "tinybench": "^6.0.0",
59
- "tsx": "^4.21.0",
56
+ "nuxt": "^4.4.7",
57
+ "terser": "^5.48.0",
58
+ "tinybench": "^6.0.2",
59
+ "tsx": "^4.22.4",
60
60
  "typescript": "^5.9.3",
61
- "vite": "^6.4.2",
61
+ "vite": "^6.4.3",
62
62
  "vite-plugin-dts": "^4.5.4",
63
63
  "vitepress": "^1.6.4",
64
- "vitest": "^3.2.4",
65
- "vue": "^3.5.33",
64
+ "vitest": "^3.2.6",
65
+ "vue": "^3.5.35",
66
66
  "vue-tsc": "^2.2.12",
67
67
  "vue2": "npm:vue@^2.7.16"
68
68
  },