@salesforce/core 9.1.5 → 9.1.7
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 +1 -0
- package/package.json +2 -2
package/lib/testSetup.js
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
17
|
// mutate ALL the THINGS!
|
|
18
|
+
/// <reference types="mocha" />
|
|
18
19
|
/* eslint-disable @typescript-eslint/ban-ts-comment */
|
|
19
20
|
/* eslint-disable class-methods-use-this */
|
|
20
21
|
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/core",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.7",
|
|
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",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"messageTransformer/messageTransformer.ts"
|
|
63
63
|
],
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
65
|
+
"@jsforce/jsforce-node": "^3.10.23",
|
|
66
66
|
"@salesforce/kit": "^4.0.0",
|
|
67
67
|
"@salesforce/ts-types": "^3.0.0",
|
|
68
68
|
"ajv": "^8.18.0",
|