@paroicms/server 1.84.1 → 1.85.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/server",
3
- "version": "1.84.1",
3
+ "version": "1.85.1",
4
4
  "description": "The ParoiCMS server",
5
5
  "keywords": [
6
6
  "cms",
@@ -38,7 +38,7 @@
38
38
  "@aws-sdk/client-ses": "~3.731.1",
39
39
  "@paroi/data-formatters-lib": "~0.4.0",
40
40
  "@paroicms/internal-anywhere-lib": "1.27.0",
41
- "@paroicms/bo": "1.65.1",
41
+ "@paroicms/bo": "1.66.1",
42
42
  "@paroicms/public-anywhere-lib": "0.21.0",
43
43
  "@paroicms/public-server-lib": "0.31.2",
44
44
  "@paroicms/server-database-media-storage": "1.18.2",
@@ -55,7 +55,7 @@
55
55
  "express-rate-limit": "^7.5.0",
56
56
  "feed": "~4.2.2",
57
57
  "graphql": "~16.10.0",
58
- "graphql-query-complexity": "~1.0.0",
58
+ "graphql-query-complexity": "~1.1.0",
59
59
  "html-minifier-terser": "~7.2.0",
60
60
  "jsonwebtoken": "~9.0.2",
61
61
  "liquidjs": "~10.20.2",
package/schema.graphql CHANGED
@@ -184,7 +184,7 @@ type NodelWrap {
184
184
  }
185
185
 
186
186
  type SiteConstants {
187
- appVersion: String!
187
+ cmsVersion: String!
188
188
  siteSchema: String!
189
189
  themeConf: ThemeConf!
190
190
  siteConfiguration: SiteConfiguration!