@midwayjs/info 3.0.0-beta.2 → 3.0.0-beta.6
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/CHANGELOG.md +35 -0
- package/dist/configuration.js +7 -2
- package/package.json +7 -7
- package/dist/config.default.d.ts +0 -2
- package/dist/config.default.js +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,41 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.0.0-beta.6](https://github.com/midwayjs/midway/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2021-11-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @midwayjs/info
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.0.0-beta.5](https://github.com/midwayjs/midway/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2021-11-25)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @midwayjs/info
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.0.0-beta.4](https://github.com/midwayjs/midway/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2021-11-24)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @midwayjs/info
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [3.0.0-beta.3](https://github.com/midwayjs/midway/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2021-11-18)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* add component and framework config definition ([#1367](https://github.com/midwayjs/midway/issues/1367)) ([b2fe615](https://github.com/midwayjs/midway/commit/b2fe6157f99659471ff1333eca0b86bb889f61a3))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
6
41
|
# [3.0.0-beta.2](https://github.com/midwayjs/midway/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2021-11-16)
|
|
7
42
|
|
|
8
43
|
**Note:** Version bump only for package @midwayjs/info
|
package/dist/configuration.js
CHANGED
|
@@ -8,13 +8,18 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.InfoConfiguration = void 0;
|
|
10
10
|
const decorator_1 = require("@midwayjs/decorator");
|
|
11
|
-
const path_1 = require("path");
|
|
12
11
|
let InfoConfiguration = class InfoConfiguration {
|
|
13
12
|
};
|
|
14
13
|
InfoConfiguration = __decorate([
|
|
15
14
|
(0, decorator_1.Configuration)({
|
|
16
15
|
namespace: 'info',
|
|
17
|
-
importConfigs: [
|
|
16
|
+
importConfigs: [
|
|
17
|
+
{
|
|
18
|
+
default: {
|
|
19
|
+
info: {},
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
],
|
|
18
23
|
})
|
|
19
24
|
], InfoConfiguration);
|
|
20
25
|
exports.InfoConfiguration = InfoConfiguration;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midwayjs/info",
|
|
3
3
|
"description": "midway info",
|
|
4
|
-
"version": "3.0.0-beta.
|
|
4
|
+
"version": "3.0.0-beta.6",
|
|
5
5
|
"main": "dist/index",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"dist/**/*.d.ts"
|
|
10
10
|
],
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@midwayjs/core": "^3.0.0-beta.
|
|
13
|
-
"@midwayjs/decorator": "^3.0.0-beta.
|
|
14
|
-
"@midwayjs/mock": "^3.0.0-beta.
|
|
15
|
-
"@midwayjs/serverless-fc-starter": "^3.0.0-beta.
|
|
16
|
-
"@midwayjs/serverless-scf-starter": "^3.0.0-beta.
|
|
12
|
+
"@midwayjs/core": "^3.0.0-beta.6",
|
|
13
|
+
"@midwayjs/decorator": "^3.0.0-beta.6",
|
|
14
|
+
"@midwayjs/mock": "^3.0.0-beta.6",
|
|
15
|
+
"@midwayjs/serverless-fc-starter": "^3.0.0-beta.6",
|
|
16
|
+
"@midwayjs/serverless-scf-starter": "^3.0.0-beta.6"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"midway"
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"type": "git",
|
|
35
35
|
"url": "https://github.com/midwayjs/midway.git"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "e4595d30b369e36bef21b36f2b3737d8bc2f802d"
|
|
38
38
|
}
|
package/dist/config.default.d.ts
DELETED