@salesforce/plugin-apex 3.0.9 → 3.0.10

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 CHANGED
@@ -146,7 +146,7 @@ FLAG DESCRIPTIONS
146
146
  directory.
147
147
  ```
148
148
 
149
- _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.9/src/commands/apex/get/log.ts)_
149
+ _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.10/src/commands/apex/get/log.ts)_
150
150
 
151
151
  ## `sf apex get test`
152
152
 
@@ -199,7 +199,7 @@ EXAMPLES
199
199
  me@myorg',
200
200
  ```
201
201
 
202
- _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.9/src/commands/apex/get/test.ts)_
202
+ _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.10/src/commands/apex/get/test.ts)_
203
203
 
204
204
  ## `sf apex list log`
205
205
 
@@ -238,7 +238,7 @@ EXAMPLES
238
238
  $ sf apex list log --target-org me@my.org
239
239
  ```
240
240
 
241
- _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.9/src/commands/apex/list/log.ts)_
241
+ _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.10/src/commands/apex/list/log.ts)_
242
242
 
243
243
  ## `sf apex run`
244
244
 
@@ -284,7 +284,7 @@ EXAMPLES
284
284
  $ sf apex run
285
285
  ```
286
286
 
287
- _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.9/src/commands/apex/run.ts)_
287
+ _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.10/src/commands/apex/run.ts)_
288
288
 
289
289
  ## `sf apex run test`
290
290
 
@@ -391,7 +391,7 @@ FLAG DESCRIPTIONS
391
391
  --tests Test1 --tests Test2
392
392
  ```
393
393
 
394
- _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.9/src/commands/apex/run/test.ts)_
394
+ _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.10/src/commands/apex/run/test.ts)_
395
395
 
396
396
  ## `sf apex tail log`
397
397
 
@@ -431,6 +431,6 @@ EXAMPLES
431
431
  $ sf apex tail log --color --skip-trace-flag
432
432
  ```
433
433
 
434
- _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.9/src/commands/apex/tail/log.ts)_
434
+ _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.10/src/commands/apex/tail/log.ts)_
435
435
 
436
436
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -225,7 +225,7 @@
225
225
  resolve-global "1.0.0"
226
226
  yargs "^17.0.0"
227
227
 
228
- "@commitlint/config-conventional@^17.1.0":
228
+ "@commitlint/config-conventional@^17.8.1":
229
229
  version "17.8.1"
230
230
  resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz#e5bcf0cfec8da7ac50bc04dc92e0a4ea74964ce0"
231
231
  integrity sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==
@@ -768,7 +768,7 @@
768
768
  wordwrap "^1.0.0"
769
769
  wrap-ansi "^7.0.0"
770
770
 
771
- "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.12.0", "@oclif/core@^3.14.1", "@oclif/core@^3.3.1":
771
+ "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.14.1", "@oclif/core@^3.3.1":
772
772
  version "3.14.1"
773
773
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.14.1.tgz#634fc96124068e47b720d62f3b278d818a07495e"
774
774
  integrity sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==
@@ -1003,7 +1003,7 @@
1003
1003
  semver "^7.5.4"
1004
1004
  ts-retry-promise "^0.7.1"
1005
1005
 
1006
- "@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
1006
+ "@salesforce/core@^6.1.0", "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
1007
1007
  version "6.4.1"
1008
1008
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.1.tgz#27edd083b62ee96d6270b60da6dfb959bff1a0a5"
1009
1009
  integrity sha512-Bn/Pox5JLeVBg35zgSmtNU+f9wdOaa7a/hmCIvQibci1dpKtLGUmSpdHibWR6zHag8ZoRkueea7zuqEjYzECyA==
@@ -1032,13 +1032,13 @@
1032
1032
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
1033
1033
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
1034
1034
 
1035
- "@salesforce/dev-scripts@^8.1.1":
1036
- version "8.1.1"
1037
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.1.tgz#a54733057712706b08fc5abcdccad336be01fea3"
1038
- integrity sha512-pYf8eMhv/OLTUtQcNZkUXMioInQTwNnHuiePGbhcMb2KR41Ynk63sdLWZoGDSc82c1FX0cJfY4yrNMIMpEGQjw==
1035
+ "@salesforce/dev-scripts@^8.1.2":
1036
+ version "8.1.2"
1037
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.2.tgz#ec3e528328fe7c7b8b312688e970ea258913980b"
1038
+ integrity sha512-DQscqQPMuj2b1D8sfh77zAKQVEuo0SQ05XlFSbVKgvxO/yPrSpUK0LgHsbyG4Js88TWBqsf4K7mkdaryukSnSA==
1039
1039
  dependencies:
1040
1040
  "@commitlint/cli" "^17.1.2"
1041
- "@commitlint/config-conventional" "^17.1.0"
1041
+ "@commitlint/config-conventional" "^17.8.1"
1042
1042
  "@salesforce/dev-config" "^4.1.0"
1043
1043
  "@salesforce/prettier-config" "^0.0.3"
1044
1044
  "@types/chai" "^4.3.10"
@@ -1072,15 +1072,15 @@
1072
1072
  "@salesforce/ts-types" "^2.0.9"
1073
1073
  tslib "^2.6.2"
1074
1074
 
1075
- "@salesforce/plugin-command-reference@^3.0.49":
1076
- version "3.0.49"
1077
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.49.tgz#853d605a689e8351c39694cefff5ccbfe7fd305a"
1078
- integrity sha512-sbLJTp8oBcTIivwS9I2nXLeWsvun/ZOqYzMs0tRV0MbkUWY/PSdKDJ/QTUTG4QoPlLANdunvY3SKoEoEUvd6EQ==
1075
+ "@salesforce/plugin-command-reference@^3.0.54":
1076
+ version "3.0.54"
1077
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.54.tgz#55718d05e4d6192056c7de0811c7209bdf75d9db"
1078
+ integrity sha512-qTdkyVVn2g6KCnkrULfdo3fzGij3mN/H/UvqnNBwsE74dJdUBUKcFqWZCHxFbNLnItu6VFz4QaSmrtJQb3Td2w==
1079
1079
  dependencies:
1080
- "@oclif/core" "^3.12.0"
1081
- "@salesforce/core" "^6.1.3"
1080
+ "@oclif/core" "^3.14.1"
1081
+ "@salesforce/core" "^6.4.0"
1082
1082
  "@salesforce/kit" "^3.0.15"
1083
- "@salesforce/sf-plugins-core" "^5.0.5"
1083
+ "@salesforce/sf-plugins-core" "^5.0.8"
1084
1084
  "@salesforce/ts-types" "^2.0.9"
1085
1085
  chalk "^4"
1086
1086
  handlebars "^4.7.8"
@@ -1096,10 +1096,10 @@
1096
1096
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
1097
1097
  integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1098
1098
 
1099
- "@salesforce/sf-plugins-core@^5.0.5", "@salesforce/sf-plugins-core@^5.0.8":
1100
- version "5.0.8"
1101
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.8.tgz#af023ba5c9182ab277d738e6836267aa874a4dcb"
1102
- integrity sha512-NvG3E61dVzORn86bPUh9cOPCmNZPfqzjS/ShMpyu2Cpjwr3zLYAlXSqH4kg0hQUW1D/M5sAck6XcUhwMpHh5yQ==
1099
+ "@salesforce/sf-plugins-core@^5.0.10", "@salesforce/sf-plugins-core@^5.0.8":
1100
+ version "5.0.10"
1101
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz#f13cc406100f9aba3a9d5ddea361854068fc7e7d"
1102
+ integrity sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==
1103
1103
  dependencies:
1104
1104
  "@oclif/core" "^3.14.1"
1105
1105
  "@salesforce/core" "^6.2.2"
@@ -5920,10 +5920,10 @@ object.values@^1.1.7:
5920
5920
  define-properties "^1.2.0"
5921
5921
  es-abstract "^1.22.1"
5922
5922
 
5923
- oclif@^4.0.4:
5924
- version "4.0.4"
5925
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
5926
- integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
5923
+ oclif@^4.1.0:
5924
+ version "4.1.0"
5925
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
5926
+ integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
5927
5927
  dependencies:
5928
5928
  "@oclif/core" "^3.0.4"
5929
5929
  "@oclif/plugin-help" "^5.2.14"
@@ -909,5 +909,5 @@
909
909
  ]
910
910
  }
911
911
  },
912
- "version": "3.0.9"
912
+ "version": "3.0.10"
913
913
  }
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
3
  "description": "Apex commands",
4
- "version": "3.0.9",
4
+ "version": "3.0.10",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.14.1",
9
9
  "@salesforce/apex-node": "^3.0.1",
10
10
  "@salesforce/core": "^6.4.1",
11
- "@salesforce/sf-plugins-core": "^5.0.8",
11
+ "@salesforce/kit": "^3.0.15",
12
+ "@salesforce/sf-plugins-core": "^5.0.10",
12
13
  "chalk": "^5.3.0",
13
14
  "color-convert": "^2.0.1",
14
15
  "color-name": "^2.0.0"
@@ -16,11 +17,11 @@
16
17
  "devDependencies": {
17
18
  "@oclif/plugin-command-snapshot": "^5.0.4",
18
19
  "@salesforce/cli-plugins-testkit": "^5.1.1",
19
- "@salesforce/dev-scripts": "^8.1.1",
20
- "@salesforce/plugin-command-reference": "^3.0.49",
20
+ "@salesforce/dev-scripts": "^8.1.2",
21
+ "@salesforce/plugin-command-reference": "^3.0.54",
21
22
  "@types/color-convert": "^2.0.3",
22
23
  "eslint-plugin-sf-plugin": "^1.16.15",
23
- "oclif": "^4.0.4",
24
+ "oclif": "^4.1.0",
24
25
  "shx": "^0.3.4",
25
26
  "ts-node": "^10.9.2",
26
27
  "typescript": "^5.2.2"
@@ -223,7 +224,7 @@
223
224
  "exports": "./lib/index.js",
224
225
  "type": "module",
225
226
  "sfdx": {
226
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.9.crt",
227
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.9.sig"
227
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.10.crt",
228
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.10.sig"
228
229
  }
229
230
  }