@salesforce/core-bundle 8.4.0 → 8.5.0

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 +4 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -4629,7 +4629,7 @@ var require_package = __commonJS({
4629
4629
  "package.json"(exports2, module2) {
4630
4630
  module2.exports = {
4631
4631
  name: "@salesforce/core-bundle",
4632
- version: "8.4.0",
4632
+ version: "8.5.0",
4633
4633
  description: "Core libraries to interact with SFDX projects, orgs, and APIs.",
4634
4634
  main: "lib/index",
4635
4635
  types: "lib/index.d.ts",
@@ -85704,7 +85704,9 @@ var require_sfdcUrl = __commonJS({
85704
85704
  ".blitz.salesforce.com",
85705
85705
  ".stm.salesforce.ms",
85706
85706
  ".pc-rnd.force.com",
85707
- ".pc-rnd.salesforce.com"
85707
+ ".pc-rnd.salesforce.com",
85708
+ ".wc.crm.dev"
85709
+ // workspaces container
85708
85710
  ];
85709
85711
  return this.origin.startsWith("https://gs1.") || this.isLocalUrl() || INTERNAL_URL_PARTS.some((part) => this.origin.includes(part));
85710
85712
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core-bundle",
3
- "version": "8.4.0",
3
+ "version": "8.5.0",
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",