@salesforce/core 3.31.11 → 3.31.13-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.
package/lib/testSetup.js CHANGED
@@ -469,6 +469,8 @@ exports.stubContext = stubContext;
469
469
  * @param testContext
470
470
  */
471
471
  const restoreContext = (testContext) => {
472
+ // Restore the default value for this setting on restore.
473
+ global_1.Global.SFDX_INTEROPERABILITY = true;
472
474
  testContext.SANDBOX.restore();
473
475
  // eslint-disable-next-line @typescript-eslint/no-unsafe-return
474
476
  Object.values(testContext.SANDBOXES).forEach((theSandbox) => theSandbox.restore());
@@ -8,7 +8,7 @@ An unknown server error occurred. Please try again. If you still see this error,
8
8
 
9
9
  # SignupFailedActionError
10
10
 
11
- See https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_signuprequest.htm for information on error code %s.
11
+ See https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_error_codes.htm for information on error code %s.
12
12
 
13
13
  # SignupUnexpectedError
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "3.31.11",
3
+ "version": "3.31.13-0",
4
4
  "description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
5
5
  "main": "lib/exported",
6
6
  "types": "lib/exported.d.ts",