@eggjs/dal-plugin 4.0.0-beta.0 → 4.0.0-beta.30

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/README.md +12 -12
  2. package/package.json +20 -20
package/README.md CHANGED
@@ -1,18 +1,18 @@
1
- # @eggjs/tegg-dal-plugin
1
+ # @eggjs/dal-plugin
2
2
 
3
3
  [![NPM version][npm-image]][npm-url]
4
4
  [![Known Vulnerabilities][snyk-image]][snyk-url]
5
5
  [![npm download][download-image]][download-url]
6
- [![Node.js Version](https://img.shields.io/node/v/@eggjs/tegg-dal-plugin.svg?style=flat)](https://nodejs.org/en/download/)
6
+ [![Node.js Version](https://img.shields.io/node/v/@eggjs/dal-plugin.svg?style=flat)](https://nodejs.org/en/download/)
7
7
 
8
- [npm-image]: https://img.shields.io/npm/v/@eggjs/tegg-dal-plugin.svg?style=flat-square
9
- [npm-url]: https://npmjs.org/package/@eggjs/tegg-dal-plugin
10
- [snyk-image]: https://snyk.io/test/npm/@eggjs/tegg-dal-plugin/badge.svg?style=flat-square
11
- [snyk-url]: https://snyk.io/test/npm/@eggjs/tegg-dal-plugin
12
- [download-image]: https://img.shields.io/npm/dm/@eggjs/tegg-dal-plugin.svg?style=flat-square
13
- [download-url]: https://npmjs.org/package/@eggjs/tegg-dal-plugin
8
+ [npm-image]: https://img.shields.io/npm/v/@eggjs/dal-plugin.svg?style=flat-square
9
+ [npm-url]: https://npmjs.org/package/@eggjs/dal-plugin
10
+ [snyk-image]: https://snyk.io/test/npm/@eggjs/dal-plugin/badge.svg?style=flat-square
11
+ [snyk-url]: https://snyk.io/test/npm/@eggjs/dal-plugin
12
+ [download-image]: https://img.shields.io/npm/dm/@eggjs/dal-plugin.svg?style=flat-square
13
+ [download-url]: https://npmjs.org/package/@eggjs/dal-plugin
14
14
 
15
- @eggjs/tegg-dal-plugin 支持使用注解的方式来开发 egg 中的 dal。
15
+ @eggjs/dal-plugin 支持使用注解的方式来开发 egg 中的 dal。
16
16
 
17
17
  ## egg 模式
18
18
 
@@ -24,7 +24,7 @@ npm i --save @eggjs/tegg
24
24
  # tegg 插件
25
25
  npm i --save @eggjs/tegg-plugin
26
26
  # tegg dal 插件
27
- npm i --save @eggjs/tegg-dal-plugin
27
+ npm i --save @eggjs/dal-plugin
28
28
  ```
29
29
 
30
30
  ### Prepare
@@ -46,7 +46,7 @@ exports.tegg = {
46
46
  };
47
47
 
48
48
  exports.teggDal = {
49
- package: '@eggjs/tegg-dal-plugin',
49
+ package: '@eggjs/dal-plugin',
50
50
  enable: true,
51
51
  };
52
52
  ```
@@ -59,7 +59,7 @@ exports.teggDal = {
59
59
  # tegg 注解
60
60
  npm i --save @eggjs/tegg
61
61
  # tegg dal 插件
62
- npm i --save @eggjs/tegg-dal-plugin
62
+ npm i --save @eggjs/dal-plugin
63
63
  ```
64
64
 
65
65
  ### Prepare
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "eggModule": {
11
11
  "name": "teggDal"
12
12
  },
13
- "version": "4.0.0-beta.0",
13
+ "version": "4.0.0-beta.30",
14
14
  "description": "dal plugin for egg",
15
15
  "keywords": [
16
16
  "egg",
@@ -51,20 +51,20 @@
51
51
  "node": ">=22.18.0"
52
52
  },
53
53
  "dependencies": {
54
- "@eggjs/aop-decorator": "4.0.0-beta.29",
55
- "@eggjs/dal-runtime": "4.0.0-beta.29",
56
- "@eggjs/tegg-common-util": "4.0.0-beta.29",
57
- "@eggjs/dal-decorator": "4.0.0-beta.29",
58
- "@eggjs/core-decorator": "4.0.0-beta.29",
59
- "@eggjs/lifecycle": "4.0.0-beta.29",
60
- "@eggjs/tegg-loader": "4.0.0-beta.29",
61
- "@eggjs/metadata": "4.0.0-beta.29",
62
- "@eggjs/tegg-types": "4.0.0-beta.29",
63
- "@eggjs/transaction-decorator": "4.0.0-beta.29"
54
+ "@eggjs/core-decorator": "4.0.0-beta.30",
55
+ "@eggjs/dal-runtime": "4.0.0-beta.30",
56
+ "@eggjs/tegg-common-util": "4.0.0-beta.30",
57
+ "@eggjs/aop-decorator": "4.0.0-beta.30",
58
+ "@eggjs/dal-decorator": "4.0.0-beta.30",
59
+ "@eggjs/lifecycle": "4.0.0-beta.30",
60
+ "@eggjs/tegg-loader": "4.0.0-beta.30",
61
+ "@eggjs/transaction-decorator": "4.0.0-beta.30",
62
+ "@eggjs/tegg-types": "4.0.0-beta.30",
63
+ "@eggjs/metadata": "4.0.0-beta.30"
64
64
  },
65
65
  "peerDependencies": {
66
- "@eggjs/tegg-plugin": "4.0.0-beta.29",
67
- "egg": "4.1.0-beta.29"
66
+ "@eggjs/tegg-plugin": "4.0.0-beta.30",
67
+ "egg": "4.1.0-beta.30"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/node": "^24.9.1",
@@ -72,13 +72,13 @@
72
72
  "tsdown": "0.15.9",
73
73
  "typescript": "^5.9.3",
74
74
  "unplugin-unused": "^0.5.4",
75
- "@eggjs/tegg": "4.0.0-beta.29",
76
- "@eggjs/mock": "7.0.0-beta.29",
77
- "@eggjs/aop-plugin": "4.0.0-beta.29",
78
- "@eggjs/tegg-plugin": "4.0.0-beta.29",
79
- "@eggjs/tegg-config": "4.0.0-beta.29",
80
- "@eggjs/tracer": "4.0.0-beta.29",
81
- "egg": "4.1.0-beta.29"
75
+ "@eggjs/tegg": "4.0.0-beta.30",
76
+ "@eggjs/mock": "7.0.0-beta.30",
77
+ "@eggjs/aop-plugin": "4.0.0-beta.30",
78
+ "@eggjs/tegg-config": "4.0.0-beta.30",
79
+ "@eggjs/tegg-plugin": "4.0.0-beta.30",
80
+ "egg": "4.1.0-beta.30",
81
+ "@eggjs/tracer": "4.0.0-beta.30"
82
82
  },
83
83
  "publishConfig": {
84
84
  "access": "public"