@salesforce/source-deploy-retrieve 12.16.3 → 12.16.5

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.
@@ -535,9 +535,9 @@
535
535
  "uadash": "analyticsdashboard",
536
536
  "uaviz": "analyticsvisualization",
537
537
  "uawork": "analyticsworkspace",
538
- "annotationextensionset": "annotationextensionset",
539
538
  "lifeSciConfigCategory": "lifesciconfigcategory",
540
- "lifeSciConfigRecord": "lifesciconfigrecord"
539
+ "lifeSciConfigRecord": "lifesciconfigrecord",
540
+ "invocableactionextension": "invocableactionextension"
541
541
  },
542
542
  "types": {
543
543
  "accesscontrolpolicy": {
@@ -4765,14 +4765,6 @@
4765
4765
  },
4766
4766
  "supportsPartialDelete": true
4767
4767
  },
4768
- "annotationextensionset": {
4769
- "id": "annotationextensionset",
4770
- "name": "AnnotationExtensionSet",
4771
- "suffix": "annotationextensionset",
4772
- "directoryName": "annotationextensionsets",
4773
- "inFolder": false,
4774
- "strictDirectoryName": false
4775
- },
4776
4768
  "lifesciconfigcategory": {
4777
4769
  "id": "lifesciconfigcategory",
4778
4770
  "name": "LifeSciConfigCategory",
@@ -4788,6 +4780,14 @@
4788
4780
  "directoryName": "lifeSciConfigRecords",
4789
4781
  "inFolder": false,
4790
4782
  "strictDirectoryName": false
4783
+ },
4784
+ "invocableactionextension": {
4785
+ "id": "invocableactionextension",
4786
+ "name": "InvocableActionExtension",
4787
+ "suffix": "invocableactionextension",
4788
+ "directoryName": "invocableactionextensions",
4789
+ "inFolder": false,
4790
+ "strictDirectoryName": false
4791
4791
  }
4792
4792
  }
4793
4793
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.16.3",
3
+ "version": "12.16.5",
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.8.3",
28
+ "@salesforce/core": "^8.8.5",
29
29
  "@salesforce/kit": "^3.2.3",
30
30
  "@salesforce/ts-types": "^2.0.12",
31
31
  "@salesforce/types": "^1.3.0",