@sewing-kit/types
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -39,4 +39,4 @@ import { AsyncSeriesHook, AsyncSeriesWaterfallHook } from 'tapable'; | ||
readonly target: PluginTarget; | ||
readonly composes: ReadonlyArray<Plugin>; | ||
readonly [PLUGIN]: true; | ||
readonly composes: ReadonlyArray<Plugin>; | ||
} | ||
@@ -43,0 +43,0 @@ export declare enum Runtime { |
@@ -39,4 +39,4 @@ import { AsyncSeriesHook, AsyncSeriesWaterfallHook } from 'tapable'; | ||
readonly target: PluginTarget; | ||
readonly composes: ReadonlyArray<Plugin>; | ||
readonly [PLUGIN]: true; | ||
readonly composes: ReadonlyArray<Plugin>; | ||
} | ||
@@ -43,0 +43,0 @@ export declare enum Runtime { |
{ | ||
"name": "@sewing-kit/types", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"sideEffects": false, | ||
@@ -14,3 +14,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "27c437a52ed52343cb4633556568514d5f058a37" | ||
"gitHead": "35d7052814424962d7a9e8f0ea1a82d7bcf1e55a" | ||
} |
@@ -63,4 +63,4 @@ import {AsyncSeriesHook, AsyncSeriesWaterfallHook} from 'tapable'; | ||
readonly target: PluginTarget; | ||
readonly composes: ReadonlyArray<Plugin>; | ||
readonly [PLUGIN]: true; | ||
readonly composes: ReadonlyArray<Plugin>; | ||
} | ||
@@ -67,0 +67,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13