@salesforce/core 8.0.2 → 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/lib/sfProject.js CHANGED
@@ -63,7 +63,7 @@ const messages = new messages_1.Messages('@salesforce/core', 'config', new Map([
63
63
  */
64
64
  class SfProjectJson extends configFile_1.ConfigFile {
65
65
  /** json properties that are uppercase, or allow uppercase keys inside them */
66
- static BLOCKLIST = ['packageAliases'];
66
+ static BLOCKLIST = ['packageAliases', 'plugins'];
67
67
  static getFileName() {
68
68
  return internal_1.SFDX_PROJECT_JSON;
69
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "8.0.2",
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",
@@ -75,16 +75,14 @@
75
75
  "@salesforce/dev-scripts": "^10.1.1",
76
76
  "@salesforce/ts-sinon": "^1.4.22",
77
77
  "@types/benchmark": "^2.1.5",
78
- "@types/chai-string": "^1.4.5",
79
78
  "@types/fast-levenshtein": "^0.0.4",
80
79
  "@types/jsonwebtoken": "9.0.6",
81
80
  "@types/proper-lockfile": "^4.1.4",
82
81
  "@types/semver": "^7.5.8",
83
82
  "benchmark": "^2.1.4",
84
- "chai-string": "^1.5.0",
85
83
  "ts-node": "^10.9.2",
86
84
  "ts-patch": "^3.2.0",
87
- "typescript": "^5.4.5"
85
+ "typescript": "5.4.5"
88
86
  },
89
87
  "repository": {
90
88
  "type": "git",