Skip to content

Commit

Permalink
feat!: jsforce-node (#529)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: core7, jsforce-node

---------

Co-authored-by: svc-cli-bot <[email protected]>
  • Loading branch information
mshanemc and svc-cli-bot authored Apr 10, 2024
1 parent 755898c commit 8255b52
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 210 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/sf-plugins-core",
"version": "8.0.4",
"version": "8.0.5-qa.0",
"description": "Utils for writing Salesforce CLI plugins",
"main": "lib/exported",
"types": "lib/exported.d.ts",
Expand Down Expand Up @@ -46,15 +46,15 @@
"@inquirer/confirm": "^2.0.17",
"@inquirer/password": "^1.1.16",
"@oclif/core": "^3.26.0",
"@salesforce/core": "^6.7.6",
"@salesforce/core": "^7.0.0",
"@salesforce/kit": "^3.1.0",
"@salesforce/ts-types": "^2.0.9",
"chalk": "^5.3.0"
},
"devDependencies": {
"@inquirer/type": "^1.2.1",
"@salesforce/dev-scripts": "^8.5.0",
"eslint-plugin-sf-plugin": "^1.17.5",
"eslint-plugin-sf-plugin": "^1.18.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion test/unit/flags/orgFlags.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
import { assert, expect, config } from 'chai';
import { Org, SfError, OrgConfigProperties } from '@salesforce/core';
import { MockTestOrgData, shouldThrow, TestContext } from '@salesforce/core/lib/testSetup.js';
import { MockTestOrgData, shouldThrow, TestContext } from '@salesforce/core/testSetup';
import { getHubOrThrow, getOrgOrThrow, maybeGetHub, maybeGetOrg } from '../../../src/flags/orgFlags.js';

config.truncateThreshold = 0;
Expand Down
2 changes: 1 addition & 1 deletion test/unit/sfCommand.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
import { Flags } from '@oclif/core';
import { Lifecycle } from '@salesforce/core';
import { TestContext } from '@salesforce/core/lib/testSetup.js';
import { TestContext } from '@salesforce/core/testSetup';
import { assert, expect } from 'chai';
import { SfError } from '@salesforce/core';
import { Config } from '@oclif/core/lib/interfaces';
Expand Down
2 changes: 1 addition & 1 deletion test/unit/stubUx.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
import { Interfaces } from '@oclif/core';
import { expect } from 'chai';
import { TestContext } from '@salesforce/core/lib/testSetup.js';
import { TestContext } from '@salesforce/core/testSetup';
import { Lifecycle } from '@salesforce/core';
import { stubUx, stubSfCommandUx, SfCommand, Ux, stubSpinner, Flags } from '../../src/exported.js';

Expand Down
Loading

0 comments on commit 8255b52

Please sign in to comment.