@eggjs/eventbus-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.
- package/README.md +10 -10
- package/package.json +18 -19
package/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# @eggjs/
|
|
1
|
+
# @eggjs/eventbus-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
|
-
[](https://nodejs.org/en/download/)
|
|
7
7
|
|
|
8
|
-
[npm-image]: https://img.shields.io/npm/v/@eggjs/
|
|
9
|
-
[npm-url]: https://npmjs.org/package/@eggjs/
|
|
10
|
-
[snyk-image]: https://snyk.io/test/npm/@eggjs/
|
|
11
|
-
[snyk-url]: https://snyk.io/test/npm/@eggjs/
|
|
12
|
-
[download-image]: https://img.shields.io/npm/dm/@eggjs/
|
|
13
|
-
[download-url]: https://npmjs.org/package/@eggjs/
|
|
8
|
+
[npm-image]: https://img.shields.io/npm/v/@eggjs/eventbus-plugin.svg?style=flat-square
|
|
9
|
+
[npm-url]: https://npmjs.org/package/@eggjs/eventbus-plugin
|
|
10
|
+
[snyk-image]: https://snyk.io/test/npm/@eggjs/eventbus-plugin/badge.svg?style=flat-square
|
|
11
|
+
[snyk-url]: https://snyk.io/test/npm/@eggjs/eventbus-plugin
|
|
12
|
+
[download-image]: https://img.shields.io/npm/dm/@eggjs/eventbus-plugin.svg?style=flat-square
|
|
13
|
+
[download-url]: https://npmjs.org/package/@eggjs/eventbus-plugin
|
|
14
14
|
|
|
15
15
|
## Usage
|
|
16
16
|
|
|
17
17
|
```js
|
|
18
18
|
// plugin.js
|
|
19
|
-
export.
|
|
19
|
+
export.teggEventbus = {
|
|
20
20
|
enable: true,
|
|
21
|
-
package: '@eggjs/
|
|
21
|
+
package: '@eggjs/eventbus-plugin',
|
|
22
22
|
};
|
|
23
23
|
```
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eggjs/eventbus-plugin",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.30",
|
|
4
4
|
"eggPlugin": {
|
|
5
|
-
"name": "
|
|
6
|
-
"strict": false,
|
|
5
|
+
"name": "teggEventbus",
|
|
7
6
|
"dependencies": [
|
|
8
7
|
"tegg"
|
|
9
8
|
]
|
|
@@ -46,30 +45,30 @@
|
|
|
46
45
|
"node": ">=22.18.0"
|
|
47
46
|
},
|
|
48
47
|
"dependencies": {
|
|
49
|
-
"@eggjs/
|
|
50
|
-
"@eggjs/
|
|
51
|
-
"@eggjs/eventbus-runtime": "4.0.0-beta.
|
|
52
|
-
"@eggjs/
|
|
53
|
-
"@eggjs/
|
|
54
|
-
"@eggjs/
|
|
55
|
-
"@eggjs/tegg-runtime": "4.0.0-beta.
|
|
48
|
+
"@eggjs/core-decorator": "4.0.0-beta.30",
|
|
49
|
+
"@eggjs/module-common": "4.0.0-beta.30",
|
|
50
|
+
"@eggjs/eventbus-runtime": "4.0.0-beta.30",
|
|
51
|
+
"@eggjs/eventbus-decorator": "4.0.0-beta.30",
|
|
52
|
+
"@eggjs/metadata": "4.0.0-beta.30",
|
|
53
|
+
"@eggjs/lifecycle": "4.0.0-beta.30",
|
|
54
|
+
"@eggjs/tegg-runtime": "4.0.0-beta.30"
|
|
56
55
|
},
|
|
57
56
|
"peerDependencies": {
|
|
58
|
-
"@eggjs/tegg-plugin": "4.0.0-beta.
|
|
59
|
-
"egg": "4.1.0-beta.
|
|
57
|
+
"@eggjs/tegg-plugin": "4.0.0-beta.30",
|
|
58
|
+
"egg": "4.1.0-beta.30"
|
|
60
59
|
},
|
|
61
60
|
"devDependencies": {
|
|
62
61
|
"@types/node": "^24.9.1",
|
|
63
62
|
"tsdown": "0.15.9",
|
|
64
63
|
"typescript": "^5.9.3",
|
|
65
64
|
"unplugin-unused": "^0.5.4",
|
|
66
|
-
"@eggjs/mock": "7.0.0-beta.
|
|
67
|
-
"@eggjs/tegg
|
|
68
|
-
"@eggjs/tegg-
|
|
69
|
-
"@eggjs/tegg": "4.0.0-beta.
|
|
70
|
-
"@eggjs/
|
|
71
|
-
"
|
|
72
|
-
"
|
|
65
|
+
"@eggjs/mock": "7.0.0-beta.30",
|
|
66
|
+
"@eggjs/tegg": "4.0.0-beta.30",
|
|
67
|
+
"@eggjs/tegg-config": "4.0.0-beta.30",
|
|
68
|
+
"@eggjs/tegg-common-util": "4.0.0-beta.30",
|
|
69
|
+
"@eggjs/tegg-plugin": "4.0.0-beta.30",
|
|
70
|
+
"@eggjs/tracer": "4.0.0-beta.30",
|
|
71
|
+
"egg": "4.1.0-beta.30"
|
|
73
72
|
},
|
|
74
73
|
"publishConfig": {
|
|
75
74
|
"access": "public"
|