@paroicms/server 0.151.4 → 0.151.6

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 +12 -7
  2. package/package.json +20 -15
package/README.md CHANGED
@@ -2,16 +2,21 @@
2
2
 
3
3
  This is the main package of ParoiCMS.
4
4
 
5
- ## How to generate new site
6
- Run the folowing commands:
5
+ ## How to generate a new website
6
+
7
+ Run the following commands:
7
8
 
8
9
  ```sh
9
- $ npx @paroicms/cli create mywebsite
10
- $ cd mywebsite
11
- $ npm i
12
- $ npm start
10
+ npx @paroicms/cli create mywebsite
11
+ cd mywebsite
12
+ npm i
13
+ npm start
13
14
  ```
14
15
 
16
+ ## Contribute
17
+
18
+ Please start with [the instructions in our monorepo](https://gitlab.com/paroi/opensource/paroicms#how-to-contribute).
19
+
15
20
  ## License
16
21
 
17
- Released under [MIT License](https://gitlab.com/paroi/opensource/paroicms/-/blob/main/LICENSE.md)
22
+ Released under the [MIT license](https://gitlab.com/paroi/opensource/paroicms/-/blob/main/LICENSE.md).
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@paroicms/server",
3
- "version": "0.151.4",
4
- "description": "paroi-web-platform's server",
3
+ "version": "0.151.6",
4
+ "description": "The ParoiCMS server",
5
5
  "keywords": [
6
- "paroicms",
6
+ "cms",
7
+ "blog",
8
+ "showcase",
9
+ "websites",
10
+ "platform",
11
+ "multilingual",
7
12
  "server"
8
13
  ],
9
14
  "repository": {
@@ -39,24 +44,24 @@
39
44
  "@nestjs/jwt": "~10.2.0",
40
45
  "@nestjs/passport": "~10.0.3",
41
46
  "@nestjs/platform-express": "~10.3.0",
42
- "@nestjs/throttler": "^5.1.2",
47
+ "@nestjs/throttler": "~5.1.2",
43
48
  "@paroi/async-lib": "~0.1.2",
44
49
  "@paroi/data-formatters-lib": "~0.1.2",
45
- "@paroicms/anywhere-lib": "0.55.2",
46
- "@paroicms/bo": "0.108.2",
47
- "@paroicms/server-database-media-storage": "0.37.2",
48
- "@paroicms/server-image-cache-engine": "0.28.2",
49
- "@paroicms/server-lib": "0.18.2",
50
- "@paroicms/server-text-cache-system": "0.13.2",
51
- "@paroicms/site-app": "0.34.2",
50
+ "@paroicms/anywhere-lib": "0.55.4",
51
+ "@paroicms/bo": "0.108.4",
52
+ "@paroicms/server-database-media-storage": "0.37.4",
53
+ "@paroicms/server-image-cache-engine": "0.28.4",
54
+ "@paroicms/server-lib": "0.18.4",
55
+ "@paroicms/server-text-cache-system": "0.13.4",
56
+ "@paroicms/site-app": "0.34.3",
52
57
  "@typeonly/validator": "~0.6.0",
53
- "archiver": "^6.0.1",
58
+ "archiver": "~6.0.1",
54
59
  "bcrypt": "~5.1.0",
55
60
  "class-transformer": "~0.5.1",
56
61
  "class-validator": "~0.14.0",
57
62
  "dayjs": "~1.11.10",
58
63
  "graphql": "~16.6.0",
59
- "graphql-query-complexity": "^0.12.0",
64
+ "graphql-query-complexity": "~0.12.0",
60
65
  "html-minifier-terser": "~7.2.0",
61
66
  "just-wait": "~1.0.11",
62
67
  "liquidjs": "~10.9.4",
@@ -65,12 +70,12 @@
65
70
  "passport-jwt": "~4.0.1",
66
71
  "passport-local": "~1.0.0",
67
72
  "pino": "~8.17.0",
68
- "quill-delta-to-html": "^0.12.1",
73
+ "quill-delta-to-html": "~0.12.1",
69
74
  "rxjs": "~7.2.0"
70
75
  },
71
76
  "devDependencies": {
72
77
  "@nestjs/schematics": "~10.0.3",
73
- "@types/archiver": "^6.0.2",
78
+ "@types/archiver": "~6.0.2",
74
79
  "@types/bcrypt": "~5.0.2",
75
80
  "@types/express": "~4.17.21",
76
81
  "@types/html-minifier-terser": "~7.0.2",