egg 3.17.6 → 3.17.7

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 +2 -2
package/index.d.ts CHANGED
@@ -573,7 +573,7 @@ declare module 'egg' {
573
573
  methods: string[];
574
574
  }
575
575
 
576
- export interface EggApplication extends EggCoreBase<EggAppConfig> { // tslint:disable-line
576
+ export interface EggApplication extends Omit<EggCoreBase<EggAppConfig>, 'ctxStorage' | 'currentContext'> {
577
577
  /**
578
578
  * HttpClient instance
579
579
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egg",
3
- "version": "3.17.6",
3
+ "version": "3.17.7",
4
4
  "publishConfig": {
5
5
  "tag": "latest"
6
6
  },
@@ -27,7 +27,7 @@
27
27
  "delegates": "^1.0.0",
28
28
  "egg-cluster": "^2.0.0",
29
29
  "egg-cookies": "^2.6.1",
30
- "egg-core": "^5.3.0",
30
+ "egg-core": "^5.4.0",
31
31
  "egg-development": "^2.7.0",
32
32
  "egg-errors": "^2.3.1",
33
33
  "egg-i18n": "^2.1.1",