@paroicms/server 1.104.3 → 1.104.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.
Files changed (2) hide show
  1. package/README.md +4 -8
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @paroicms/server
2
2
 
3
- This is the main package of ParoiCMS. **ParoiCMS** is a full-featured CMS for building showcase websites. It includes: **custom content**, a robust **cache system**, a **plugin** architecture, **multilingual** websites (currently in English and French), and it is **multi-sites**.
3
+ This is the main package of ParoiCMS. **ParoiCMS** is a full-featured CMS for building showcase websites. It includes: **custom content**, a robust **cache system**, a **plugin** architecture, **multilingual** websites (currently in English, French, German, Spanish, Italian, Portuguese), and it is **multi-sites**.
4
4
 
5
- Documentation: [www.paroicms.org](https://www.paroicms.org/) (notice: still largely incomplete).
5
+ Documentation: [www.paroicms.org](https://www.paroicms.org/) (I'm still working on it).
6
6
 
7
7
  ## Try it
8
8
 
9
- Generate your own website structure using the [Site Generator](https://generator.paroicms.org/);
9
+ Generate your own website structure using the [Site Generator](https://generator.paroicms.org/). From your website admin, download a backup: it's a full Node.js project ready to be installed and executed locally.
10
10
 
11
11
  ## Tips
12
12
 
@@ -28,11 +28,7 @@ Here are some tips:
28
28
 
29
29
  ## Technologies
30
30
 
31
- Themes for ParoiCMS are written in [LiquidJS](https://liquidjs.com/) (the syntax from Shopify). Data is stored in [SQLite](https://www.sqlite.org/) databases.
32
-
33
- ## Documentation
34
-
35
- - [Documentation on `config.json`](https://gitlab.com/paroi/opensource/paroicms/-/blob/main/documentation/configuration/index.md).
31
+ Themes for ParoiCMS are written in [LiquidJS](https://liquidjs.com/) (the syntax from Shopify). Data is stored in SQLite databases.
36
32
 
37
33
  ## Contributing
38
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/server",
3
- "version": "1.104.3",
3
+ "version": "1.104.4",
4
4
  "description": "The ParoiCMS server",
5
5
  "keywords": [
6
6
  "cms",
@@ -38,16 +38,16 @@
38
38
  "dependencies": {
39
39
  "@apollo/server": "~4.12.2",
40
40
  "@as-integrations/express5": "~1.1.0",
41
- "@paroicms/admin-ui": "1.81.1",
42
- "@paroicms/internal-anywhere-lib": "1.34.0",
43
- "@paroicms/internal-server-lib": "1.20.2",
44
- "@paroicms/playground_demo1": "0.61.1",
45
- "@paroicms/public-anywhere-lib": "0.35.0",
46
- "@paroicms/public-server-lib": "0.45.0",
47
- "@paroicms/script-lib": "0.2.1",
48
- "@paroicms/server-database-media-storage": "1.22.3",
49
- "@paroicms/server-image-cache-engine": "1.27.3",
50
- "@paroicms/server-text-cache-system": "1.19.3",
41
+ "@paroicms/admin-ui": "1.81.2",
42
+ "@paroicms/internal-anywhere-lib": "1.34.1",
43
+ "@paroicms/internal-server-lib": "1.20.3",
44
+ "@paroicms/playground_demo1": "0.61.2",
45
+ "@paroicms/public-anywhere-lib": "0.35.1",
46
+ "@paroicms/public-server-lib": "0.45.1",
47
+ "@paroicms/script-lib": "0.2.2",
48
+ "@paroicms/server-database-media-storage": "1.22.4",
49
+ "@paroicms/server-image-cache-engine": "1.27.4",
50
+ "@paroicms/server-text-cache-system": "1.19.4",
51
51
  "archiver": "~7.0.1",
52
52
  "arktype": "~2.1.20",
53
53
  "bcrypt": "~6.0.0",