Skip to content

Commit

Permalink
feat: add EventRelayConfig metadata support (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon authored Nov 21, 2023
1 parent b7de16a commit 7ea47a8
Show file tree
Hide file tree
Showing 6 changed files with 1,238 additions and 1,491 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@salesforce/command": "^5.3.9",
"fast-xml-parser": "^4.3.2",
"fs-extra": "^11.1.1",
"ignore": "^5.2.4",
"ignore": "^5.3.0",
"lodash": "^4.17.21",
"xmlbuilder2": "^3.1.1"
},
Expand Down Expand Up @@ -63,39 +63,39 @@
"upgrade:dependencies": "shx rm -rf yarn.lock ; shx touch yarn.lock ; yarn-upgrade-all ; yarn-audit-fix"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@jest/globals": "^29.7.0",
"@oclif/dev-cli": "^1.26.10",
"@salesforce/cli-plugins-testkit": "^4.4.7",
"@salesforce/dev-config": "^4.0.1",
"@salesforce/ts-sinon": "^1.4.17",
"@stryker-mutator/core": "^7.2.0",
"@stryker-mutator/jest-runner": "^7.2.0",
"@swc/core": "^1.3.81",
"@types/jest": "^29.5.5",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@salesforce/cli-plugins-testkit": "^5.0.4",
"@salesforce/dev-config": "^4.1.0",
"@salesforce/ts-sinon": "^1.4.19",
"@stryker-mutator/core": "^7.3.0",
"@stryker-mutator/jest-runner": "^7.3.0",
"@swc/core": "^1.3.99",
"@types/jest": "^29.5.9",
"@types/mocha": "^10.0.5",
"@types/node": "^20.9.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"benchmark": "^2.1.4",
"chai": "^4.3.10",
"depcheck": "^1.4.6",
"eslint": "^8.51.0",
"depcheck": "^1.4.7",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^14.0.1",
"lint-staged": "^15.1.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"shx": "^0.3.4",
"sinon": "^16.1.0",
"sinon": "^17.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"yarn-audit-fix": "^10.0.1",
"typescript": "^5.3.2",
"yarn-audit-fix": "^10.0.5",
"yarn-upgrade-all": "^0.7.2"
},
"oclif": {
Expand Down
7 changes: 7 additions & 0 deletions src/metadata/v56.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"directoryName": "eventRelays",
"inFolder": false,
"metaFile": false,
"suffix": "eventRelay",
"xmlName": "EventRelayConfig"
},
{
"directoryName": "uiObjectRelationConfigs",
"inFolder": false,
Expand Down
7 changes: 7 additions & 0 deletions src/metadata/v57.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"directoryName": "eventRelays",
"inFolder": false,
"metaFile": false,
"suffix": "eventRelay",
"xmlName": "EventRelayConfig"
},
{
"directoryName": "omniSupervisorConfigs",
"inFolder": false,
Expand Down
7 changes: 7 additions & 0 deletions src/metadata/v58.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"directoryName": "eventRelays",
"inFolder": false,
"metaFile": false,
"suffix": "eventRelay",
"xmlName": "EventRelayConfig"
},
{
"directoryName": "omniSupervisorConfigs",
"inFolder": false,
Expand Down
7 changes: 7 additions & 0 deletions src/metadata/v59.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"directoryName": "eventRelays",
"inFolder": false,
"metaFile": false,
"suffix": "eventRelay",
"xmlName": "EventRelayConfig"
},
{
"directoryName": "omniSupervisorConfigs",
"inFolder": false,
Expand Down
Loading

0 comments on commit 7ea47a8

Please sign in to comment.