@salesforce/source-deploy-retrieve 12.19.5 → 12.19.7

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.
@@ -541,7 +541,9 @@
541
541
  "lifeSciConfigCategory": "lifesciconfigcategory",
542
542
  "lifeSciConfigRecord": "lifesciconfigrecord",
543
543
  "invocableactionextension": "invocableactionextension",
544
- "fieldServiceMobileConfig": "fieldservicemobileconfig"
544
+ "fieldServiceMobileConfig": "fieldservicemobileconfig",
545
+ "dgtAssetMgmtProvider": "dgtassetmgmtprovider",
546
+ "dgtAssetMgmtPrvdLghtCpnt": "dgtassetmgmtprvdlghtcpnt"
545
547
  },
546
548
  "types": {
547
549
  "accesscontrolpolicy": {
@@ -3639,7 +3641,7 @@
3639
3641
  "suffix": "pricingActionParameters"
3640
3642
  },
3641
3643
  "pricingrecipe": {
3642
- "directoryName": "pricingRecipes",
3644
+ "directoryName": "pricingRecipe",
3643
3645
  "id": "pricingrecipe",
3644
3646
  "name": "PricingRecipe",
3645
3647
  "strictDirectoryName": false,
@@ -4825,6 +4827,22 @@
4825
4827
  "directoryName": "fieldServiceMobileConfigs",
4826
4828
  "inFolder": false,
4827
4829
  "strictDirectoryName": false
4830
+ },
4831
+ "dgtassetmgmtprovider": {
4832
+ "id": "dgtassetmgmtprovider",
4833
+ "name": "DgtAssetMgmtProvider",
4834
+ "suffix": "dgtAssetMgmtProvider",
4835
+ "directoryName": "dgtAssetMgmtProviders",
4836
+ "inFolder": false,
4837
+ "strictDirectoryName": false
4838
+ },
4839
+ "dgtassetmgmtprvdlghtcpnt": {
4840
+ "id": "dgtassetmgmtprvdlghtcpnt",
4841
+ "name": "DgtAssetMgmtPrvdLghtCpnt",
4842
+ "suffix": "dgtAssetMgmtPrvdLghtCpnt",
4843
+ "directoryName": "dgtAssetMgmtPrvdLghtCpnts",
4844
+ "inFolder": false,
4845
+ "strictDirectoryName": false
4828
4846
  }
4829
4847
  }
4830
4848
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.19.5",
3
+ "version": "12.19.7",
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": "^8.10.2",
28
+ "@salesforce/core": "^8.11.0",
29
29
  "@salesforce/kit": "^3.2.3",
30
30
  "@salesforce/ts-types": "^2.0.12",
31
31
  "@salesforce/types": "^1.3.0",