vuefinder 4.0.14 → 4.0.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vuefinder",
3
- "version": "4.0.14",
3
+ "version": "4.0.16",
4
4
  "description": "A sleek, developer-friendly file manager for Vue — organize, preview, and manage files with ease.",
5
5
  "type": "module",
6
6
  "engines": {
@@ -30,7 +30,7 @@
30
30
  "test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
31
31
  "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
32
32
  "build-only": "vite build",
33
- "type-check": "vue-tsc --build --declaration --emitDeclarationOnly",
33
+ "type-check": "vue-tsc --noEmit -p tsconfig.app.json",
34
34
  "lint": "eslint .",
35
35
  "lint:fix": "eslint . --fix",
36
36
  "format": "prettier --write .",