Skip to content

Commit 758ca2d

Browse files
committed
chore: updates from devScripts
1 parent 8210475 commit 758ca2d

3 files changed

Lines changed: 607 additions & 377 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@oclif/dev-cli": "^1.26.10",
1616
"@oclif/plugin-command-snapshot": "^5.3.6",
1717
"@salesforce/cli-plugins-testkit": "^5.3.38",
18-
"@salesforce/dev-scripts": "^9.0.0",
18+
"@salesforce/dev-scripts": "^11.0.4",
1919
"eslint-plugin-sf-plugin": "^1.20.33",
2020
"husky": "^9.1.5",
2121
"oclif": "^4.22.52",

src/commands/ftc/generate/code.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type ParsedXml = {
1717
Flow: Flow; // Replace 'any' with the actual type if known
1818
};
1919

20-
export interface FormatterInterface {
20+
export type FormatterInterface = {
2121
convertToPseudocode(node: ParseTreeNode, tabLevel?: number): string;
2222
}
2323
export default class FtcGenerateCode extends SfCommand<FtcGenerateCodeResult> {

0 commit comments

Comments
 (0)