File tree Expand file tree Collapse file tree 4 files changed +26
-347
lines changed Expand file tree Collapse file tree 4 files changed +26
-347
lines changed Original file line number Diff line number Diff line change 14
14
"@oclif/plugin-help" : " ^6.0.21" ,
15
15
"@salesforce/cli-plugins-testkit" : " ^5.2.1" ,
16
16
"@salesforce/dev-scripts" : " ^9.0.0" ,
17
- "@salesforce/plugin-command-reference" : " ^3.0.75 " ,
17
+ "@salesforce/plugin-command-reference" : " ^3.0.76 " ,
18
18
"@salesforce/ts-types" : " ^2.0.9" ,
19
19
"eslint-plugin-sf-plugin" : " ^1.18.0" ,
20
20
"oclif" : " ^4.7.6" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
14
14
} from '@salesforce/sf-plugins-core' ;
15
15
import type { AnyJson } from '@salesforce/ts-types' ;
16
16
import { Messages } from '@salesforce/core' ;
17
- import type { DescribeSObjectResult } from 'jsforce' ;
17
+ import type { DescribeSObjectResult } from '@ jsforce/jsforce-node ' ;
18
18
19
19
Messages . importMessagesDirectoryFromMetaUrl ( import . meta. url ) ;
20
20
const messages = Messages . loadMessages ( '@salesforce/plugin-schema' , 'describe' ) ;
Original file line number Diff line number Diff line change 7
7
import path from 'node:path' ;
8
8
import { strict as assert } from 'node:assert' ;
9
9
import { expect } from 'chai' ;
10
- import type { DescribeSObjectResult } from 'jsforce' ;
10
+ import type { DescribeSObjectResult } from '@ jsforce/jsforce-node ' ;
11
11
import { TestSession , execCmd } from '@salesforce/cli-plugins-testkit' ;
12
12
import { SObjectListResult } from '../src/commands/sobject/list.js' ;
13
13
You can’t perform that action at this time.
0 commit comments