@salesforce/core-bundle 8.18.6 → 8.18.7

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/index.js +8 -2
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -12336,7 +12336,7 @@ var require_package2 = __commonJS({
12336
12336
  "package.json"(exports2, module2) {
12337
12337
  module2.exports = {
12338
12338
  name: "@salesforce/core-bundle",
12339
- version: "8.18.6",
12339
+ version: "8.18.7",
12340
12340
  description: "Core libraries to interact with SFDX projects, orgs, and APIs.",
12341
12341
  main: "lib/index",
12342
12342
  types: "lib/index.d.ts",
@@ -12375,7 +12375,7 @@ var require_package2 = __commonJS({
12375
12375
  dependencies: {
12376
12376
  "@jsforce/jsforce-node": "^3.10.0",
12377
12377
  "@salesforce/kit": "^3.2.2",
12378
- "@salesforce/schemas": "^1.9.0",
12378
+ "@salesforce/schemas": "^1.9.1",
12379
12379
  "@salesforce/ts-types": "^2.0.10",
12380
12380
  ajv: "^8.17.1",
12381
12381
  "change-case": "^4.1.2",
@@ -93522,6 +93522,12 @@ var init_sfdx_project_schema = __esm({
93522
93522
  ],
93523
93523
  type: "object"
93524
93524
  },
93525
+ calculateTransitiveDependencies: {
93526
+ default: false,
93527
+ description: "Set to true if only specifing direct package dependencies and the transitive (i.e., indirect) dependencies should be calculated by Salesforce.",
93528
+ title: "Calculate Transitive Dependencies",
93529
+ type: "boolean"
93530
+ },
93525
93531
  default: {
93526
93532
  default: true,
93527
93533
  description: "If you have specified more than one path, include this parameter for the default path to indicate which is the default package directory.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core-bundle",
3
- "version": "8.18.6",
3
+ "version": "8.18.7",
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",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@jsforce/jsforce-node": "^3.10.0",
41
41
  "@salesforce/kit": "^3.2.2",
42
- "@salesforce/schemas": "^1.9.0",
42
+ "@salesforce/schemas": "^1.9.1",
43
43
  "@salesforce/ts-types": "^2.0.10",
44
44
  "ajv": "^8.17.1",
45
45
  "change-case": "^4.1.2",