@salesforce/source-deploy-retrieve 12.7.2 → 12.7.3
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.
|
@@ -237,6 +237,7 @@
|
|
|
237
237
|
"ecaOauth": "extlclntappoauthsettings",
|
|
238
238
|
"ecaOauthPlcy": "extlclntappoauthconfigurablepolicies",
|
|
239
239
|
"ecaPlcy": "extlclntappconfigurablepolicies",
|
|
240
|
+
"ecaSamlPlcy": "extlclntappsamlconfigurablepolicies",
|
|
240
241
|
"ecaSmpl": "extlclntappsamplesettings",
|
|
241
242
|
"ecaSmplPlcy": "extlclntappsampleconfigurablepolicies",
|
|
242
243
|
"email": "emailtemplate",
|
|
@@ -2466,6 +2467,14 @@
|
|
|
2466
2467
|
"strictDirectoryName": false,
|
|
2467
2468
|
"suffix": "ecaOauth"
|
|
2468
2469
|
},
|
|
2470
|
+
"extlclntappsamlconfigurablepolicies": {
|
|
2471
|
+
"directoryName": "extlClntAppSamlConfigurablePolicies",
|
|
2472
|
+
"id": "extlclntappsamlconfigurablepolicies",
|
|
2473
|
+
"inFolder": false,
|
|
2474
|
+
"name": "ExtlClntAppSamlConfigurablePolicies",
|
|
2475
|
+
"strictDirectoryName": false,
|
|
2476
|
+
"suffix": "ecaSamlPlcy"
|
|
2477
|
+
},
|
|
2469
2478
|
"extlclntappsampleconfigurablepolicies": {
|
|
2470
2479
|
"directoryName": "extlClntAppSamplePolicies",
|
|
2471
2480
|
"id": "extlclntappsampleconfigurablepolicies",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/source-deploy-retrieve",
|
|
3
|
-
"version": "12.7.
|
|
3
|
+
"version": "12.7.3",
|
|
4
4
|
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"author": "Salesforce",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"proxy-agent": "^6.4.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@jsforce/jsforce-node": "^3.4.
|
|
43
|
+
"@jsforce/jsforce-node": "^3.4.2",
|
|
44
44
|
"@salesforce/cli-plugins-testkit": "^5.3.32",
|
|
45
45
|
"@salesforce/dev-scripts": "^10.2.10",
|
|
46
46
|
"@types/deep-equal-in-any-order": "^1.0.1",
|