@gasket/core
Advanced tools
Comparing version 7.0.1-canary.0 to 7.0.1-canary.10
@@ -12,3 +12,3 @@ declare module '@gasket/core' { | ||
init(): void | ||
actions(): GasketActions | ||
actions(): Partial<GasketActions> | ||
configure(config: GasketConfig): GasketConfig | ||
@@ -43,13 +43,3 @@ } | ||
export type Plugin = { | ||
/* Package file name */ | ||
name: string; | ||
/* Package file version */ | ||
version: string; | ||
/* Package file description */ | ||
description: string; | ||
dependencies?: Array<string>; | ||
@@ -56,0 +46,0 @@ hooks: { |
{ | ||
"name": "@gasket/core", | ||
"version": "7.0.1-canary.0", | ||
"version": "7.0.1-canary.10", | ||
"description": "Entry point to setting up Gasket instances", | ||
@@ -10,4 +10,3 @@ "exports": { | ||
"types": "./lib/index.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
} | ||
}, | ||
@@ -92,3 +91,3 @@ "types": "lib/index.d.ts", | ||
"type": "module", | ||
"gitHead": "82d8ce71df54c36ded252083181a0cba034c82d7" | ||
"gitHead": "ade41f0398f6adedb73d47a4a2dc9bff30e12437" | ||
} |
53808
1318