@salesforce/core-bundle 8.0.3 → 8.0.4
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/lib/index.js +2 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
@@ -12088,7 +12088,7 @@ var require_package2 = __commonJS({
|
|
12088
12088
|
"package.json"(exports2, module2) {
|
12089
12089
|
module2.exports = {
|
12090
12090
|
name: "@salesforce/core-bundle",
|
12091
|
-
version: "8.0.
|
12091
|
+
version: "8.0.4",
|
12092
12092
|
description: "Core libraries to interact with SFDX projects, orgs, and APIs.",
|
12093
12093
|
main: "lib/index",
|
12094
12094
|
types: "lib/index.d.ts",
|
@@ -84617,7 +84617,7 @@ var require_config = __commonJS({
|
|
84617
84617
|
const crypto = (0, ts_types_1.ensure)(this.crypto);
|
84618
84618
|
this.forEach((key, value) => {
|
84619
84619
|
if (this.getPropertyConfig(key).encrypted && (0, ts_types_1.isString)(value)) {
|
84620
|
-
|
84620
|
+
super.set(key, (0, ts_types_1.ensure)(encrypt ? crypto.encrypt(value) : crypto.decrypt(value)));
|
84621
84621
|
}
|
84622
84622
|
});
|
84623
84623
|
}
|