@salesforce/core 3.34.0 → 3.34.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.
Files changed (2) hide show
  1. package/lib/org/org.js +1 -1
  2. package/package.json +2 -2
package/lib/org/org.js CHANGED
@@ -42,7 +42,7 @@ var SandboxEvents;
42
42
  SandboxEvents["EVENT_AUTH"] = "auth";
43
43
  SandboxEvents["EVENT_RESUME"] = "resume";
44
44
  })(SandboxEvents = exports.SandboxEvents || (exports.SandboxEvents = {}));
45
- const resumableSandboxStatus = ['Activating', 'Pending', 'Pending Activation', 'Processing', 'Sampling'];
45
+ const resumableSandboxStatus = ['Activating', 'Pending', 'Pending Activation', 'Processing', 'Sampling', 'Completed'];
46
46
  function sandboxIsResumable(value) {
47
47
  return resumableSandboxStatus.includes(value);
48
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "3.34.0",
3
+ "version": "3.34.1",
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",
@@ -78,7 +78,7 @@
78
78
  "eslint-config-salesforce-typescript": "^1.1.1",
79
79
  "eslint-plugin-header": "^3.1.1",
80
80
  "eslint-plugin-import": "^2.27.5",
81
- "eslint-plugin-jsdoc": "^39.6.4",
81
+ "eslint-plugin-jsdoc": "^39.9.1",
82
82
  "husky": "^7.0.4",
83
83
  "lodash": "^4.17.21",
84
84
  "mocha": "^9.1.3",