@salesforce/source-deploy-retrieve 9.3.2 → 9.3.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.
@@ -1446,6 +1446,22 @@
1446
1446
  "inFolder": false,
1447
1447
  "strictDirectoryName": false
1448
1448
  },
1449
+ "extlclntappmobileconfigurablepolicies": {
1450
+ "id": "extlclntappmobileconfigurablepolicies",
1451
+ "name": "ExtlClntAppMobileConfigurablePolicies",
1452
+ "suffix": "ecaMobilePlcy",
1453
+ "directoryName": "extlClntAppMobilePolicies",
1454
+ "inFolder": false,
1455
+ "strictDirectoryName": false
1456
+ },
1457
+ "extlclntappmobilesettings": {
1458
+ "id": "extlclntappmobilesettings",
1459
+ "name": "ExtlClntAppMobileSettings",
1460
+ "suffix": "ecaMobile",
1461
+ "directoryName": "extlClntAppMobileSettings",
1462
+ "inFolder": false,
1463
+ "strictDirectoryName": false
1464
+ },
1449
1465
  "appmenu": {
1450
1466
  "id": "appmenu",
1451
1467
  "name": "AppMenu",
@@ -3625,6 +3641,8 @@
3625
3641
  "ecaSmpl": "extlclntappsamplesettings",
3626
3642
  "ecaOauth": "extlclntappoauthsettings",
3627
3643
  "ecaGlblOauth": "extlclntappglobaloauthsettings",
3644
+ "ecaMobilePlcy": "extlclntappmobileconfigurablepolicies",
3645
+ "ecaMobile": "extlclntappmobilesettings",
3628
3646
  "appMenu": "appmenu",
3629
3647
  "delegateGroup": "delegategroup",
3630
3648
  "network": "network",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "9.3.2",
3
+ "version": "9.3.3",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",