@salesforce/core 8.0.1 → 8.0.3

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.
Files changed (2) hide show
  1. package/lib/sfProject.js +1 -1
  2. package/package.json +3 -5
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.1",
3
+ "version": "8.0.3",
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",
@@ -56,7 +56,7 @@
56
56
  "@salesforce/kit": "^3.1.6",
57
57
  "@salesforce/schemas": "^1.9.0",
58
58
  "@salesforce/ts-types": "^2.0.10",
59
- "ajv": "^8.15.0",
59
+ "ajv": "^8.16.0",
60
60
  "change-case": "^4.1.2",
61
61
  "fast-levenshtein": "^3.0.0",
62
62
  "faye": "^1.4.0",
@@ -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",