@salesforce/source-deploy-retrieve 7.8.0 → 7.8.2

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.
@@ -1 +1 @@
1
- {"version":3,"file":"registry.js","sourceRoot":"","sources":["../../../src/registry/registry.ts"],"names":[],"mappings":";;;AAAA;;;;;GAKG;AACH,oCAAsC;AACtC,wDAAwD;AAExD;;GAEG;AACU,QAAA,QAAQ,GAAG,IAAA,kBAAU,EAAC,YAAY,CAAC,CAAC"}
1
+ {"version":3,"file":"registry.js","sourceRoot":"","sources":["../../../src/registry/registry.ts"],"names":[],"mappings":";;;AAAA;;;;;GAKG;AACH,oCAAsC;AACtC,wDAAwD;AAGxD;;GAEG;AACU,QAAA,QAAQ,GAAG,IAAA,kBAAU,EAAC,YAAY,CAAqB,CAAC"}
@@ -120,10 +120,10 @@ export interface MetadataType {
120
120
  * Configuration for resolving and converting components of the type.
121
121
  */
122
122
  strategies?: {
123
- adapter: string;
124
- transformer?: string;
125
- decomposition?: string;
126
- recomposition?: string;
123
+ adapter: 'sourceAdapter' | 'mixedContent' | 'matchingContentFile' | 'decomposed' | 'nonDecomposed' | 'digitalExperience' | 'bundle';
124
+ transformer?: 'decomposed' | 'staticResource' | 'nonDecomposed' | 'standard';
125
+ decomposition?: 'topLevel' | 'folderPerType';
126
+ recomposition?: 'startEmpty';
127
127
  };
128
128
  }
129
129
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "7.8.0",
3
+ "version": "7.8.2",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",
@@ -25,8 +25,8 @@
25
25
  "node": ">=14.0.0"
26
26
  },
27
27
  "dependencies": {
28
- "@salesforce/core": "^3.32.13",
29
- "@salesforce/kit": "^1.8.3",
28
+ "@salesforce/core": "^3.33.1",
29
+ "@salesforce/kit": "^1.8.4",
30
30
  "@salesforce/ts-types": "^1.7.2",
31
31
  "archiver": "^5.3.1",
32
32
  "fast-xml-parser": "^3.21.1",
@@ -60,11 +60,11 @@
60
60
  "eslint": "^8.32.0",
61
61
  "eslint-config-prettier": "^8.6.0",
62
62
  "eslint-config-salesforce": "^1.1.1",
63
- "eslint-config-salesforce-license": "^0.1.6",
63
+ "eslint-config-salesforce-license": "^0.2.0",
64
64
  "eslint-config-salesforce-typescript": "^1.1.1",
65
65
  "eslint-plugin-header": "^3.1.1",
66
66
  "eslint-plugin-import": "^2.27.5",
67
- "eslint-plugin-jsdoc": "^39.6.7",
67
+ "eslint-plugin-jsdoc": "^39.8.0",
68
68
  "husky": "^7.0.4",
69
69
  "jsforce": "^2.0.0-beta.19",
70
70
  "mocha": "^9.2.2",