@eggjs/tegg 4.0.0-beta.8 → 4.0.1-beta.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.
package/README.md CHANGED
@@ -20,4 +20,4 @@ npm i @eggjs/tegg @eggjs/tegg-plugin
20
20
 
21
21
  ## Usage
22
22
 
23
- Check out our documentation [here](https://github.com/eggjs/tegg#readme).
23
+ Check out our documentation [here](../../README.md).
package/dist/dal.d.ts CHANGED
@@ -1 +1,2 @@
1
- export * from "@eggjs/dal-decorator";
1
+ export * from "@eggjs/dal-decorator";
2
+ export * from "@eggjs/dal-plugin";
package/dist/dal.js CHANGED
@@ -1,3 +1,5 @@
1
1
  export * from "@eggjs/dal-decorator"
2
2
 
3
+ export * from "@eggjs/dal-plugin"
4
+
3
5
  export { };
package/dist/helper.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export * from "@eggjs/tegg-runtime";
2
2
  export * from "@eggjs/tegg-loader";
3
- export * from "@eggjs/tegg-metadata";
3
+ export * from "@eggjs/metadata";
4
4
  export * from "@eggjs/tegg-common-util";
package/dist/helper.js CHANGED
@@ -2,7 +2,7 @@ export * from "@eggjs/tegg-runtime"
2
2
 
3
3
  export * from "@eggjs/tegg-loader"
4
4
 
5
- export * from "@eggjs/tegg-metadata"
5
+ export * from "@eggjs/metadata"
6
6
 
7
7
  export * from "@eggjs/tegg-common-util"
8
8
 
package/dist/index.d.ts CHANGED
@@ -1,12 +1,12 @@
1
1
  import * as aop from "@eggjs/aop-decorator";
2
2
  import { ModuleConfig, ModuleConfigHolder, ModuleConfigs, RuntimeConfig } from "@eggjs/tegg-common-util";
3
- import * as orm from "@eggjs/tegg-orm-decorator";
4
- import * as schedule from "@eggjs/tegg-schedule-decorator";
3
+ import * as orm from "@eggjs/orm-decorator";
4
+ import * as schedule from "@eggjs/schedule-decorator";
5
5
  import { Logger } from "@eggjs/tegg-types";
6
6
  export * from "@eggjs/core-decorator";
7
- export * from "@eggjs/tegg-lifecycle";
7
+ export * from "@eggjs/lifecycle";
8
8
  export * from "@eggjs/controller-decorator";
9
9
  export * from "@eggjs/eventbus-decorator";
10
- export * from "@eggjs/tegg-dynamic-inject";
11
- export * from "@eggjs/tegg-background-task";
10
+ export * from "@eggjs/dynamic-inject";
11
+ export * from "@eggjs/background-task";
12
12
  export { type Logger, type ModuleConfig, type ModuleConfigHolder, ModuleConfigs, type RuntimeConfig, aop, orm, schedule };
package/dist/index.js CHANGED
@@ -1,18 +1,18 @@
1
1
  import * as aop from "@eggjs/aop-decorator";
2
2
  import { ModuleConfigs } from "@eggjs/tegg-common-util";
3
- import * as orm from "@eggjs/tegg-orm-decorator";
4
- import * as schedule from "@eggjs/tegg-schedule-decorator";
3
+ import * as orm from "@eggjs/orm-decorator";
4
+ import * as schedule from "@eggjs/schedule-decorator";
5
5
 
6
6
  export * from "@eggjs/core-decorator"
7
7
 
8
- export * from "@eggjs/tegg-lifecycle"
8
+ export * from "@eggjs/lifecycle"
9
9
 
10
10
  export * from "@eggjs/controller-decorator"
11
11
 
12
12
  export * from "@eggjs/eventbus-decorator"
13
13
 
14
- export * from "@eggjs/tegg-dynamic-inject"
14
+ export * from "@eggjs/dynamic-inject"
15
15
 
16
- export * from "@eggjs/tegg-background-task"
16
+ export * from "@eggjs/background-task"
17
17
 
18
18
  export { ModuleConfigs, aop, orm, schedule };
package/dist/orm.d.ts CHANGED
@@ -1 +1 @@
1
- export * from "@eggjs/tegg-orm-decorator";
1
+ export * from "@eggjs/orm-decorator";
package/dist/orm.js CHANGED
@@ -1,3 +1,3 @@
1
- export * from "@eggjs/tegg-orm-decorator"
1
+ export * from "@eggjs/orm-decorator"
2
2
 
3
3
  export { };
@@ -1 +1 @@
1
- export * from "@eggjs/tegg-schedule-decorator";
1
+ export * from "@eggjs/schedule-decorator";
package/dist/schedule.js CHANGED
@@ -1,3 +1,3 @@
1
- export * from "@eggjs/tegg-schedule-decorator"
1
+ export * from "@eggjs/schedule-decorator"
2
2
 
3
3
  export { };
@@ -1 +1 @@
1
- export * from "@eggjs/tegg-transaction-decorator";
1
+ export * from "@eggjs/transaction-decorator";
@@ -1,3 +1,3 @@
1
- export * from "@eggjs/tegg-transaction-decorator"
1
+ export * from "@eggjs/transaction-decorator"
2
2
 
3
3
  export { };
package/package.json CHANGED
@@ -1,17 +1,31 @@
1
1
  {
2
2
  "name": "@eggjs/tegg",
3
- "version": "4.0.0-beta.8",
4
- "publishConfig": {
5
- "access": "public"
6
- },
3
+ "version": "4.0.1-beta.0",
7
4
  "description": "tegg decorator packages",
8
5
  "keywords": [
9
6
  "egg",
10
- "typescript",
11
7
  "metadata",
12
- "tegg"
8
+ "tegg",
9
+ "typescript"
10
+ ],
11
+ "homepage": "https://github.com/eggjs/egg/tree/next/tegg/core/tegg",
12
+ "bugs": {
13
+ "url": "https://github.com/eggjs/egg/issues"
14
+ },
15
+ "license": "MIT",
16
+ "author": "killagu <killa123@126.com>",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "git+https://github.com/eggjs/egg.git",
20
+ "directory": "tegg/core/tegg"
21
+ },
22
+ "files": [
23
+ "dist"
13
24
  ],
14
25
  "type": "module",
26
+ "main": "./dist/index.js",
27
+ "module": "./dist/index.js",
28
+ "types": "./dist/index.d.ts",
15
29
  "exports": {
16
30
  ".": "./dist/index.js",
17
31
  "./ajv": "./dist/ajv.js",
@@ -22,58 +36,40 @@
22
36
  "./schedule": "./dist/schedule.js",
23
37
  "./standalone": "./dist/standalone.js",
24
38
  "./transaction": "./dist/transaction.js",
25
- "./types": "./dist/types.js",
26
39
  "./package.json": "./package.json"
27
40
  },
28
- "files": [
29
- "dist"
30
- ],
31
- "author": "killagu <killa123@126.com>",
32
- "license": "MIT",
33
- "homepage": "https://github.com/eggjs/tegg/tree/next/core/tegg",
34
- "bugs": {
35
- "url": "https://github.com/eggjs/tegg/issues"
36
- },
37
- "repository": {
38
- "type": "git",
39
- "url": "git@github.com:eggjs/tegg.git",
40
- "directory": "core/tegg"
41
- },
42
- "engines": {
43
- "node": ">=22.18.0"
41
+ "publishConfig": {
42
+ "access": "public"
44
43
  },
45
44
  "dependencies": {
46
- "@eggjs/ajv-decorator": "4.0.0-beta.8",
47
- "@eggjs/aop-decorator": "4.0.0-beta.8",
48
- "@eggjs/controller-decorator": "4.0.0-beta.8",
49
- "@eggjs/dal-decorator": "4.0.0-beta.8",
50
- "@eggjs/eventbus-decorator": "4.0.0-beta.8",
51
- "@eggjs/core-decorator": "4.0.0-beta.8",
52
- "@eggjs/standalone-decorator": "4.0.0-beta.8",
53
- "@eggjs/tegg-common-util": "4.0.0-beta.8",
54
- "@eggjs/tegg-background-task": "4.0.0-beta.8",
55
- "@eggjs/tegg-dynamic-inject": "4.0.0-beta.8",
56
- "@eggjs/tegg-lifecycle": "4.0.0-beta.8",
57
- "@eggjs/tegg-loader": "4.0.0-beta.8",
58
- "@eggjs/tegg-metadata": "4.0.0-beta.8",
59
- "@eggjs/tegg-orm-decorator": "4.0.0-beta.8",
60
- "@eggjs/tegg-runtime": "4.0.0-beta.8",
61
- "@eggjs/tegg-schedule-decorator": "4.0.0-beta.8",
62
- "@eggjs/tegg-transaction-decorator": "4.0.0-beta.8",
63
- "@eggjs/tegg-types": "4.0.0-beta.8"
45
+ "@eggjs/ajv-decorator": "4.0.1-beta.0",
46
+ "@eggjs/aop-decorator": "4.0.1-beta.0",
47
+ "@eggjs/background-task": "4.0.1-beta.0",
48
+ "@eggjs/core-decorator": "4.0.1-beta.0",
49
+ "@eggjs/controller-decorator": "4.0.1-beta.0",
50
+ "@eggjs/dal-decorator": "4.0.1-beta.0",
51
+ "@eggjs/dal-plugin": "4.0.1-beta.0",
52
+ "@eggjs/dynamic-inject": "4.0.1-beta.0",
53
+ "@eggjs/lifecycle": "4.0.1-beta.0",
54
+ "@eggjs/eventbus-decorator": "4.0.1-beta.0",
55
+ "@eggjs/metadata": "4.0.1-beta.0",
56
+ "@eggjs/orm-decorator": "4.0.1-beta.0",
57
+ "@eggjs/schedule-decorator": "4.0.1-beta.0",
58
+ "@eggjs/standalone-decorator": "4.0.1-beta.0",
59
+ "@eggjs/tegg-common-util": "4.0.1-beta.0",
60
+ "@eggjs/tegg-loader": "4.0.1-beta.0",
61
+ "@eggjs/tegg-runtime": "4.0.1-beta.0",
62
+ "@eggjs/transaction-decorator": "4.0.1-beta.0",
63
+ "@eggjs/tegg-types": "4.0.1-beta.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@types/node": "^22.10.5",
67
- "typescript": "^5.9.3",
68
- "tsdown": "^0.15.6",
69
- "unplugin-unused": "^0.5.3"
66
+ "@types/node": "^24.10.2",
67
+ "typescript": "^5.9.3"
68
+ },
69
+ "engines": {
70
+ "node": ">=22.18.0"
70
71
  },
71
- "main": "./dist/index.js",
72
- "module": "./dist/index.js",
73
- "types": "./dist/index.d.ts",
74
72
  "scripts": {
75
- "clean": "rimraf dist",
76
- "build": "tsdown",
77
- "typecheck": "tsc --noEmit"
73
+ "typecheck": "tsgo --noEmit"
78
74
  }
79
75
  }
package/dist/types.d.ts DELETED
@@ -1 +0,0 @@
1
- export { };
package/dist/types.js DELETED
@@ -1 +0,0 @@
1
- export { };