@salesforce/core 8.4.0 → 8.5.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.
@@ -119,6 +119,7 @@ class SfdcUrl extends node_url_1.URL {
119
119
  '.stm.salesforce.ms',
120
120
  '.pc-rnd.force.com',
121
121
  '.pc-rnd.salesforce.com',
122
+ '.wc.crm.dev', // workspaces container
122
123
  ];
123
124
  return (this.origin.startsWith('https://gs1.') ||
124
125
  this.isLocalUrl() ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "8.4.0",
3
+ "version": "8.5.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",