@moostjs/event-cli 0.6.4 → 0.6.6

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/dist/index.cjs CHANGED
@@ -201,6 +201,7 @@ const CONTEXT_TYPE = "CLI";
201
201
  resolveArgs: opts.resolveArgs,
202
202
  logErrors: this.opts?.debug,
203
203
  targetPath,
204
+ controllerPrefix: opts.prefix,
204
205
  handlerType: handler.type
205
206
  });
206
207
  const meta = getCliMate().read(opts.fakeInstance, opts.method);
package/dist/index.mjs CHANGED
@@ -178,6 +178,7 @@ const CONTEXT_TYPE = "CLI";
178
178
  resolveArgs: opts.resolveArgs,
179
179
  logErrors: this.opts?.debug,
180
180
  targetPath,
181
+ controllerPrefix: opts.prefix,
181
182
  handlerType: handler.type
182
183
  });
183
184
  const meta = getCliMate().read(opts.fakeInstance, opts.method);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moostjs/event-cli",
3
- "version": "0.6.4",
3
+ "version": "0.6.6",
4
4
  "description": "@moostjs/event-cli",
5
5
  "keywords": [
6
6
  "composables",
@@ -43,15 +43,15 @@
43
43
  }
44
44
  },
45
45
  "dependencies": {
46
- "@wooksjs/event-cli": "^0.7.7"
46
+ "@wooksjs/event-cli": "^0.7.8"
47
47
  },
48
48
  "devDependencies": {
49
49
  "vitest": "3.2.4"
50
50
  },
51
51
  "peerDependencies": {
52
- "@wooksjs/event-core": "^0.7.7",
53
- "wooks": "^0.7.7",
54
- "moost": "^0.6.4"
52
+ "@wooksjs/event-core": "^0.7.8",
53
+ "wooks": "^0.7.8",
54
+ "moost": "^0.6.6"
55
55
  },
56
56
  "scripts": {
57
57
  "pub": "pnpm publish --access public",