nuxt-modern-cropper 0.1.2 → 0.1.4

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/README.md CHANGED
@@ -14,7 +14,7 @@ This package is just a module wrapper over [vue-modern-cropper](https://github.c
14
14
 
15
15
  Install the package
16
16
  ```bash
17
- pnpm add -D nuxt-modern-cropper
17
+ pnpm add -D vue-modern-cropper nuxt-modern-cropper
18
18
  ```
19
19
 
20
20
  Add `nuxt-modern-cropper` to your Nuxt config file:
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "nuxt-modern-cropper",
3
3
  "configKey": "modernCropper",
4
- "version": "0.1.2"
4
+ "version": "0.1.4"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-modern-cropper",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Power-packed wrapper over cropperjs@next",
5
5
  "repository": "namesmt/nuxt-modern-cropper",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  "@nuxt/module-builder": "^0.5.5",
38
38
  "@nuxt/schema": "^3.11.2",
39
39
  "@nuxt/test-utils": "^3.12.0",
40
- "@types/node": "^20.12.4",
40
+ "@types/node": "^20.12.5",
41
41
  "changelogen": "^0.5.5",
42
42
  "eslint": "^8.57.0",
43
43
  "nuxt": "^3.11.2",