@salesforce/plugin-apex 0.12.0 → 1.1.0

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/package.json CHANGED
@@ -1,26 +1,24 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
3
  "description": "Apex commands",
4
- "version": "0.12.0",
4
+ "version": "1.1.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/salesforcedx-apex/issues",
7
+ "main": "lib/index.js",
7
8
  "dependencies": {
8
- "@oclif/command": "^1",
9
- "@oclif/config": "^1",
10
- "@oclif/errors": "^1",
11
- "@salesforce/apex-node": "0.12.0",
12
- "@salesforce/command": "4.2.0",
13
- "@salesforce/core": "^2.35.0",
9
+ "@oclif/core": "^1.5.2",
10
+ "@salesforce/apex-node": "1.1.0",
11
+ "@salesforce/command": "^5.1.0",
12
+ "@salesforce/core": "^3.23.3",
14
13
  "chalk": "^4.1.0",
15
14
  "tslib": "^1"
16
15
  },
17
16
  "devDependencies": {
18
- "@oclif/dev-cli": "^1",
19
- "@oclif/plugin-command-snapshot": "^1.0.0",
20
- "@oclif/plugin-help": "^2",
21
- "@oclif/test": "^1",
22
- "@salesforce/dev-config": "1.4.1",
23
- "@salesforce/plugin-command-reference": "1.1.0",
17
+ "@oclif/plugin-command-snapshot": "^3",
18
+ "@oclif/plugin-help": "^5",
19
+ "@oclif/test": "^2",
20
+ "@salesforce/dev-config": "3.0.1",
21
+ "@salesforce/plugin-command-reference": "^1.3.16",
24
22
  "@salesforce/ts-sinon": "^1.1.2",
25
23
  "@salesforce/ts-types": "1.2.2",
26
24
  "@types/chai": "^4",
@@ -32,14 +30,12 @@
32
30
  "globby": "^8",
33
31
  "mocha": "^5",
34
32
  "nyc": "^14.1.1",
33
+ "oclif": "^2.6.3",
35
34
  "shx": "^0.3.4",
36
35
  "sinon": "^7.3.1",
37
36
  "ts-node": "^8.7.0",
38
37
  "typescript": "4.6.4"
39
38
  },
40
- "resolutions": {
41
- "**/@salesforce/core": "^2.35.0"
42
- },
43
39
  "engines": {
44
40
  "node": ">=14.14.0"
45
41
  },
@@ -101,10 +97,10 @@
101
97
  "build": "shx rm -rf lib && tsc -b",
102
98
  "format": "prettier --config ../../.prettierrc --write './{src,test,scripts}/**/*.{ts,js,json}'",
103
99
  "lint": "eslint -c .eslintrc.json --ext .ts ./src ./test",
104
- "manifest:generate": "yarn build && oclif-dev manifest",
100
+ "manifest:generate": "yarn build && oclif manifest",
105
101
  "postpack": "shx rm -f oclif.manifest.json",
106
102
  "test": "cross-env FORCE_COLOR=true mocha --recursive \"./test/**/*.test.ts\" --full-trace",
107
- "version": "oclif-dev readme && git add README.md",
103
+ "version": "oclif readme && git add README.md",
108
104
  "test:deprecation-policy": "./bin/run snapshot:compare",
109
105
  "test:command-reference": "./bin/run commandreference:generate -p apex --erroronwarnings",
110
106
  "package": "npm pack"
@@ -121,6 +117,6 @@
121
117
  },
122
118
  "sfdx": {
123
119
  "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/sfdx-cli-03032020.crt",
124
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/signatures/salesforce-plugin-apex-0.12.0.sig"
120
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/signatures/salesforce-plugin-apex-1.1.0.sig"
125
121
  }
126
122
  }