@gasket/core
Advanced tools
Comparing version 7.0.0-next.62 to 7.0.0-next.63
@@ -67,6 +67,6 @@ /* eslint-disable no-console, no-process-env */ "use strict"; | ||
this.hook = this.engine.hook.bind(this.engine); | ||
// allow branches to reach back to the root | ||
this.root = ()=>this; | ||
this.config = config; | ||
this.command = null; | ||
// Can be used as a key to identify a gasket instance | ||
this.symbol = Symbol('gasket'); | ||
// @ts-ignore | ||
@@ -73,0 +73,0 @@ this.execSync('init'); |
@@ -54,8 +54,8 @@ /* eslint-disable no-console, no-process-env */ | ||
this.hook = this.engine.hook.bind(this.engine); | ||
// allow branches to reach back to the root | ||
this.root = () => this; | ||
this.config = config; | ||
this.command = null; | ||
// Can be used as a key to identify a gasket instance | ||
this.symbol = Symbol('gasket'); | ||
// @ts-ignore | ||
@@ -62,0 +62,0 @@ this.execSync('init'); |
@@ -115,2 +115,3 @@ declare module '@gasket/core' { | ||
constructor(config: GasketConfigDefinition); | ||
new (config: GasketConfigDefinition): Gasket | ||
@@ -121,3 +122,3 @@ command: { | ||
config: GasketConfig; | ||
new (config: GasketConfigDefinition): Gasket | ||
symbol: Symbol; | ||
traceBranch(): GasketTrace | ||
@@ -124,0 +125,0 @@ traceRoot(): Gasket |
{ | ||
"name": "@gasket/core", | ||
"version": "7.0.0-next.62", | ||
"version": "7.0.0-next.63", | ||
"description": "Entry point to setting up Gasket instances", | ||
@@ -102,3 +102,3 @@ "type": "module", | ||
}, | ||
"gitHead": "8d6cf8ef71a549955cbfe9610bb1ee07cc40d96d" | ||
"gitHead": "53d9d2f59b438d94d171eeac528c6aa2346c142e" | ||
} |
133975
1732