@salesforce/core 3.7.8 → 3.7.9

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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [3.7.9](https://github.com/forcedotcom/sfdx-core/compare/v3.7.8...v3.7.9) (2022-03-04)
6
+
7
+ ### Bug Fixes
8
+
9
+ - error literal to match the error thrown ([#533](https://github.com/forcedotcom/sfdx-core/issues/533)) ([b91ce5c](https://github.com/forcedotcom/sfdx-core/commit/b91ce5c329c9b2b88fb4b0ad028aee5f6d5b6e77))
10
+
5
11
  ### [3.7.8](https://github.com/forcedotcom/sfdx-core/compare/v3.7.7...v3.7.8) (2022-03-03)
6
12
 
7
13
  ### Bug Fixes
package/lib/org/org.js CHANGED
@@ -850,7 +850,7 @@ class Org extends kit_1.AsyncOptionalCreatable {
850
850
  catch (err) {
851
851
  const error = err;
852
852
  this.logger.debug('Exception while calling writeSandboxAuthFile %s', err);
853
- if ((error === null || error === void 0 ? void 0 : error.name) === 'JWTAuthError' && ((_a = error === null || error === void 0 ? void 0 : error.stack) === null || _a === void 0 ? void 0 : _a.includes("user hasn't approved"))) {
853
+ if ((error === null || error === void 0 ? void 0 : error.name) === 'JwtAuthError' && ((_a = error === null || error === void 0 ? void 0 : error.stack) === null || _a === void 0 ? void 0 : _a.includes("user hasn't approved"))) {
854
854
  waitingOnAuth = true;
855
855
  }
856
856
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "3.7.8",
3
+ "version": "3.7.9",
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",
@@ -34,9 +34,9 @@
34
34
  "!lib/**/*.map"
35
35
  ],
36
36
  "dependencies": {
37
- "@oclif/core": "^1.3.1",
37
+ "@oclif/core": "^1.5.1",
38
38
  "@salesforce/bunyan": "^2.0.0",
39
- "@salesforce/kit": "^1.5.28",
39
+ "@salesforce/kit": "^1.5.34",
40
40
  "@salesforce/schemas": "^1.1.0",
41
41
  "@salesforce/ts-types": "^1.5.20",
42
42
  "@types/graceful-fs": "^4.1.5",
@@ -56,8 +56,8 @@
56
56
  "ts-retry-promise": "^0.6.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@salesforce/dev-config": "^3.0.0",
60
- "@salesforce/dev-scripts": "^2.0.0",
59
+ "@salesforce/dev-config": "^3.0.1",
60
+ "@salesforce/dev-scripts": "^2.0.1",
61
61
  "@salesforce/prettier-config": "^0.0.2",
62
62
  "@salesforce/ts-sinon": "^1.3.21",
63
63
  "@types/archiver": "^5.3.1",