@wixc3/engine-core-node
Advanced tools
Comparing version 34.0.0 to 35.0.0
import { Communication } from '@wixc3/engine-core'; | ||
import { IEngineRuntimeArguments } from './types'; | ||
/** | ||
@@ -6,3 +7,3 @@ * gets application metadata using `MetadataCollectionAPI` that should be registered for `ROOT_ENGINE_ENV_ID` environment | ||
*/ | ||
export declare const getApplicationMetaData: (com: Communication) => Promise<import("./types").IEngineRuntimeArguments>; | ||
export declare const getApplicationMetaData: (com: Communication) => Promise<IEngineRuntimeArguments>; | ||
//# sourceMappingURL=get-application-metadata.d.ts.map |
@@ -29,2 +29,3 @@ import { AnyEnvironment, BaseHost, EnvironmentTypes, MultiEnvironment, TopLevelConfig } from '@wixc3/engine-core'; | ||
nodeEntryPath: string; | ||
workerThreadEntryPath: string; | ||
features: [featureName: string, featureDefinition: Required<IStaticFeatureDefinition>][]; | ||
@@ -31,0 +32,0 @@ config: TopLevelConfig; |
{ | ||
"name": "@wixc3/engine-core-node", | ||
"version": "34.0.0", | ||
"version": "35.0.0", | ||
"main": "dist/index.js", | ||
@@ -11,3 +11,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@wixc3/engine-core": "^34.0.0", | ||
"@wixc3/engine-core": "^35.0.0", | ||
"create-listening-server": "^2.1.0", | ||
@@ -14,0 +14,0 @@ "express": "^4.18.2", |
import { AsyncApi, Communication } from '@wixc3/engine-core'; | ||
import { MetadataCollectionAPI, metadataApiToken } from './types'; | ||
import { IEngineRuntimeArguments, MetadataCollectionAPI, metadataApiToken } from './types'; | ||
import { METADATA_PROVIDER_ENV_ID, ENGINE_ROOT_ENVIRONMENT_ID } from './constants'; | ||
@@ -9,3 +9,3 @@ | ||
*/ | ||
export const getApplicationMetaData = async (com: Communication) => { | ||
export const getApplicationMetaData = async (com: Communication): Promise<IEngineRuntimeArguments> => { | ||
const api = getMetadataApi(com); | ||
@@ -12,0 +12,0 @@ const result = await api.getRuntimeArguments(); |
@@ -34,2 +34,3 @@ import { AnyEnvironment, BaseHost, EnvironmentTypes, MultiEnvironment, TopLevelConfig } from '@wixc3/engine-core'; | ||
nodeEntryPath: string; | ||
workerThreadEntryPath: string; | ||
features: [featureName: string, featureDefinition: Required<IStaticFeatureDefinition>][]; | ||
@@ -36,0 +37,0 @@ config: TopLevelConfig; |
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
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
37347
613
+ Added@wixc3/engine-core@35.0.1(transitive)
- Removed@wixc3/engine-core@34.0.0(transitive)
Updated@wixc3/engine-core@^35.0.0