@paroicms/server 0.146.1 → 0.147.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 (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # @paroicms/server
2
2
 
3
- This is the main package of ParoiCMS.
3
+ This is the main package of ParoiCMS.
4
+
5
+ ## License
6
+
7
+ @paroicms/server is open-sourced software licensed under the [MIT license](https://opensource.org/license/MIT).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/server",
3
- "version": "0.146.1",
3
+ "version": "0.147.0",
4
4
  "description": "paroi-web-platform's server",
5
5
  "author": "Paroi Team",
6
6
  "license": "MIT",
@@ -33,12 +33,12 @@
33
33
  "@paroi/async-lib": "~0.1.2",
34
34
  "@paroi/data-formatters-lib": "~0.1.2",
35
35
  "@paroicms/anywhere-lib": "0.53.0",
36
- "@paroicms/bo": "0.105.1",
36
+ "@paroicms/bo": "0.106.0",
37
37
  "@paroicms/server-database-media-storage": "0.34.0",
38
38
  "@paroicms/server-image-cache-engine": "0.25.0",
39
39
  "@paroicms/server-lib": "0.14.0",
40
40
  "@paroicms/server-text-cache-system": "0.11.0",
41
- "@paroicms/site-app": "0.31.1",
41
+ "@paroicms/site-app": "0.32.0",
42
42
  "@typeonly/validator": "~0.5.2",
43
43
  "archiver": "^6.0.1",
44
44
  "bcrypt": "~5.1.0",