@digest/koa 4.14.14 → 4.14.15-next.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.
Files changed (2) hide show
  1. package/dist/app.js +9 -1
  2. package/package.json +2 -2
package/dist/app.js CHANGED
@@ -37,7 +37,15 @@ else {
37
37
  '\'self\'',
38
38
  '\'wasm-unsafe-eval\''
39
39
  ],
40
- upgradeInsecureRequests: null
40
+ scriptSrcElem: [
41
+ '\'self\'',
42
+ 'blob:'
43
+ ],
44
+ upgradeInsecureRequests: null,
45
+ workerSrc: [
46
+ '\'self\'',
47
+ 'blob:'
48
+ ]
41
49
  }
42
50
  }));
43
51
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@digest/koa",
3
3
  "title": "Koa Digest",
4
4
  "license": "LGPL-3.0-or-later",
5
- "version": "4.14.14",
5
+ "version": "4.14.15-next.1",
6
6
  "description": "Digested Koa configurations",
7
7
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
8
8
  "contributors": [
@@ -74,5 +74,5 @@
74
74
  "digest",
75
75
  "koa"
76
76
  ],
77
- "gitHead": "35e3a9e9bf4d2011dc004661cc3e95fe1ad9054e"
77
+ "gitHead": "de8fef9f377f0c05bd48ab09942df342b8862aea"
78
78
  }