@envelop/core
Advanced tools
Comparing version 0.5.1 to 0.5.2-alpha-a8b5a22.0
{ | ||
"name": "@envelop/core", | ||
"version": "0.5.1", | ||
"version": "0.5.2-alpha-a8b5a22.0", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "peerDependencies": { |
@@ -1,2 +0,2 @@ | ||
import { ArbitraryObject } from 'packages/types/src/get-enveloped'; | ||
import { ArbitraryObject } from '@envelop/types'; | ||
import { EnvelopOrchestrator } from './orchestrator'; | ||
@@ -3,0 +3,0 @@ export declare function traceOrchestrator<TInitialContext extends ArbitraryObject, TPluginsContext extends ArbitraryObject>(orchestrator: EnvelopOrchestrator<TInitialContext, TPluginsContext>): EnvelopOrchestrator<TInitialContext & { |
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
195444