@zerotal/media 1.3.0 → 1.4.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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerotal/media",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "license": "MIT",
5
5
  "maturity": "experimental",
6
6
  "private": false,
@@ -30,8 +30,8 @@
30
30
  "typecheck": "tsc --noEmit"
31
31
  },
32
32
  "dependencies": {
33
- "@zerotal/core": "1.3.0",
34
- "@zerotal/orm": "1.3.0"
33
+ "@zerotal/core": "1.4.0",
34
+ "@zerotal/orm": "1.4.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@zerotal/queue": "^1.0.0",
@@ -46,7 +46,7 @@
46
46
  }
47
47
  },
48
48
  "devDependencies": {
49
- "@zerotal/queue": "1.3.0",
49
+ "@zerotal/queue": "1.4.0",
50
50
  "typescript": "^5.8.0"
51
51
  },
52
52
  "description": "Attach files to models: media collections, image conversions, responsive images, and ordering — on any Zerotal storage disk.",