@salesforce/source-deploy-retrieve 4.5.5 → 4.5.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.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [4.5.6](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.5...v4.5.6) (2021-10-07)
|
|
6
|
+
|
|
5
7
|
### [4.5.5](https://github.com/forcedotcom/source-deploy-retrieve/compare/v4.5.4...v4.5.5) (2021-10-06)
|
|
6
8
|
|
|
7
9
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nonSupportedTypes.js","sourceRoot":"","sources":["../../../src/registry/nonSupportedTypes.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAIH;;;;;KAKK;AACQ,QAAA,QAAQ,GAAG;IACtB,
|
|
1
|
+
{"version":3,"file":"nonSupportedTypes.js","sourceRoot":"","sources":["../../../src/registry/nonSupportedTypes.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAIH;;;;;KAKK;AACQ,QAAA,QAAQ,GAAG;IACtB,mBAAmB;IACnB,gBAAgB;CACjB,CAAC;AAEW,QAAA,QAAQ,GAAG;IACtB,aAAa;CACd,CAAC;AACW,QAAA,aAAa,GAAG;IAC3B,qBAAqB;IAErB,+CAA+C;IAC/C,eAAe;IACf,sBAAsB;IACtB,6BAA6B;IAC7B,6BAA6B;IAC7B,oBAAoB;IACpB,0BAA0B;IAC1B,eAAe;IACf,4BAA4B;IAC5B,6BAA6B;IAC7B,iCAAiC;IACjC,aAAa;IACb,eAAe;CAChB,CAAC;AAEW,QAAA,sBAAsB,GAAG,CAAC,IAAwB,EAAW,EAAE;;IAC1E,IAAI,QAAC,IAAI,CAAC,kBAAkB,0CAAE,SAAS,CAAA,EAAE;QACvC,OAAO,IAAI,CAAC;KACb;IACD,MAAM,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,kBAAkB,CAAC,SAAS,CAK9D,CAAC;IACF,IACE,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC;QAC9B,gBAAQ,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,EACjE;QACA,OAAO,IAAI,CAAC;KACb;IACD,IAAI,UAAU,CAAC,QAAQ,IAAI,gBAAQ,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,EAAE;QACnF,OAAO,IAAI,CAAC;KACb;IACD,OAAO,KAAK,CAAC;AACf,CAAC,CAAC"}
|
|
@@ -2544,6 +2544,28 @@ export declare const registry: Readonly<{
|
|
|
2544
2544
|
directoryName: string;
|
|
2545
2545
|
inFolder: boolean;
|
|
2546
2546
|
};
|
|
2547
|
+
viewdefinition: {
|
|
2548
|
+
id: string;
|
|
2549
|
+
name: string;
|
|
2550
|
+
suffix: string;
|
|
2551
|
+
directoryName: string;
|
|
2552
|
+
inFolder: boolean;
|
|
2553
|
+
strictDirectoryName: boolean;
|
|
2554
|
+
strategies: {
|
|
2555
|
+
adapter: string;
|
|
2556
|
+
};
|
|
2557
|
+
};
|
|
2558
|
+
slackapp: {
|
|
2559
|
+
id: string;
|
|
2560
|
+
name: string;
|
|
2561
|
+
suffix: string;
|
|
2562
|
+
directoryName: string;
|
|
2563
|
+
inFolder: boolean;
|
|
2564
|
+
strictDirectoryName: boolean;
|
|
2565
|
+
strategies: {
|
|
2566
|
+
adapter: string;
|
|
2567
|
+
};
|
|
2568
|
+
};
|
|
2547
2569
|
};
|
|
2548
2570
|
suffixes: {
|
|
2549
2571
|
ai: string;
|
|
@@ -2831,6 +2853,8 @@ export declare const registry: Readonly<{
|
|
|
2831
2853
|
mktCalcInsightObjectDef: string;
|
|
2832
2854
|
internalOrganization: string;
|
|
2833
2855
|
callCenterRoutingMap: string;
|
|
2856
|
+
view: string;
|
|
2857
|
+
slackapp: string;
|
|
2834
2858
|
};
|
|
2835
2859
|
strictDirectoryNames: {
|
|
2836
2860
|
experiences: string;
|
|
@@ -2540,6 +2540,28 @@
|
|
|
2540
2540
|
"suffix": "callCenterRoutingMap",
|
|
2541
2541
|
"directoryName": "callCenterRoutingMaps",
|
|
2542
2542
|
"inFolder": false
|
|
2543
|
+
},
|
|
2544
|
+
"viewdefinition": {
|
|
2545
|
+
"id": "viewdefinition",
|
|
2546
|
+
"name": "ViewDefinition",
|
|
2547
|
+
"suffix": "view",
|
|
2548
|
+
"directoryName": "viewdefinitions",
|
|
2549
|
+
"inFolder": false,
|
|
2550
|
+
"strictDirectoryName": false,
|
|
2551
|
+
"strategies": {
|
|
2552
|
+
"adapter": "matchingContentFile"
|
|
2553
|
+
}
|
|
2554
|
+
},
|
|
2555
|
+
"slackapp": {
|
|
2556
|
+
"id": "slackapp",
|
|
2557
|
+
"name": "SlackApp",
|
|
2558
|
+
"suffix": "slackapp",
|
|
2559
|
+
"directoryName": "slackapps",
|
|
2560
|
+
"inFolder": false,
|
|
2561
|
+
"strictDirectoryName": false,
|
|
2562
|
+
"strategies": {
|
|
2563
|
+
"adapter": "matchingContentFile"
|
|
2564
|
+
}
|
|
2543
2565
|
}
|
|
2544
2566
|
},
|
|
2545
2567
|
"suffixes": {
|
|
@@ -2827,7 +2849,9 @@
|
|
|
2827
2849
|
"applicationRecordTypeConfig": "applicationrecordtypeconfig",
|
|
2828
2850
|
"mktCalcInsightObjectDef": "mktcalcinsightobjectdef",
|
|
2829
2851
|
"internalOrganization": "internalorganization",
|
|
2830
|
-
"callCenterRoutingMap": "callcenterroutingmap"
|
|
2852
|
+
"callCenterRoutingMap": "callcenterroutingmap",
|
|
2853
|
+
"view": "viewdefinition",
|
|
2854
|
+
"slackapp": "slackapp"
|
|
2831
2855
|
},
|
|
2832
2856
|
"strictDirectoryNames": {
|
|
2833
2857
|
"experiences": "experiencebundle",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/source-deploy-retrieve",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.6",
|
|
4
4
|
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"author": "Salesforce",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"local:link": "./scripts/localInstall.js link",
|
|
93
93
|
"local:unlink": "./scripts/localInstall.js unlink",
|
|
94
94
|
"repl": "node --inspect ./scripts/repl.js",
|
|
95
|
-
"test": "shx rm -rf ./test-results && nyc mocha lib/test/**/*.
|
|
95
|
+
"test": "shx rm -rf ./test-results && nyc mocha \"lib/test/**/*.js\" && node ./scripts/verifyTestArtifacts.js",
|
|
96
96
|
"test:registry": "mocha ./lib/test/registry/registryCompleteness.test.js",
|
|
97
97
|
"coverage": "nyc report --reporter=lcov",
|
|
98
98
|
"update-registry": "npx ts-node scripts/update-registry/update2.ts"
|