@paroicms/server 1.3.1 → 1.3.3

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 +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -33,7 +33,9 @@ Here are some tips:
33
33
 
34
34
  ## Documentation
35
35
 
36
- Here is a draft of the [documention for `site-schema.json` files](https://gitlab.com/paroi/opensource/paroicms/-/blob/main/documentation/json-of-site-schema/interfaces/JsonOfSiteSchema.md).
36
+ - Here is a draft of the [documentation for `site-schema.json` files](https://gitlab.com/paroi/opensource/paroicms/-/blob/main/documentation/json-of-site-schema/interfaces/JsonOfSiteSchema.md).
37
+
38
+ - Found Amazon SES Configuration documentation [here](https://gitlab.com/paroi/opensource/paroicms/-/blob/main/documentation/configuration/aws-ses.md).
37
39
 
38
40
  ## Contribute
39
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/server",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "description": "The ParoiCMS server",
5
5
  "keywords": [
6
6
  "cms",
@@ -48,7 +48,7 @@
48
48
  "@paroi/async-lib": "~0.1.2",
49
49
  "@paroi/data-formatters-lib": "~0.1.2",
50
50
  "@paroicms/anywhere-lib": "1.3.0",
51
- "@paroicms/bo": "1.2.0",
51
+ "@paroicms/bo": "1.3.0",
52
52
  "@paroicms/plugin-lib": "0.2.0",
53
53
  "@paroicms/server-database-media-storage": "1.1.0",
54
54
  "@paroicms/server-image-cache-engine": "1.1.0",