@eggjs/orm-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 +10 -10
  2. package/package.json +15 -15
package/README.md CHANGED
@@ -1,23 +1,23 @@
1
- # @eggjs/tegg-orm-plugin
1
+ # @eggjs/orm-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-orm-plugin.svg?style=flat)](https://nodejs.org/en/download/)
6
+ [![Node.js Version](https://img.shields.io/node/v/@eggjs/orm-plugin.svg?style=flat)](https://nodejs.org/en/download/)
7
7
 
8
- [npm-image]: https://img.shields.io/npm/v/@eggjs/tegg-orm-plugin.svg?style=flat-square
9
- [npm-url]: https://npmjs.org/package/@eggjs/tegg-orm-plugin
10
- [snyk-image]: https://snyk.io/test/npm/@eggjs/tegg-orm-plugin/badge.svg?style=flat-square
11
- [snyk-url]: https://snyk.io/test/npm/@eggjs/tegg-orm-plugin
12
- [download-image]: https://img.shields.io/npm/dm/@eggjs/tegg-orm-plugin.svg?style=flat-square
13
- [download-url]: https://npmjs.org/package/@eggjs/tegg-orm-plugin
8
+ [npm-image]: https://img.shields.io/npm/v/@eggjs/orm-plugin.svg?style=flat-square
9
+ [npm-url]: https://npmjs.org/package/@eggjs/orm-plugin
10
+ [snyk-image]: https://snyk.io/test/npm/@eggjs/orm-plugin/badge.svg?style=flat-square
11
+ [snyk-url]: https://snyk.io/test/npm/@eggjs/orm-plugin
12
+ [download-image]: https://img.shields.io/npm/dm/@eggjs/orm-plugin.svg?style=flat-square
13
+ [download-url]: https://npmjs.org/package/@eggjs/orm-plugin
14
14
 
15
15
  使用注解的方式来开发 egg 中的 orm
16
16
 
17
17
  ## Install
18
18
 
19
19
  ```shell
20
- npm i --save @eggjs/tegg-orm-plugin
20
+ npm i --save @eggjs/orm-plugin
21
21
  ```
22
22
 
23
23
  ## Config
@@ -25,7 +25,7 @@ npm i --save @eggjs/tegg-orm-plugin
25
25
  ```js
26
26
  // config/plugin.js
27
27
  exports.teggOrm = {
28
- package: '@eggjs/tegg-orm-plugin',
28
+ package: '@eggjs/orm-plugin',
29
29
  enable: true,
30
30
  };
31
31
  ```
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "tegg"
7
7
  ]
8
8
  },
9
- "version": "4.0.0-beta.0",
9
+ "version": "4.0.0-beta.30",
10
10
  "description": "orm decorator for egg",
11
11
  "keywords": [
12
12
  "egg",
@@ -52,16 +52,16 @@
52
52
  "dependencies": {
53
53
  "leoric": "^2.12.2",
54
54
  "sdk-base": "^5.0.1",
55
- "@eggjs/core-decorator": "4.0.0-beta.29",
56
- "@eggjs/module-common": "4.0.0-beta.29",
57
- "@eggjs/lifecycle": "4.0.0-beta.29",
58
- "@eggjs/metadata": "4.0.0-beta.29",
59
- "@eggjs/orm-decorator": "4.0.0-beta.29",
60
- "@eggjs/tegg-runtime": "4.0.0-beta.29"
55
+ "@eggjs/module-common": "4.0.0-beta.30",
56
+ "@eggjs/core-decorator": "4.0.0-beta.30",
57
+ "@eggjs/lifecycle": "4.0.0-beta.30",
58
+ "@eggjs/metadata": "4.0.0-beta.30",
59
+ "@eggjs/orm-decorator": "4.0.0-beta.30",
60
+ "@eggjs/tegg-runtime": "4.0.0-beta.30"
61
61
  },
62
62
  "peerDependencies": {
63
- "@eggjs/tegg-plugin": "4.0.0-beta.29",
64
- "egg": "4.1.0-beta.29"
63
+ "egg": "4.1.0-beta.30",
64
+ "@eggjs/tegg-plugin": "4.0.0-beta.30"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/node": "^24.9.1",
@@ -69,13 +69,13 @@
69
69
  "tsdown": "0.15.9",
70
70
  "typescript": "^5.9.3",
71
71
  "unplugin-unused": "^0.5.4",
72
- "@eggjs/mock": "7.0.0-beta.29",
73
72
  "@eggjs/module-test-util": "4.0.0-beta.29",
74
- "@eggjs/tegg-config": "4.0.0-beta.29",
75
- "@eggjs/tegg": "4.0.0-beta.29",
76
- "egg": "4.1.0-beta.29",
77
- "@eggjs/tegg-plugin": "4.0.0-beta.29",
78
- "@eggjs/tracer": "4.0.0-beta.29"
73
+ "@eggjs/mock": "7.0.0-beta.30",
74
+ "@eggjs/tegg": "4.0.0-beta.30",
75
+ "@eggjs/tegg-config": "4.0.0-beta.30",
76
+ "@eggjs/tegg-plugin": "4.0.0-beta.30",
77
+ "@eggjs/tracer": "4.0.0-beta.30",
78
+ "egg": "4.1.0-beta.30"
79
79
  },
80
80
  "publishConfig": {
81
81
  "access": "public"