webspresso 0.0.45 → 0.0.46

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": "webspresso",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "description": "Minimal, production-ready SSR framework for Node.js with file-based routing, Nunjucks templating, built-in i18n, and CLI tooling",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -37,6 +37,7 @@ function siteAnalyticsPlugin(options = {}) {
37
37
 
38
38
  csp: {
39
39
  scriptSrc: ['https://cdn.jsdelivr.net'],
40
+ connectSrc: ['https://cdn.jsdelivr.net'],
40
41
  },
41
42
 
42
43
  register(ctx) {