@nebulars/sseengine 1.3.46 → 1.3.48

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nebulars/sseengine",
3
3
  "description": "An engine for sse",
4
- "version": "1.3.46",
4
+ "version": "1.3.48",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
7
7
  "dev": "forage serve --name sseengine",
@@ -137,7 +137,7 @@ export default (proxy = {}) => {
137
137
 
138
138
  const actions = {
139
139
  async CLEAN() {
140
- const { info, attach, prompt, select, produce } = reset;
140
+ const { info, attach, prompt, select, produce, menus } = reset;
141
141
  return {
142
142
  info,
143
143
  attach,