@salesforce/source-deploy-retrieve 9.2.4 → 9.2.6

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.
@@ -1414,11 +1414,11 @@
1414
1414
  "inFolder": false,
1415
1415
  "strictDirectoryName": false
1416
1416
  },
1417
- "extlclntappmobileconfigurablepolicies": {
1418
- "id": "extlclntappmobileconfigurablepolicies",
1419
- "name": "ExtlClntAppMobileConfigurablePolicies",
1420
- "suffix": "ecaMobPlcy",
1421
- "directoryName": "extlClntAppMobilePolicies",
1417
+ "extlclntappsampleconfigurablepolicies": {
1418
+ "id": "extlclntappsampleconfigurablepolicies",
1419
+ "name": "ExtlClntAppSampleConfigurablePolicies",
1420
+ "suffix": "ecaSmplPlcy",
1421
+ "directoryName": "extlClntAppSamplePolicies",
1422
1422
  "inFolder": false,
1423
1423
  "strictDirectoryName": false
1424
1424
  },
@@ -1430,11 +1430,11 @@
1430
1430
  "inFolder": false,
1431
1431
  "strictDirectoryName": false
1432
1432
  },
1433
- "extlclntappmobilesettings": {
1434
- "id": "extlclntappmobilesettings",
1435
- "name": "ExtlClntAppMobileSettings",
1436
- "suffix": "ecaMob",
1437
- "directoryName": "extlClntAppMobileSettings",
1433
+ "extlclntappsamplesettings": {
1434
+ "id": "extlclntappsamplesettings",
1435
+ "name": "ExtlClntAppSampleSettings",
1436
+ "suffix": "ecaSmpl",
1437
+ "directoryName": "extlClntAppSampleSettings",
1438
1438
  "inFolder": false,
1439
1439
  "strictDirectoryName": false
1440
1440
  },
@@ -3621,8 +3621,8 @@
3621
3621
  "connectedApp": "connectedapp",
3622
3622
  "eca": "externalclientapplication",
3623
3623
  "ecaOauthPlcy": "extlclntappoauthconfigurablepolicies",
3624
- "ecaMobPlcy": "extlclntappmobileconfigurablepolicies",
3625
- "ecaMob": "extlclntappmobilesettings",
3624
+ "ecaSmplPlcy": "extlclntappsampleconfigurablepolicies",
3625
+ "ecaSmpl": "extlclntappsamplesettings",
3626
3626
  "ecaOauth": "extlclntappoauthsettings",
3627
3627
  "ecaGlblOauth": "extlclntappglobaloauthsettings",
3628
3628
  "appMenu": "appmenu",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "9.2.4",
3
+ "version": "9.2.6",
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.3",
30
30
  "@salesforce/ts-types": "^2.0.3",
31
31
  "fast-levenshtein": "^3.0.0",
32
- "fast-xml-parser": "^4.2.4",
32
+ "fast-xml-parser": "^4.2.5",
33
33
  "got": "^11.8.6",
34
34
  "graceful-fs": "^4.2.11",
35
35
  "ignore": "^5.2.4",
@@ -54,7 +54,7 @@
54
54
  "@types/shelljs": "^0.8.12",
55
55
  "@types/unzipper": "^0.10.5",
56
56
  "@typescript-eslint/eslint-plugin": "^5.59.11",
57
- "@typescript-eslint/parser": "^5.59.11",
57
+ "@typescript-eslint/parser": "^5.60.0",
58
58
  "chai": "^4.3.7",
59
59
  "deep-equal-in-any-order": "^1.1.19",
60
60
  "deepmerge": "^4.3.1",