-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Patch dependencies (#33285)
- Loading branch information
Showing
47 changed files
with
1,631 additions
and
1,020 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/index.d.ts b/index.d.ts | ||
index f64eda7889619f2a1e7cbd5bb5e3533fc8aaa182..3d815a3b7aaf426235aa92422129079aa5826908 100644 | ||
--- a/index.d.ts | ||
+++ b/index.d.ts | ||
@@ -725,7 +725,7 @@ declare namespace Moleculer { | ||
this: T | ||
) => void | Promise<void>; | ||
|
||
- interface ServiceSchema<S = ServiceSettingSchema, T = void> { | ||
+ interface ServiceSchema<S = ServiceSettingSchema, T = Service<S>> { | ||
name: string; | ||
version?: string | number; | ||
settings?: S; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.