@eggjs/tegg-config 1.3.3 → 3.0.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 (2) hide show
  1. package/package.json +3 -3
  2. package/CHANGELOG.md +0 -80
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "eggPlugin": {
4
4
  "name": "teggConfig"
5
5
  },
6
- "version": "1.3.3",
6
+ "version": "3.0.0",
7
7
  "description": "module config plugin for egg",
8
8
  "keywords": [
9
9
  "egg",
@@ -44,10 +44,10 @@
44
44
  "@eggjs/tegg-common-util": "^1.2.3"
45
45
  },
46
46
  "devDependencies": {
47
- "egg": "^2.26.1"
47
+ "egg": "^3.9.1"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "93f94727f904dbe96e57cbcc9c0a3b2ff7bd0bb6"
52
+ "gitHead": "942c516999e5380bd3f2b30de1dfd28569525da4"
53
53
  }
package/CHANGELOG.md DELETED
@@ -1,80 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.2.1](https://github.com/eggjs/tegg/compare/@eggjs/tegg-config@1.2.0...@eggjs/tegg-config@1.2.1) (2022-09-05)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * fix miss agent file ([0fa496b](https://github.com/eggjs/tegg/commit/0fa496bdbb4ffa4e911fffa3e176fa7bdf03fb12))
12
-
13
-
14
-
15
-
16
-
17
- # 1.2.0 (2022-09-04)
18
-
19
-
20
- ### Features
21
-
22
- * impl Schedule decorator ([#52](https://github.com/eggjs/tegg/issues/52)) ([7f95005](https://github.com/eggjs/tegg/commit/7f950050b548ca542addbd7b466675da4e81ce3f))
23
-
24
-
25
-
26
- ## 1.1.1 (2022-06-21)
27
-
28
-
29
-
30
- # 1.1.0 (2022-06-15)
31
-
32
-
33
-
34
- # 1.0.0 (2022-02-08)
35
-
36
-
37
-
38
- # 0.2.0 (2022-01-20)
39
-
40
-
41
-
42
- ## 0.1.19 (2022-01-05)
43
-
44
-
45
-
46
- ## 0.1.18 (2021-12-31)
47
-
48
-
49
-
50
- ## 0.1.13 (2021-11-14)
51
-
52
-
53
- ### Features
54
-
55
- * impl standalone tegg ([af9f682](https://github.com/eggjs/tegg/commit/af9f6826ef882ef7206e80ee25433a2b19012995))
56
-
57
-
58
-
59
- ## 0.1.5 (2021-09-08)
60
-
61
-
62
-
63
- ## 0.1.2 (2021-09-01)
64
-
65
-
66
-
67
- # 0.1.0 (2021-07-22)
68
-
69
-
70
- ### Bug Fixes
71
-
72
- * set publishConfig.access to public ([527f1fa](https://github.com/eggjs/tegg/commit/527f1fa8e3bcaf45ff5b3a63d90473d4a6a2e2b0))
73
-
74
-
75
-
76
-
77
-
78
- # [0.2.0](https://github.com/eggjs/tegg/compare/v0.1.19...v0.2.0) (2022-01-20)
79
-
80
- **Note:** Version bump only for package @eggjs/tegg-config