@salesforce/apex-node 8.1.2 → 8.1.3
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](http://commitizen.github.io/cz-cli/)
|
|
5
5
|
|
|
6
6
|
## Introduction
|
|
7
|
-
Typescript library to support the
|
|
7
|
+
Typescript library to support the [Salesforce Extensions for VS Code](https://github.com/forcedotcom/salesforcedx-vscode/) and the [Apex Plugin for the Salesforce CLI](https://github.com/salesforcecli/plugin-apex).
|
|
8
8
|
|
|
9
9
|
Note: Please report any issues via the [Issues tab](https://github.com/forcedotcom/salesforcedx-apex/issues).
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/apex-node",
|
|
3
3
|
"description": "Salesforce JS library for Apex",
|
|
4
|
-
"version": "8.1.
|
|
4
|
+
"version": "8.1.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/salesforcedx-apex/issues",
|
|
7
7
|
"main": "lib/src/index.js",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jsforce/jsforce-node": "^3.4.
|
|
9
|
+
"@jsforce/jsforce-node": "^3.4.1",
|
|
10
10
|
"@salesforce/core": "^8.2.8",
|
|
11
11
|
"@salesforce/kit": "^3.2.1",
|
|
12
12
|
"@types/istanbul-reports": "^3.0.4",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"istanbul-reports": "^3.1.7"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@commitlint/config-conventional": "^18.
|
|
22
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
21
|
+
"@commitlint/config-conventional": "^18.6.3",
|
|
22
|
+
"@salesforce/ts-sinon": "^1.4.24",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.10",
|
|
24
24
|
"@types/chai": "^4.3.16",
|
|
25
25
|
"@types/glob": "^8.1.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"eslint": "^8.57.0",
|
|
37
37
|
"eslint-config-prettier": "^9.0.0",
|
|
38
38
|
"eslint-plugin-header": "^3.0.0",
|
|
39
|
-
"eslint-plugin-jsdoc": "^46.
|
|
39
|
+
"eslint-plugin-jsdoc": "^46.10.1",
|
|
40
40
|
"eslint-plugin-prettier": "^5.2.1",
|
|
41
41
|
"husky": "^8.0.0",
|
|
42
42
|
"lint-staged": "^15.2.8",
|