@salesforce/source-deploy-retrieve 10.2.9 → 10.2.11

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.
@@ -1481,6 +1481,14 @@
1481
1481
  "inFolder": false,
1482
1482
  "strictDirectoryName": false
1483
1483
  },
1484
+ "extlclntappnotificationsettings": {
1485
+ "id": "extlclntappnotificationsettings",
1486
+ "name": "ExtlClntAppNotificationSettings",
1487
+ "suffix": "ecaNotifications",
1488
+ "directoryName": "extlClntAppNotifSettings",
1489
+ "inFolder": false,
1490
+ "strictDirectoryName": false
1491
+ },
1484
1492
  "appmenu": {
1485
1493
  "id": "appmenu",
1486
1494
  "name": "AppMenu",
@@ -3894,6 +3902,7 @@
3894
3902
  "ecaGlblOauth": "extlclntappglobaloauthsettings",
3895
3903
  "ecaMobilePlcy": "extlclntappmobileconfigurablepolicies",
3896
3904
  "ecaMobile": "extlclntappmobilesettings",
3905
+ "ecaNotifications": "extlclntappnotificationsettings",
3897
3906
  "appMenu": "appmenu",
3898
3907
  "delegateGroup": "delegategroup",
3899
3908
  "network": "network",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "10.2.9",
3
+ "version": "10.2.11",
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": ">=18.0.0"
26
26
  },
27
27
  "dependencies": {
28
- "@salesforce/core": "^6.4.4",
28
+ "@salesforce/core": "^6.4.7",
29
29
  "@salesforce/kit": "^3.0.15",
30
30
  "@salesforce/ts-types": "^2.0.9",
31
31
  "fast-levenshtein": "^3.0.0",