@salesforce/core 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.
@@ -495,7 +495,7 @@ class Config extends configFile_1.ConfigFile {
495
495
  const crypto = (0, ts_types_1.ensure)(this.crypto);
496
496
  this.forEach((key, value) => {
497
497
  if (this.getPropertyConfig(key).encrypted && (0, ts_types_1.isString)(value)) {
498
- this.set(key, (0, ts_types_1.ensure)(encrypt ? crypto.encrypt(value) : crypto.decrypt(value)));
498
+ super.set(key, (0, ts_types_1.ensure)(encrypt ? crypto.encrypt(value) : crypto.decrypt(value)));
499
499
  }
500
500
  });
501
501
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "8.0.3",
3
+ "version": "8.0.4",
4
4
  "description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
5
5
  "main": "lib/index",
6
6
  "types": "lib/index.d.ts",