@eggjs/eventbus-runtime 4.0.0-beta.0 → 4.0.0-beta.31

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 +10 -10
package/README.md CHANGED
@@ -1,16 +1,16 @@
1
- # `@eggjs/tegg-eventbus-runtime`
1
+ # `@eggjs/eventbus-runtime`
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-eventbus-runtime.svg?style=flat)](https://nodejs.org/en/download/)
6
+ [![Node.js Version](https://img.shields.io/node/v/@eggjs/eventbus-runtime.svg?style=flat)](https://nodejs.org/en/download/)
7
7
 
8
- [npm-image]: https://img.shields.io/npm/v/@eggjs/tegg-eventbus-runtime.svg?style=flat-square
9
- [npm-url]: https://npmjs.org/package/@eggjs/tegg-eventbus-runtime
10
- [snyk-image]: https://snyk.io/test/npm/@eggjs/tegg-eventbus-runtime/badge.svg?style=flat-square
11
- [snyk-url]: https://snyk.io/test/npm/@eggjs/tegg-eventbus-runtime
12
- [download-image]: https://img.shields.io/npm/dm/@eggjs/tegg-eventbus-runtime.svg?style=flat-square
13
- [download-url]: https://npmjs.org/package/@eggjs/tegg-eventbus-runtime
8
+ [npm-image]: https://img.shields.io/npm/v/@eggjs/eventbus-runtime.svg?style=flat-square
9
+ [npm-url]: https://npmjs.org/package/@eggjs/eventbus-runtime
10
+ [snyk-image]: https://snyk.io/test/npm/@eggjs/eventbus-runtime/badge.svg?style=flat-square
11
+ [snyk-url]: https://snyk.io/test/npm/@eggjs/eventbus-runtime
12
+ [download-image]: https://img.shields.io/npm/dm/@eggjs/eventbus-runtime.svg?style=flat-square
13
+ [download-url]: https://npmjs.org/package/@eggjs/eventbus-runtime
14
14
 
15
15
  # Usage
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eggjs/eventbus-runtime",
3
- "version": "4.0.0-beta.0",
3
+ "version": "4.0.0-beta.31",
4
4
  "description": "tegg eventbus runtime",
5
5
  "keywords": [
6
6
  "egg",
@@ -34,22 +34,22 @@
34
34
  "dependencies": {
35
35
  "await-event": "2",
36
36
  "await-first": "^1.0.0",
37
- "@eggjs/core-decorator": "4.0.0-beta.29",
38
- "@eggjs/tegg-common-util": "4.0.0-beta.29",
39
- "@eggjs/eventbus-decorator": "4.0.0-beta.29",
40
- "@eggjs/tegg-runtime": "4.0.0-beta.29",
41
- "@eggjs/tegg-types": "4.0.0-beta.29"
37
+ "@eggjs/eventbus-decorator": "4.0.0-beta.31",
38
+ "@eggjs/core-decorator": "4.0.0-beta.31",
39
+ "@eggjs/tegg-common-util": "4.0.0-beta.31",
40
+ "@eggjs/tegg-runtime": "4.0.0-beta.31",
41
+ "@eggjs/tegg-types": "4.0.0-beta.31"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^24.9.1",
45
45
  "coffee": "5",
46
46
  "typescript": "^5.9.3",
47
- "tsdown": "0.15.9",
47
+ "tsdown": "0.15.10",
48
48
  "unplugin-unused": "^0.5.4",
49
49
  "@eggjs/module-test-util": "4.0.0-beta.29",
50
- "@eggjs/tegg-metadata": "4.0.0-beta.29",
51
- "@eggjs/tegg-loader": "4.0.0-beta.29",
52
- "egg": "4.1.0-beta.29"
50
+ "@eggjs/tegg-loader": "4.0.0-beta.31",
51
+ "@eggjs/metadata": "4.0.0-beta.31",
52
+ "egg": "4.1.0-beta.31"
53
53
  },
54
54
  "engines": {
55
55
  "node": ">=22.18.0"