@paroicms/server 0.150.1 → 0.151.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 +10 -7
  2. package/package.json +17 -8
package/README.md CHANGED
@@ -2,13 +2,16 @@
2
2
 
3
3
  This is the main package of ParoiCMS.
4
4
 
5
- ## License
6
-
7
- @paroicms/server is open-sourced software licensed under the [MIT license](https://opensource.org/license/MIT).
8
-
9
- # Usage
10
- Run this command to create a new site with paroicms:
5
+ ## How to generate new site
6
+ Run the folowing commands:
11
7
 
12
8
  ```sh
13
- $ npx @paroicms/cli create newFolderName
9
+ $ npx @paroicms/cli create mywebsite
10
+ $ cd mywebsite
11
+ $ npm i
12
+ $ npm start
14
13
  ```
14
+
15
+ ## License
16
+
17
+ Released under [MIT License](https://gitlab.com/paroi/opensource/paroicms/-/blob/main/LICENSE.md)
package/package.json CHANGED
@@ -1,7 +1,16 @@
1
1
  {
2
2
  "name": "@paroicms/server",
3
- "version": "0.150.1",
3
+ "version": "0.151.0",
4
4
  "description": "paroi-web-platform's server",
5
+ "keywords": [
6
+ "paroicms",
7
+ "server"
8
+ ],
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://gitlab.com/paroi/opensource/paroicms.git",
12
+ "directory": "app/server"
13
+ },
5
14
  "author": "Paroi Team",
6
15
  "license": "MIT",
7
16
  "scripts": {
@@ -32,13 +41,13 @@
32
41
  "@nestjs/throttler": "^5.1.2",
33
42
  "@paroi/async-lib": "~0.1.2",
34
43
  "@paroi/data-formatters-lib": "~0.1.2",
35
- "@paroicms/anywhere-lib": "0.54.1",
36
- "@paroicms/bo": "0.107.1",
37
- "@paroicms/server-database-media-storage": "0.36.2",
38
- "@paroicms/server-image-cache-engine": "0.27.2",
39
- "@paroicms/server-lib": "0.17.1",
40
- "@paroicms/server-text-cache-system": "0.12.3",
41
- "@paroicms/site-app": "0.33.0",
44
+ "@paroicms/anywhere-lib": "0.55.0",
45
+ "@paroicms/bo": "0.108.0",
46
+ "@paroicms/server-database-media-storage": "0.37.0",
47
+ "@paroicms/server-image-cache-engine": "0.28.0",
48
+ "@paroicms/server-lib": "0.18.0",
49
+ "@paroicms/server-text-cache-system": "0.13.0",
50
+ "@paroicms/site-app": "0.34.0",
42
51
  "@typeonly/validator": "~0.6.0",
43
52
  "archiver": "^6.0.1",
44
53
  "bcrypt": "~5.1.0",