diff --git a/.git2gus/config.json b/.git2gus/config.json new file mode 100644 index 0000000..71ecb05 --- /dev/null +++ b/.git2gus/config.json @@ -0,0 +1,9 @@ +{ + "productTag": "a1aEE000000ybPhYAI", + "defaultBuild": "offcore.tooling.56", + "issueTypeLabels": { + "feature": "USER STORY", + "regression": "BUG P1", + "bug": "BUG P3" + } +} \ No newline at end of file diff --git a/package.json b/package.json index cb90630..d055193 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "plugin-data-setup-transfer", + "name": "@salesforce/plugin-data-setup-transfer", "description": "Transfer setup data from one org to another in a single step", "version": "1.0.1", "dependencies": { diff --git a/src/commands/data/setup/transfer.ts b/src/commands/data/setup/transfer.ts index 9b5bd9a..40be2e5 100644 --- a/src/commands/data/setup/transfer.ts +++ b/src/commands/data/setup/transfer.ts @@ -21,7 +21,7 @@ import { SfCommand, Flags } from '@salesforce/sf-plugins-core'; import { Messages, Connection, Org } from '@salesforce/core'; Messages.importMessagesDirectoryFromMetaUrl(import.meta.url); -const messages = Messages.loadMessages('plugin-data-setup-transfer', 'data.setup.transfer'); +const messages = Messages.loadMessages('@salesforce/plugin-data-setup-transfer', 'data.setup.transfer'); type DefinitionForeignKey = { field: string;