@sewing-kit/hooks
Advanced tools
Comparing version 0.0.24 to 0.1.0
@@ -48,3 +48,3 @@ declare type Step = import('@sewing-kit/core').Step; | ||
readonly configure: SeriesHook<BuildPackageConfigurationHooks>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildWebAppConfigurationHooks, BuildPackageContext>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildPackageConfigurationHooks, BuildPackageContext>; | ||
} | ||
@@ -61,3 +61,3 @@ export interface BuildPackageVariantDetails { | ||
readonly context: WaterfallHook<BuildPackageContext>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildWebAppConfigurationHooks, BuildPackageContext>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildPackageConfigurationHooks, BuildPackageContext>; | ||
} | ||
@@ -80,3 +80,3 @@ export interface BuildServiceOptions { | ||
readonly configure: SeriesHook<BuildServiceConfigurationHooks>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildWebAppConfigurationHooks, BuildServiceContext>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildServiceConfigurationHooks, BuildServiceContext>; | ||
} | ||
@@ -92,3 +92,3 @@ export interface BuildServiceVariantDetails { | ||
readonly context: WaterfallHook<BuildServiceContext>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildWebAppConfigurationHooks, BuildServiceContext>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildServiceConfigurationHooks, BuildServiceContext>; | ||
readonly variant: SeriesHook<BuildServiceVariantDetails>; | ||
@@ -167,3 +167,3 @@ } | ||
readonly context: WaterfallHook<DevPackageContext>; | ||
readonly steps: WaterfallHook<readonly Step[], DevPackageContext, DevPackageContext>; | ||
readonly steps: WaterfallHook<readonly Step[], DevPackageConfigurationHooks, DevPackageContext>; | ||
} | ||
@@ -170,0 +170,0 @@ export interface DevServiceConfigurationCustomHooks extends DevProjectConfigurationCustomHooks { |
@@ -48,3 +48,3 @@ declare type Step = import('@sewing-kit/core').Step; | ||
readonly configure: SeriesHook<BuildPackageConfigurationHooks>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildWebAppConfigurationHooks, BuildPackageContext>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildPackageConfigurationHooks, BuildPackageContext>; | ||
} | ||
@@ -61,3 +61,3 @@ export interface BuildPackageVariantDetails { | ||
readonly context: WaterfallHook<BuildPackageContext>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildWebAppConfigurationHooks, BuildPackageContext>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildPackageConfigurationHooks, BuildPackageContext>; | ||
} | ||
@@ -80,3 +80,3 @@ export interface BuildServiceOptions { | ||
readonly configure: SeriesHook<BuildServiceConfigurationHooks>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildWebAppConfigurationHooks, BuildServiceContext>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildServiceConfigurationHooks, BuildServiceContext>; | ||
} | ||
@@ -92,3 +92,3 @@ export interface BuildServiceVariantDetails { | ||
readonly context: WaterfallHook<BuildServiceContext>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildWebAppConfigurationHooks, BuildServiceContext>; | ||
readonly steps: WaterfallHook<readonly Step[], BuildServiceConfigurationHooks, BuildServiceContext>; | ||
readonly variant: SeriesHook<BuildServiceVariantDetails>; | ||
@@ -167,3 +167,3 @@ } | ||
readonly context: WaterfallHook<DevPackageContext>; | ||
readonly steps: WaterfallHook<readonly Step[], DevPackageContext, DevPackageContext>; | ||
readonly steps: WaterfallHook<readonly Step[], DevPackageConfigurationHooks, DevPackageContext>; | ||
} | ||
@@ -170,0 +170,0 @@ export interface DevServiceConfigurationCustomHooks extends DevProjectConfigurationCustomHooks { |
{ | ||
"name": "@sewing-kit/hooks", | ||
"license": "MIT", | ||
"version": "0.0.24", | ||
"version": "0.1.0", | ||
"sideEffects": false, | ||
@@ -13,3 +13,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "f38584df181993e97e570ec4d57e222501771494" | ||
"gitHead": "56aa32235e275d34ad6c12f45fa959e5dcaee80f" | ||
} |
@@ -154,3 +154,3 @@ type Step = import('@sewing-kit/core').Step; | ||
readonly Step[], | ||
BuildWebAppConfigurationHooks, | ||
BuildPackageConfigurationHooks, | ||
BuildPackageContext | ||
@@ -173,3 +173,3 @@ >; | ||
readonly Step[], | ||
BuildWebAppConfigurationHooks, | ||
BuildPackageConfigurationHooks, | ||
BuildPackageContext | ||
@@ -206,3 +206,3 @@ >; | ||
readonly Step[], | ||
BuildWebAppConfigurationHooks, | ||
BuildServiceConfigurationHooks, | ||
BuildServiceContext | ||
@@ -224,3 +224,3 @@ >; | ||
readonly Step[], | ||
BuildWebAppConfigurationHooks, | ||
BuildServiceConfigurationHooks, | ||
BuildServiceContext | ||
@@ -344,3 +344,3 @@ >; | ||
readonly Step[], | ||
DevPackageContext, | ||
DevPackageConfigurationHooks, | ||
DevPackageContext | ||
@@ -347,0 +347,0 @@ >; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
262379
24