Skip to content

Commit

Permalink
feat: add ActionLauncherItemDef for v57.0 API (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed May 30, 2023
1 parent 3484e31 commit c72c708
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 201 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
},
"author": "Sebastien Colladon <[email protected]>",
"dependencies": {
"@oclif/command": "^1.8.25",
"@oclif/config": "^1.18.8",
"@oclif/command": "^1.8.26",
"@oclif/config": "^1.18.9",
"@oclif/core": "^2.8.5",
"@oclif/errors": "^1.3.6",
"@salesforce/command": "^5.3.8",
"@salesforce/core": "^3.36.1",
"@salesforce/command": "^5.3.9",
"@salesforce/core": "^3.36.2",
"fast-xml-parser": "^4.2.2",
"fs-extra": "^11.1.1",
"ignore": "^5.2.4",
"lodash": "^4.17.21",
"micromatch": "^4.0.5",
"tslib": "^2.5.0",
"tslib": "^2.5.2",
"xmlbuilder2": "^3.1.1"
},
"license": "MIT",
Expand Down Expand Up @@ -70,25 +70,25 @@
"upgrade:dependencies": "yarn yarn-upgrade-all"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@commitlint/prompt-cli": "^17.6.3",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/prompt-cli": "^17.6.5",
"@oclif/dev-cli": "^1.26.10",
"@oclif/plugin-help": "^5.2.9",
"@oclif/test": "^2.3.20",
"@oclif/test": "^2.3.21",
"@salesforce/cli-plugins-testkit": "^3.4.0",
"@salesforce/dev-config": "^4.0.1",
"@salesforce/ts-sinon": "^1.4.6",
"@salesforce/ts-sinon": "^1.4.7",
"@stryker-mutator/core": "^6.4.2",
"@stryker-mutator/jest-runner": "^6.4.2",
"@swc/core": "^1.3.58",
"@swc/core": "^1.3.61",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.1.7",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"chai": "^4.3.7",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-salesforce-typescript": "^1.1.1",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -100,7 +100,7 @@
"prettier": "^2.8.8",
"prettier-eslint": "^15.0.1",
"shx": "^0.3.4",
"sinon": "^15.0.4",
"sinon": "^15.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"yarn-upgrade-all": "^0.7.2"
Expand Down
8 changes: 8 additions & 0 deletions src/metadata/v57.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{

"directoryName": "ActionLauncherItemDef",
"inFolder": false,
"metaFile": false,
"suffix": "actionLauncherItemDef",
"xmlName": "ActionLauncherItemDef"
},
{
"directoryName": "loyaltyProgramSetups",
"inFolder": false,
Expand Down
Loading

0 comments on commit c72c708

Please sign in to comment.