Skip to content

Commit

Permalink
Updated zod types
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinc committed Dec 17, 2023
1 parent 9ff1d26 commit 3430f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"README.md"
],
"main": "lib/index.js",
"version": "9.0.3-beta",
"version": "9.0.4-beta",
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/chai": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion nodejs/src/base/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export abstract class Base extends MainBase {
* });
*/
export type BSBConfigType = z.ZodTypeAny | undefined;
export type BSBConfigDefinition = BSBServiceConfig<z.AnyZodObject>;
export type BSBConfigDefinition = BSBServiceConfig<z.ZodTypeAny>;
/**
* Config migration handler, allows for config migrations when the plugin version changes or a new plugin setup is done
* @example simple version change and basic setup
Expand Down

0 comments on commit 3430f27

Please sign in to comment.