@paroicms/server-database-media-storage 0.37.3 → 0.37.5

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,4 +6,4 @@ This package is part of [ParoiCMS](https://www.npmjs.com/package/@paroicms/serve
6
6
 
7
7
  ## License
8
8
 
9
- Released under [MIT License](https://gitlab.com/paroi/opensource/paroicms/-/blob/main/LICENSE.md)
9
+ Released under the [MIT license](https://gitlab.com/paroi/opensource/paroicms/-/blob/main/LICENSE.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/server-database-media-storage",
3
- "version": "0.37.3",
3
+ "version": "0.37.5",
4
4
  "description": "A library to make back-end for media galleries.",
5
5
  "keywords": [
6
6
  "paroicms",
@@ -34,8 +34,8 @@
34
34
  "dependencies": {
35
35
  "@paroi/async-lib": "~0.1.2",
36
36
  "@paroi/data-formatters-lib": "~0.1.2",
37
- "@paroicms/anywhere-lib": "0.55.3",
38
- "@paroicms/server-lib": "0.18.3",
37
+ "@paroicms/anywhere-lib": "0.55.4",
38
+ "@paroicms/server-lib": "0.18.5",
39
39
  "reflect-metadata": "~0.1.13"
40
40
  },
41
41
  "peerDependencies": {