@gasket/core
Advanced tools
Comparing version 7.2.0-canary.1 to 7.2.0-canary.20
@@ -43,2 +43,4 @@ declare module '@gasket/core' { | ||
name: string; | ||
version: string; | ||
description: string; | ||
dependencies?: Array<string>; | ||
@@ -45,0 +47,0 @@ hooks: { |
{ | ||
"name": "@gasket/core", | ||
"version": "7.2.0-canary.1", | ||
"version": "7.2.0-canary.20", | ||
"description": "Entry point to setting up Gasket instances", | ||
@@ -10,3 +10,4 @@ "exports": { | ||
"types": "./lib/index.d.ts" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -91,3 +92,3 @@ "types": "lib/index.d.ts", | ||
"type": "module", | ||
"gitHead": "06ba938394e6f09d6ab744220e6402959abe7baa" | ||
"gitHead": "abdb788c7ff44f4c6db7a5885e96e2dd315273fc" | ||
} |
53894
1320