@wixc3/engine-core
Advanced tools
Comparing version 11.0.1 to 11.0.2
@@ -19,3 +19,3 @@ import { EnvironmentTypes } from '../com/types'; | ||
export declare const globallyProvidingEnvironments: Set<string>; | ||
export declare class SingleEndpointContextualEnvironment<NAME extends string, ENVS extends Environment[]> extends Environment<NAME, EnvironmentTypes, EnvironmentMode> { | ||
export declare class SingleEndpointContextualEnvironment<NAME extends string, ENVS extends Environment[]> extends Environment<NAME, EnvironmentTypes, 'single'> { | ||
environments: ENVS; | ||
@@ -22,0 +22,0 @@ constructor(env: NAME, environments: ENVS); |
{ | ||
"name": "@wixc3/engine-core", | ||
"version": "11.0.1", | ||
"version": "11.0.2", | ||
"main": "cjs/index.js", | ||
@@ -5,0 +5,0 @@ "types": "cjs/index.d.ts", |
@@ -27,3 +27,3 @@ import { EnvironmentTypes } from '../com/types'; | ||
EnvironmentTypes, | ||
EnvironmentMode | ||
'single' | ||
> { | ||
@@ -30,0 +30,0 @@ constructor(env: NAME, public environments: ENVS) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
835993