@salesforce/source-deploy-retrieve 9.7.21 → 9.7.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3554,6 +3554,14 @@
|
|
|
3554
3554
|
"suffix": "pricingRecipe",
|
|
3555
3555
|
"directoryName": "pricingRecipes",
|
|
3556
3556
|
"strictDirectoryName": false
|
|
3557
|
+
},
|
|
3558
|
+
"eventrelayconfig": {
|
|
3559
|
+
"id": "eventrelayconfig",
|
|
3560
|
+
"name": "EventRelayConfig",
|
|
3561
|
+
"suffix": "eventRelay",
|
|
3562
|
+
"directoryName": "eventRelays",
|
|
3563
|
+
"inFolder": false,
|
|
3564
|
+
"strictDirectoryName": false
|
|
3557
3565
|
}
|
|
3558
3566
|
},
|
|
3559
3567
|
"suffixes": {
|
|
@@ -3944,7 +3952,8 @@
|
|
|
3944
3952
|
"SearchableObjDataSyncInfoSetting": "searchableobjdatasyncinfo",
|
|
3945
3953
|
"SearchCriteriaConfigurationSetting": "searchcriteriaconfiguration",
|
|
3946
3954
|
"fundraisingConfig": "fundraisingconfig",
|
|
3947
|
-
"pricingRecipe": "pricingrecipe"
|
|
3955
|
+
"pricingRecipe": "pricingrecipe",
|
|
3956
|
+
"eventRelay": "eventrelayconfig"
|
|
3948
3957
|
},
|
|
3949
3958
|
"strictDirectoryNames": {
|
|
3950
3959
|
"experiences": "experiencebundle",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/source-deploy-retrieve",
|
|
3
|
-
"version": "9.7.
|
|
3
|
+
"version": "9.7.23",
|
|
4
4
|
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"author": "Salesforce",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@salesforce/kit": "^3.0.11",
|
|
30
30
|
"@salesforce/ts-types": "^2.0.7",
|
|
31
31
|
"fast-levenshtein": "^3.0.0",
|
|
32
|
-
"fast-xml-parser": "^4.2
|
|
32
|
+
"fast-xml-parser": "^4.3.2",
|
|
33
33
|
"got": "^11.8.6",
|
|
34
34
|
"graceful-fs": "^4.2.11",
|
|
35
35
|
"ignore": "^5.2.4",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@types/graceful-fs": "^4.1.7",
|
|
51
51
|
"@types/mime": "2.0.3",
|
|
52
52
|
"@types/minimatch": "^5.1.2",
|
|
53
|
-
"@types/proxy-from-env": "^1.0.
|
|
53
|
+
"@types/proxy-from-env": "^1.0.2",
|
|
54
54
|
"@types/shelljs": "^0.8.12",
|
|
55
55
|
"@types/unzipper": "^0.10.7",
|
|
56
56
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"eslint-plugin-header": "^3.1.1",
|
|
67
67
|
"eslint-plugin-import": "^2.28.1",
|
|
68
68
|
"eslint-plugin-jsdoc": "^44.2.7",
|
|
69
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
69
|
+
"eslint-plugin-sf-plugin": "^1.16.8",
|
|
70
70
|
"husky": "^7.0.4",
|
|
71
71
|
"jsforce": "^2.0.0-beta.27",
|
|
72
72
|
"mocha": "^9.2.2",
|