@fonderie/media 0.2.2 → 0.2.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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonderie/media",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Provider-abstracted asset storage — upload, store, and serve user-owned images (avatars, logos) with a DB-blob backend by default and object storage as a one-line swap.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fonderiejs",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"check": "biome check --write src"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@fonderie/core": "^0.
|
|
44
|
-
"@fonderie/store": "^0.
|
|
43
|
+
"@fonderie/core": "^0.10.0",
|
|
44
|
+
"@fonderie/store": "^0.3.0",
|
|
45
45
|
"@fonderie/storage": "^0.1.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|