@salesforce/apex-node 8.1.1 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
5
5
 
6
6
  ## Introduction
7
- Typescript library to support the Apex plugin and [Salesforce Extensions for VS Code](https://github.com/forcedotcom/salesforcedx-vscode/).
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,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/apex-node",
3
3
  "description": "Salesforce JS library for Apex",
4
- "version": "8.1.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.0",
9
+ "@jsforce/jsforce-node": "^3.4.1",
10
10
  "@salesforce/core": "^8.2.8",
11
- "@salesforce/kit": "^3.1.6",
11
+ "@salesforce/kit": "^3.2.1",
12
12
  "@types/istanbul-reports": "^3.0.4",
13
13
  "bfj": "8.0.0",
14
14
  "fast-glob": "^3.3.2",
@@ -18,8 +18,8 @@
18
18
  "istanbul-reports": "^3.1.7"
19
19
  },
20
20
  "devDependencies": {
21
- "@commitlint/config-conventional": "^18.1.0",
22
- "@salesforce/ts-sinon": "^1.4.19",
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,10 +36,10 @@
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.8.2",
39
+ "eslint-plugin-jsdoc": "^46.10.1",
40
40
  "eslint-plugin-prettier": "^5.2.1",
41
41
  "husky": "^8.0.0",
42
- "lint-staged": "^15.2.4",
42
+ "lint-staged": "^15.2.8",
43
43
  "mocha": "^10.4.0",
44
44
  "mocha-junit-reporter": "^2.2.1",
45
45
  "nyc": "^15.1.0",