moost 0.6.2 → 0.6.3

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/dist/index.d.ts +1 -1
  2. package/package.json +6 -6
package/dist/index.d.ts CHANGED
@@ -580,7 +580,7 @@ interface TMoostEventHandlerOptions<T> {
580
580
  handlerType: string;
581
581
  }
582
582
  /** Composable returning the moost scope ID for the current event. Generates on first call, caches for subsequent calls. */
583
- declare const useScopeId: (ctx?: _wooksjs_event_core.EventContext) => string;
583
+ declare const useScopeId: _wooksjs_event_core.WookComposable<string>;
584
584
  /** Registers a DI scope for the given ID and returns an unscope function. */
585
585
  declare function registerEventScope(scopeId: string): () => void;
586
586
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moost",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "moost",
5
5
  "keywords": [
6
6
  "composables",
@@ -46,15 +46,15 @@
46
46
  "@prostojs/infact": "^0.4.1",
47
47
  "@prostojs/logger": "^0.4.3",
48
48
  "@prostojs/mate": "^0.4.0",
49
- "@wooksjs/event-core": "^0.7.4",
49
+ "@wooksjs/event-core": "^0.7.7",
50
50
  "hookable": "^5.5.3",
51
- "wooks": "^0.7.4"
51
+ "wooks": "^0.7.7"
52
52
  },
53
53
  "devDependencies": {
54
- "@wooksjs/event-http": "^0.7.4",
55
- "@wooksjs/http-body": "^0.7.4",
54
+ "@wooksjs/event-http": "^0.7.7",
55
+ "@wooksjs/http-body": "^0.7.7",
56
56
  "vitest": "3.2.4",
57
- "@moostjs/event-http": "^0.6.2"
57
+ "@moostjs/event-http": "^0.6.3"
58
58
  },
59
59
  "scripts": {
60
60
  "pub": "pnpm publish --access public",