egg 2.34.0 → 2.35.0

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 (3) hide show
  1. package/lib/egg.js +1 -1
  2. package/package.json +1 -1
  3. package/History.md +0 -1991
package/lib/egg.js CHANGED
@@ -373,7 +373,7 @@ class EggApplication extends EggCore {
373
373
  ignoreList = [];
374
374
  }
375
375
 
376
- const json = extend(true, {}, { config: this.config, plugins: this.loader.allPlugins });
376
+ const json = extend(true, {}, { config: this.config, plugins: this.loader.allPlugins, appInfo: this.loader.appInfo });
377
377
  utils.convertObject(json, ignoreList);
378
378
  return {
379
379
  config: json,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egg",
3
- "version": "2.34.0",
3
+ "version": "2.35.0",
4
4
  "description": "A web framework's framework for Node.js",
5
5
  "keywords": [
6
6
  "web",