@salesforce/source-deploy-retrieve 12.1.12 → 12.2.0
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.
|
@@ -496,7 +496,8 @@
|
|
|
496
496
|
"xmd": "wavexmd",
|
|
497
497
|
"xml": "emailservicesfunction",
|
|
498
498
|
"xorghub": "xorghub",
|
|
499
|
-
"stageDefinition": "stagedefinition"
|
|
499
|
+
"stageDefinition": "stagedefinition",
|
|
500
|
+
"uiFormatSpecificationSet": "uiformatspecificationset"
|
|
500
501
|
},
|
|
501
502
|
"types": {
|
|
502
503
|
"accesscontrolpolicy": {
|
|
@@ -4408,6 +4409,14 @@
|
|
|
4408
4409
|
"directoryName": "stageDefinitions",
|
|
4409
4410
|
"inFolder": false,
|
|
4410
4411
|
"strictDirectoryName": false
|
|
4412
|
+
},
|
|
4413
|
+
"uiformatspecificationset": {
|
|
4414
|
+
"id": "uiformatspecificationset",
|
|
4415
|
+
"name": "UiFormatSpecificationSet",
|
|
4416
|
+
"suffix": "uiFormatSpecificationSet",
|
|
4417
|
+
"directoryName": "uiFormatSpecificationSets",
|
|
4418
|
+
"inFolder": false,
|
|
4419
|
+
"strictDirectoryName": false
|
|
4411
4420
|
}
|
|
4412
4421
|
}
|
|
4413
4422
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/source-deploy-retrieve",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.2.0",
|
|
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.
|
|
28
|
+
"@salesforce/core": "^8.3.0",
|
|
29
29
|
"@salesforce/kit": "^3.1.6",
|
|
30
30
|
"@salesforce/ts-types": "^2.0.12",
|
|
31
31
|
"fast-levenshtein": "^3.0.0",
|