@eggjs/tegg 1.6.3 → 3.0.0-alpha.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 +13 -13
  2. package/CHANGELOG.md +0 -67
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eggjs/tegg",
3
- "version": "1.6.3",
3
+ "version": "3.0.0-alpha.0",
4
4
  "description": "tegg decorator packages",
5
5
  "keywords": [
6
6
  "egg",
@@ -35,23 +35,23 @@
35
35
  "node": ">=14.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "@eggjs/aop-decorator": "^1.4.4",
39
- "@eggjs/controller-decorator": "^1.6.3",
40
- "@eggjs/core-decorator": "^1.4.3",
41
- "@eggjs/eventbus-decorator": "^1.5.2",
38
+ "@eggjs/aop-decorator": "^3.0.0-alpha.0",
39
+ "@eggjs/controller-decorator": "^3.0.0-alpha.0",
40
+ "@eggjs/core-decorator": "^3.0.0-alpha.0",
41
+ "@eggjs/eventbus-decorator": "^3.0.0-alpha.0",
42
42
  "@eggjs/standalone-decorator": "^1.2.3",
43
- "@eggjs/tegg-background-task": "^1.4.3",
43
+ "@eggjs/tegg-background-task": "^3.0.0-alpha.0",
44
44
  "@eggjs/tegg-common-util": "^1.2.3",
45
- "@eggjs/tegg-dynamic-inject": "^1.4.3",
45
+ "@eggjs/tegg-dynamic-inject": "^3.0.0-alpha.0",
46
46
  "@eggjs/tegg-lifecycle": "^1.0.0",
47
- "@eggjs/tegg-loader": "^1.4.3",
48
- "@eggjs/tegg-metadata": "^1.4.3",
49
- "@eggjs/tegg-orm-decorator": "^1.5.3",
50
- "@eggjs/tegg-runtime": "^1.4.3",
51
- "@eggjs/tegg-schedule-decorator": "^1.6.3"
47
+ "@eggjs/tegg-loader": "^3.0.0-alpha.0",
48
+ "@eggjs/tegg-metadata": "^3.0.0-alpha.0",
49
+ "@eggjs/tegg-orm-decorator": "^3.0.0-alpha.0",
50
+ "@eggjs/tegg-runtime": "^3.0.0-alpha.0",
51
+ "@eggjs/tegg-schedule-decorator": "^3.0.0-alpha.0"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "93f94727f904dbe96e57cbcc9c0a3b2ff7bd0bb6"
56
+ "gitHead": "acb16c4149047c6f1f102b5c3845979447262833"
57
57
  }
package/CHANGELOG.md DELETED
@@ -1,67 +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.4.0](https://github.com/eggjs/tegg/compare/@eggjs/tegg@1.3.5...@eggjs/tegg@1.4.0) (2022-09-04)
7
-
8
-
9
- ### Features
10
-
11
- * impl Schedule decorator ([#52](https://github.com/eggjs/tegg/issues/52)) ([7f95005](https://github.com/eggjs/tegg/commit/7f950050b548ca542addbd7b466675da4e81ce3f))
12
-
13
-
14
-
15
-
16
-
17
- ## [1.3.5](https://github.com/eggjs/tegg/compare/@eggjs/tegg@1.3.4...@eggjs/tegg@1.3.5) (2022-08-16)
18
-
19
- **Note:** Version bump only for package @eggjs/tegg
20
-
21
-
22
-
23
-
24
-
25
- ## [1.3.4](https://github.com/eggjs/tegg/compare/@eggjs/tegg@1.3.3...@eggjs/tegg@1.3.4) (2022-07-28)
26
-
27
- **Note:** Version bump only for package @eggjs/tegg
28
-
29
-
30
-
31
-
32
-
33
- ## [1.3.3](https://github.com/eggjs/tegg/compare/@eggjs/tegg@1.3.2...@eggjs/tegg@1.3.3) (2022-07-20)
34
-
35
- **Note:** Version bump only for package @eggjs/tegg
36
-
37
-
38
-
39
-
40
-
41
- ## [1.3.2](https://github.com/eggjs/tegg/compare/@eggjs/tegg@1.3.1...@eggjs/tegg@1.3.2) (2022-07-20)
42
-
43
- **Note:** Version bump only for package @eggjs/tegg
44
-
45
-
46
-
47
-
48
-
49
- # [1.3.0](https://github.com/eggjs/tegg/compare/v1.2.0...v1.3.0) (2022-07-01)
50
-
51
- **Note:** Version bump only for package @eggjs/tegg
52
-
53
-
54
-
55
-
56
-
57
- # [0.2.0](https://github.com/eggjs/tegg/compare/v0.1.19...v0.2.0) (2022-01-20)
58
-
59
-
60
- ### Bug Fixes
61
-
62
- * invalid value of main ([#27](https://github.com/eggjs/tegg/issues/27)) ([47f22d6](https://github.com/eggjs/tegg/commit/47f22d60f7ab01cf3c0e68bd078cdd0bb75169d5))
63
-
64
-
65
- ### Features
66
-
67
- * impl aop ([c53df00](https://github.com/eggjs/tegg/commit/c53df001d1455a0a105689694775d880541d9d2f))