Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit eac7a60

Browse files
authored
use 4..14.0-preview version of orchestrator-core (#1246)
* use 4..14.0-preview version of orchestrator-core * Update labelresolver.ts
1 parent 37f59ec commit eac7a60

File tree

3 files changed

+37
-17
lines changed

3 files changed

+37
-17
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 35 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/orchestratorlib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"axios":"~0.21.1",
4141
"https-proxy-agent": "^5.0.0",
4242
"tslib": "^2.0.3",
43-
"orchestrator-core": "4.13.1",
43+
"@microsoft/orchestrator-core": "4.14.0-preview",
4444
"@types/fs-extra": "~8.1.0",
4545
"fs-extra": "~9.0.0",
4646
"read-text-file": "~1.1.0",

packages/orchestratorlib/src/labelresolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {OrchestratorHelper} from './orchestratorhelper';
1414
import {Utility} from './utility';
1515
import {Utility as UtilityDispatcher} from '@microsoft/bf-dispatcher';
1616

17-
const oc: any = require('orchestrator-core');
17+
const oc: any = require('@microsoft/orchestrator-core');
1818

1919
export class LabelResolver {
2020
public static Orchestrator: any;

0 commit comments

Comments
 (0)