@salesforce/core 3.32.8 → 3.32.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/lib/testSetup.d.ts +1 -0
- package/lib/testSetup.js +2 -0
- package/package.json +2 -2
package/lib/testSetup.d.ts
CHANGED
package/lib/testSetup.js
CHANGED
|
@@ -784,6 +784,8 @@ class MockTestOrgData {
|
|
|
784
784
|
userMock.isDevHub = this.isDevHub;
|
|
785
785
|
userMock.isScratchOrg = this.isScratchOrg;
|
|
786
786
|
userMock.isExpired = this.isExpired;
|
|
787
|
+
userMock.password = this.password;
|
|
788
|
+
userMock.accessToken = this.accessToken;
|
|
787
789
|
return userMock;
|
|
788
790
|
}
|
|
789
791
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/core",
|
|
3
|
-
"version": "3.32.
|
|
3
|
+
"version": "3.32.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",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@types/debug": "0.0.31",
|
|
63
63
|
"@types/jsen": "0.0.21",
|
|
64
64
|
"@types/jsonwebtoken": "8.5.9",
|
|
65
|
-
"@types/lodash": "^4.14.
|
|
65
|
+
"@types/lodash": "^4.14.191",
|
|
66
66
|
"@types/shelljs": "0.8.11",
|
|
67
67
|
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
|
68
68
|
"@typescript-eslint/parser": "^5.45.0",
|