@salesforce/source-deploy-retrieve 12.14.5 → 12.14.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.
@@ -533,7 +533,8 @@
533
533
  "aiEvaluationDefinition": "aievaluationdefinition",
534
534
  "uaviz": "analyticsvisualization",
535
535
  "uavizview": "analyticsvizviewdef",
536
- "uawork": "analyticsworkspace"
536
+ "uawork": "analyticsworkspace",
537
+ "annotationextensionset": "annotationextensionset"
537
538
  },
538
539
  "types": {
539
540
  "accesscontrolpolicy": {
@@ -4748,6 +4749,14 @@
4748
4749
  "adapter": "bundle"
4749
4750
  },
4750
4751
  "supportsPartialDelete": true
4752
+ },
4753
+ "annotationextensionset": {
4754
+ "id": "annotationextensionset",
4755
+ "name": "AnnotationExtensionSet",
4756
+ "suffix": "annotationextensionset",
4757
+ "directoryName": "annotationextensionsets",
4758
+ "inFolder": false,
4759
+ "strictDirectoryName": false
4751
4760
  }
4752
4761
  }
4753
4762
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.14.5",
3
+ "version": "12.14.6",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",