@salesforce/source-deploy-retrieve 7.5.8 → 7.5.10
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.
|
@@ -1391,6 +1391,14 @@
|
|
|
1391
1391
|
"inFolder": false,
|
|
1392
1392
|
"strictDirectoryName": false
|
|
1393
1393
|
},
|
|
1394
|
+
"extlclntappmobileconfigurablepolicies": {
|
|
1395
|
+
"id": "extlclntappmobileconfigurablepolicies",
|
|
1396
|
+
"name": "ExtlClntAppMobileConfigurablePolicies",
|
|
1397
|
+
"suffix": "ecaMobPlcy",
|
|
1398
|
+
"directoryName": "mobilePolicies",
|
|
1399
|
+
"inFolder": false,
|
|
1400
|
+
"strictDirectoryName": false
|
|
1401
|
+
},
|
|
1394
1402
|
"extlclntappoauthsettings": {
|
|
1395
1403
|
"id": "extlclntappoauthsettings",
|
|
1396
1404
|
"name": "ExtlClntAppOauthSettings",
|
|
@@ -3404,6 +3412,7 @@
|
|
|
3404
3412
|
"connectedApp": "connectedapp",
|
|
3405
3413
|
"eca": "externalclientapplication",
|
|
3406
3414
|
"ecaOauthPlcy": "extlclntappoauthconfigurablepolicies",
|
|
3415
|
+
"ecaMobPlcy": "extlclntappmobileconfigurablepolicies",
|
|
3407
3416
|
"ecaMob": "extlclntappmobilesettings",
|
|
3408
3417
|
"ecaOauth": "extlclntappoauthsettings",
|
|
3409
3418
|
"appMenu": "appmenu",
|
|
@@ -1394,6 +1394,14 @@ export declare const registry: Readonly<{
|
|
|
1394
1394
|
inFolder: boolean;
|
|
1395
1395
|
strictDirectoryName: boolean;
|
|
1396
1396
|
};
|
|
1397
|
+
extlclntappmobileconfigurablepolicies: {
|
|
1398
|
+
id: string;
|
|
1399
|
+
name: string;
|
|
1400
|
+
suffix: string;
|
|
1401
|
+
directoryName: string;
|
|
1402
|
+
inFolder: boolean;
|
|
1403
|
+
strictDirectoryName: boolean;
|
|
1404
|
+
};
|
|
1397
1405
|
extlclntappoauthsettings: {
|
|
1398
1406
|
id: string;
|
|
1399
1407
|
name: string;
|
|
@@ -3407,6 +3415,7 @@ export declare const registry: Readonly<{
|
|
|
3407
3415
|
connectedApp: string;
|
|
3408
3416
|
eca: string;
|
|
3409
3417
|
ecaOauthPlcy: string;
|
|
3418
|
+
ecaMobPlcy: string;
|
|
3410
3419
|
ecaMob: string;
|
|
3411
3420
|
ecaOauth: string;
|
|
3412
3421
|
appMenu: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/source-deploy-retrieve",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.10",
|
|
4
4
|
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"author": "Salesforce",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"node": ">=14.0.0"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@salesforce/core": "^3.
|
|
28
|
+
"@salesforce/core": "^3.32.1",
|
|
29
29
|
"@salesforce/kit": "^1.8.0",
|
|
30
30
|
"@salesforce/ts-types": "^1.7.1",
|
|
31
31
|
"archiver": "^5.3.1",
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"@types/unzipper": "^0.10.5",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
|
56
56
|
"@typescript-eslint/parser": "^5.41.0",
|
|
57
|
-
"chai": "^4.3.
|
|
57
|
+
"chai": "^4.3.7",
|
|
58
58
|
"commitizen": "^3.1.2",
|
|
59
59
|
"deep-equal-in-any-order": "^1.1.19",
|
|
60
60
|
"deepmerge": "^4.2.2",
|
|
61
|
-
"eslint": "^8.
|
|
61
|
+
"eslint": "^8.27.0",
|
|
62
62
|
"eslint-config-prettier": "^8.5.0",
|
|
63
63
|
"eslint-config-salesforce": "^1.1.0",
|
|
64
64
|
"eslint-config-salesforce-license": "^0.1.6",
|