@adonis-agora/media 0.1.0 → 0.1.1

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adonis-agora/media",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Media-library for AdonisJS — owner collections (MIME whitelist, single-file replace, ordering), image conversions (eager/lazy), and column attachments, all on top of @adonisjs/drive. Pluggable MediaStore (in-memory + Lucid) and ImageProcessor (sharp). Part of the Agora ecosystem.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -74,7 +74,10 @@
74
74
  "@adonisjs/core": "^7.3.0",
75
75
  "@adonisjs/drive": "^3.0.0",
76
76
  "@adonisjs/lucid": "^22.4.0",
77
+ "@types/better-sqlite3": "^7.6.0",
77
78
  "@types/node": "^20.0.0",
79
+ "better-sqlite3": "^11.0.0",
80
+ "luxon": "^3.4.0",
78
81
  "sharp": "^0.33.0",
79
82
  "typescript": "^5.4.0",
80
83
  "vitest": "^3.0.0"