@eggjs/lifecycle 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 +8 -8
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,16 +1,16 @@
1
- # `@eggjs/tegg-lifecycle`
1
+ # `@eggjs/lifecycle`
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-lifecycle.svg?style=flat)](https://nodejs.org/en/download/)
6
+ [![Node.js Version](https://img.shields.io/node/v/@eggjs/lifecycle.svg?style=flat)](https://nodejs.org/en/download/)
7
7
 
8
- [npm-image]: https://img.shields.io/npm/v/@eggjs/tegg-lifecycle.svg?style=flat-square
9
- [npm-url]: https://npmjs.org/package/@eggjs/tegg-lifecycle
10
- [snyk-image]: https://snyk.io/test/npm/@eggjs/tegg-lifecycle/badge.svg?style=flat-square
11
- [snyk-url]: https://snyk.io/test/npm/@eggjs/tegg-lifecycle
12
- [download-image]: https://img.shields.io/npm/dm/@eggjs/tegg-lifecycle.svg?style=flat-square
13
- [download-url]: https://npmjs.org/package/@eggjs/tegg-lifecycle
8
+ [npm-image]: https://img.shields.io/npm/v/@eggjs/lifecycle.svg?style=flat-square
9
+ [npm-url]: https://npmjs.org/package/@eggjs/lifecycle
10
+ [snyk-image]: https://snyk.io/test/npm/@eggjs/lifecycle/badge.svg?style=flat-square
11
+ [snyk-url]: https://snyk.io/test/npm/@eggjs/lifecycle
12
+ [download-image]: https://img.shields.io/npm/dm/@eggjs/lifecycle.svg?style=flat-square
13
+ [download-url]: https://npmjs.org/package/@eggjs/lifecycle
14
14
 
15
15
  # Usage
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eggjs/lifecycle",
3
- "version": "4.0.0-beta.0",
3
+ "version": "4.0.0-beta.30",
4
4
  "description": "tegg lifecycle definition and decorators",
5
5
  "keywords": [
6
6
  "egg",
@@ -34,8 +34,8 @@
34
34
  "access": "public"
35
35
  },
36
36
  "dependencies": {
37
- "@eggjs/core-decorator": "4.0.0-beta.29",
38
- "@eggjs/tegg-types": "4.0.0-beta.29"
37
+ "@eggjs/core-decorator": "4.0.0-beta.30",
38
+ "@eggjs/tegg-types": "4.0.0-beta.30"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^24.9.1",