moost 0.3.8 → 0.3.10

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 +2 -0
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -595,6 +595,8 @@ export declare enum TPipePriority {
595
595
  AFTER_VALIDATE = 8
596
596
  }
597
597
 
598
+ export { TProvideRegistry }
599
+
598
600
  export declare function useControllerContext<T extends object>(): {
599
601
  instantiate: <T_1>(c: TClassConstructor<T_1>) => Promise<T_1>;
600
602
  getController: () => T;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moost",
3
- "version": "0.3.8",
3
+ "version": "0.3.10",
4
4
  "description": "moost",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -32,9 +32,9 @@
32
32
  "dependencies": {
33
33
  "@prostojs/infact": "^0.1.13",
34
34
  "@prostojs/mate": "^0.2.1",
35
- "@prostojs/logger": "^0.3.4",
36
- "@wooksjs/event-core": "^0.4.8",
37
- "wooks": "^0.4.8"
35
+ "@prostojs/logger": "^0.3.7",
36
+ "@wooksjs/event-core": "^0.4.9",
37
+ "wooks": "^0.4.9"
38
38
  },
39
39
  "author": "Artem Maltsev",
40
40
  "license": "MIT",