egg 3.26.0 → 3.26.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/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -518,7 +518,7 @@ declare module 'egg' {
518
518
  };
519
519
  xframe: {
520
520
  enable: boolean;
521
- value: 'SAMEORIGIN' | 'DENY' | 'ALLOW-FROM';
521
+ value: 'SAMEORIGIN' | 'DENY' | string;
522
522
  };
523
523
  hsts: any;
524
524
  methodnoallow: { enable: boolean };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egg",
3
- "version": "3.26.0",
3
+ "version": "3.26.1",
4
4
  "publishConfig": {
5
5
  "tag": "release-3.x",
6
6
  "access": "public"