@salesforce/source-deploy-retrieve 12.29.1 → 12.30.1

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.
@@ -559,7 +559,7 @@
559
559
  "fieldServiceMobileConfig": "fieldservicemobileconfig",
560
560
  "dgtAssetMgmtProvider": "dgtassetmgmtprovider",
561
561
  "dgtAssetMgmtPrvdLghtCpnt": "dgtassetmgmtprvdlghtcpnt",
562
- "ecaCanvas": "extlclntappcanvasstngs",
562
+ "ecaCanvas": "extlclntappcanvassettings",
563
563
  "apiNamedQuery": "apinamedquery",
564
564
  "ExternalStoragePrvdConfigSet": "externalstorageprvdconfig",
565
565
  "ruleLibraryDefinition": "rulelibrarydefinition",
@@ -4966,14 +4966,6 @@
4966
4966
  "inFolder": false,
4967
4967
  "strictDirectoryName": false
4968
4968
  },
4969
- "extlclntappcanvasstngs": {
4970
- "id": "extlclntappcanvasstngs",
4971
- "name": "ExtlClntAppCanvasStngs",
4972
- "suffix": "ecaCanvas",
4973
- "directoryName": "extlClntAppCanvasStngs",
4974
- "inFolder": false,
4975
- "strictDirectoryName": false
4976
- },
4977
4969
  "apinamedquery": {
4978
4970
  "id": "apinamedquery",
4979
4971
  "name": "ApiNamedQuery",
@@ -5069,6 +5061,14 @@
5069
5061
  "directoryName": "lightningOutApp",
5070
5062
  "inFolder": false,
5071
5063
  "strictDirectoryName": false
5064
+ },
5065
+ "extlclntappcanvassettings": {
5066
+ "id": "extlclntappcanvassettings",
5067
+ "name": "ExtlClntAppCanvasSettings",
5068
+ "suffix": "ecaCanvas",
5069
+ "directoryName": "extlClntAppCanvasSettings",
5070
+ "inFolder": false,
5071
+ "strictDirectoryName": false
5072
5072
  }
5073
5073
  }
5074
5074
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.29.1",
3
+ "version": "12.30.1",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",