@wixc3/engine-core-node
Advanced tools
Comparing version 37.1.0 to 37.1.1
@@ -1,2 +0,2 @@ | ||
import { AnyEnvironment, BaseHost, EnvironmentTypes, MultiEnvironment, TopLevelConfig } from '@wixc3/engine-core'; | ||
import { AnyEnvironment, EnvironmentTypes, MultiEnvironment, Target, TopLevelConfig } from '@wixc3/engine-core'; | ||
export interface StartEnvironmentOptions<ENV extends AnyEnvironment = AnyEnvironment> extends IEnvironmentDescriptor<ENV> { | ||
@@ -9,3 +9,3 @@ featureName: string; | ||
inspect?: boolean; | ||
host?: BaseHost; | ||
host?: Target; | ||
context?: string; | ||
@@ -12,0 +12,0 @@ } |
{ | ||
"name": "@wixc3/engine-core-node", | ||
"version": "37.1.0", | ||
"version": "37.1.1", | ||
"main": "dist/index.js", | ||
@@ -11,3 +11,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@wixc3/engine-core": "^37.1.0", | ||
"@wixc3/engine-core": "^37.1.1", | ||
"@wixc3/patterns": "^8.2.0", | ||
@@ -14,0 +14,0 @@ "create-listening-server": "^2.1.0", |
@@ -1,2 +0,8 @@ | ||
import { AnyEnvironment, BaseHost, EnvironmentTypes, MultiEnvironment, TopLevelConfig } from '@wixc3/engine-core'; | ||
import { | ||
AnyEnvironment, | ||
EnvironmentTypes, | ||
MultiEnvironment, | ||
Target, | ||
TopLevelConfig, | ||
} from '@wixc3/engine-core'; | ||
@@ -11,3 +17,3 @@ export interface StartEnvironmentOptions<ENV extends AnyEnvironment = AnyEnvironment> | ||
inspect?: boolean; | ||
host?: BaseHost; | ||
host?: Target; | ||
context?: string; | ||
@@ -14,0 +20,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
38634
644
Updated@wixc3/engine-core@^37.1.1