@salesforce/core 7.2.0 → 7.3.1

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.
@@ -25,7 +25,6 @@ const SNAPSHOT_UNSUPPORTED_OPTIONS = [
25
25
  'sourceOrg',
26
26
  'settingsPath',
27
27
  'releaseVersion',
28
- 'language',
29
28
  ];
30
29
  // A validator function to ensure any options parameters entered by the user adhere
31
30
  // to a allowlist of valid option settings. Because org:create allows options to be
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "7.2.0",
3
+ "version": "7.3.1",
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",
@@ -53,7 +53,7 @@
53
53
  ],
54
54
  "dependencies": {
55
55
  "@jsforce/jsforce-node": "^3.1.0",
56
- "@salesforce/kit": "^3.1.0",
56
+ "@salesforce/kit": "^3.1.1",
57
57
  "@salesforce/schemas": "^1.7.0",
58
58
  "@salesforce/ts-types": "^2.0.9",
59
59
  "ajv": "^8.12.0",
@@ -82,7 +82,7 @@
82
82
  "chai-string": "^1.5.0",
83
83
  "ts-node": "^10.9.2",
84
84
  "ts-patch": "^3.1.1",
85
- "typescript": "^5.4.4"
85
+ "typescript": "^5.4.5"
86
86
  },
87
87
  "repository": {
88
88
  "type": "git",