Skip to content

Commit

Permalink
chore: update to new version of library
Browse files Browse the repository at this point in the history
  • Loading branch information
AnanyaJha committed Jan 6, 2021
1 parent c17866a commit 37501a4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/salesforcedx-vscode-apex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"dependencies": {
"@salesforce/apex-tmlanguage": "1.4.0",
"@salesforce/apex-node": "0.1.9",
"@salesforce/apex-node": "0.1.10",
"@salesforce/core": "2.11.0",
"@salesforce/salesforcedx-sobjects-faux-generator": "50.12.0",
"@salesforce/salesforcedx-utils-vscode": "50.12.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
import { HumanReporter, TestItem, TestService } from '@salesforce/apex-node';
import { TestLevel } from '@salesforce/apex-node/lib/src/tests/types';
import {
HumanReporter,
TestItem,
TestLevel,
TestService
} from '@salesforce/apex-node';
import {
Command,
SfdxCommandBuilder,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/

import { TestService } from '@salesforce/apex-node';
import { TestLevel } from '@salesforce/apex-node/lib/src/tests/types';
import { TestLevel, TestService } from '@salesforce/apex-node';
import { workspaceContext } from '@salesforce/salesforcedx-utils-vscode/out/src/context';
import { expect } from 'chai';
import { createSandbox, SinonSandbox, SinonStub } from 'sinon';
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-vscode-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"Other"
],
"dependencies": {
"@salesforce/apex-node": "0.1.9",
"@salesforce/apex-node": "0.1.10",
"@salesforce/core": "2.11.0",
"@salesforce/salesforcedx-utils-vscode": "50.12.0",
"@salesforce/schemas": "^1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import {
AsyncTestConfiguration,
HumanReporter,
TestLevel,
TestService
} from '@salesforce/apex-node';
import { TestLevel } from '@salesforce/apex-node/lib/src/tests/types';
import {
Command,
SfdxCommandBuilder,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/

import { TestService } from '@salesforce/apex-node';
import { TestLevel } from '@salesforce/apex-node/lib/src/tests/types';
import { TestLevel, TestService } from '@salesforce/apex-node';
import { TestRunner } from '@salesforce/salesforcedx-utils-vscode/out/src/cli';
import { expect } from 'chai';
import * as sinon from 'sinon';
Expand Down

0 comments on commit 37501a4

Please sign in to comment.