@cesarv/v-image-crop-dialog 0.0.2 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cesarv/v-image-crop-dialog",
3
- "version": "0.0.2",
3
+ "version": "1.0.0",
4
4
  "description": "Componente Vue 3 dialog para recorte de imagens com Vuetify 3 e TypeScript",
5
5
  "main": "dist/v-image-crop-dialog.umd.js",
6
6
  "module": "dist/v-image-crop-dialog.mjs",
@@ -24,7 +24,8 @@
24
24
  "type-check": "vue-tsc --noEmit",
25
25
  "lint": "eslint .",
26
26
  "build": "vite build",
27
- "playground": "vite --config playground/vite.config.ts"
27
+ "playground": "vite --config playground/vite.config.ts",
28
+ "preversion": "npm run lint && npm run type-check"
28
29
  },
29
30
  "keywords": [
30
31
  "vue",
@@ -55,6 +56,7 @@
55
56
  },
56
57
  "homepage": "https://github.com/cesarvieira/v-image-crop-dialog#readme",
57
58
  "devDependencies": {
59
+ "@eslint/compat": "^2.0.0",
58
60
  "@stylistic/eslint-plugin": "^5.6.1",
59
61
  "@vitejs/plugin-vue": "^6.0.3",
60
62
  "@vue/eslint-config-typescript": "^14.6.0",