@salesforce/plugin-apex 3.1.6 → 3.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/README.md CHANGED
@@ -148,7 +148,7 @@ FLAG DESCRIPTIONS
148
148
  directory.
149
149
  ```
150
150
 
151
- _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.6/src/commands/apex/get/log.ts)_
151
+ _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/get/log.ts)_
152
152
 
153
153
  ## `sf apex get test`
154
154
 
@@ -202,7 +202,7 @@ EXAMPLES
202
202
  me@myorg',
203
203
  ```
204
204
 
205
- _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.6/src/commands/apex/get/test.ts)_
205
+ _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/get/test.ts)_
206
206
 
207
207
  ## `sf apex list log`
208
208
 
@@ -242,7 +242,7 @@ EXAMPLES
242
242
  $ sf apex list log --target-org me@my.org
243
243
  ```
244
244
 
245
- _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.6/src/commands/apex/list/log.ts)_
245
+ _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/list/log.ts)_
246
246
 
247
247
  ## `sf apex run`
248
248
 
@@ -289,7 +289,7 @@ EXAMPLES
289
289
  $ sf apex run
290
290
  ```
291
291
 
292
- _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.6/src/commands/apex/run.ts)_
292
+ _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/run.ts)_
293
293
 
294
294
  ## `sf apex run test`
295
295
 
@@ -397,7 +397,7 @@ FLAG DESCRIPTIONS
397
397
  --tests Test1 --tests Test2
398
398
  ```
399
399
 
400
- _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.6/src/commands/apex/run/test.ts)_
400
+ _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/run/test.ts)_
401
401
 
402
402
  ## `sf apex tail log`
403
403
 
@@ -440,6 +440,6 @@ EXAMPLES
440
440
  $ sf apex tail log --color --skip-trace-flag
441
441
  ```
442
442
 
443
- _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.6/src/commands/apex/tail/log.ts)_
443
+ _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/tail/log.ts)_
444
444
 
445
445
  <!-- commandsstop -->
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
- "version": "3.1.6",
3
+ "version": "3.1.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-apex",
9
- "version": "3.1.6",
9
+ "version": "3.1.7",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^3.26.2",
12
+ "@oclif/core": "^3.26.3",
13
13
  "@salesforce/apex-node": "^5.0.0-beta.2",
14
14
  "@salesforce/core": "^7.0.1",
15
15
  "@salesforce/kit": "^3.1.0",
@@ -3274,9 +3274,9 @@
3274
3274
  }
3275
3275
  },
3276
3276
  "node_modules/@oclif/core": {
3277
- "version": "3.26.2",
3278
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.2.tgz",
3279
- "integrity": "sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==",
3277
+ "version": "3.26.3",
3278
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.3.tgz",
3279
+ "integrity": "sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==",
3280
3280
  "license": "MIT",
3281
3281
  "dependencies": {
3282
3282
  "@types/cli-progress": "^3.11.5",
@@ -3288,7 +3288,7 @@
3288
3288
  "cli-progress": "^3.12.0",
3289
3289
  "color": "^4.2.3",
3290
3290
  "debug": "^4.3.4",
3291
- "ejs": "^3.1.9",
3291
+ "ejs": "^3.1.10",
3292
3292
  "get-package-type": "^0.1.0",
3293
3293
  "globby": "^11.1.0",
3294
3294
  "hyperlinker": "^1.0.0",
@@ -7053,9 +7053,9 @@
7053
7053
  }
7054
7054
  },
7055
7055
  "node_modules/ejs": {
7056
- "version": "3.1.9",
7057
- "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
7058
- "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
7056
+ "version": "3.1.10",
7057
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
7058
+ "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
7059
7059
  "license": "Apache-2.0",
7060
7060
  "dependencies": {
7061
7061
  "jake": "^10.8.5"
package/oclif.lock CHANGED
@@ -1543,10 +1543,10 @@
1543
1543
  wordwrap "^1.0.0"
1544
1544
  wrap-ansi "^7.0.0"
1545
1545
 
1546
- "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
1547
- version "3.26.2"
1548
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
1549
- integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
1546
+ "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
1547
+ version "3.26.3"
1548
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
1549
+ integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
1550
1550
  dependencies:
1551
1551
  "@types/cli-progress" "^3.11.5"
1552
1552
  ansi-escapes "^4.3.2"
@@ -1557,7 +1557,7 @@
1557
1557
  cli-progress "^3.12.0"
1558
1558
  color "^4.2.3"
1559
1559
  debug "^4.3.4"
1560
- ejs "^3.1.9"
1560
+ ejs "^3.1.10"
1561
1561
  get-package-type "^0.1.0"
1562
1562
  globby "^11.1.0"
1563
1563
  hyperlinker "^1.0.0"
@@ -3670,10 +3670,10 @@ ecdsa-sig-formatter@1.0.11:
3670
3670
  dependencies:
3671
3671
  safe-buffer "^5.0.1"
3672
3672
 
3673
- ejs@^3.1.9:
3674
- version "3.1.9"
3675
- resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
3676
- integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
3673
+ ejs@^3.1.10, ejs@^3.1.9:
3674
+ version "3.1.10"
3675
+ resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
3676
+ integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
3677
3677
  dependencies:
3678
3678
  jake "^10.8.5"
3679
3679
 
@@ -6898,16 +6898,7 @@ srcset@^5.0.0:
6898
6898
  resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
6899
6899
  integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
6900
6900
 
6901
- "string-width-cjs@npm:string-width@^4.2.0":
6902
- version "4.2.3"
6903
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6904
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6905
- dependencies:
6906
- emoji-regex "^8.0.0"
6907
- is-fullwidth-code-point "^3.0.0"
6908
- strip-ansi "^6.0.1"
6909
-
6910
- string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6901
+ "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6911
6902
  version "4.2.3"
6912
6903
  resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6913
6904
  integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6966,14 +6957,7 @@ string_decoder@~1.1.1:
6966
6957
  dependencies:
6967
6958
  safe-buffer "~5.1.0"
6968
6959
 
6969
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6970
- version "6.0.1"
6971
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6972
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6973
- dependencies:
6974
- ansi-regex "^5.0.1"
6975
-
6976
- strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6960
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6977
6961
  version "6.0.1"
6978
6962
  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6979
6963
  integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7511,7 +7495,7 @@ workerpool@6.2.1:
7511
7495
  resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
7512
7496
  integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
7513
7497
 
7514
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
7498
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7515
7499
  version "7.0.0"
7516
7500
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7517
7501
  integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7529,15 +7513,6 @@ wrap-ansi@^6.2.0:
7529
7513
  string-width "^4.1.0"
7530
7514
  strip-ansi "^6.0.0"
7531
7515
 
7532
- wrap-ansi@^7.0.0:
7533
- version "7.0.0"
7534
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7535
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7536
- dependencies:
7537
- ansi-styles "^4.0.0"
7538
- string-width "^4.1.0"
7539
- strip-ansi "^6.0.0"
7540
-
7541
7516
  wrap-ansi@^8.1.0:
7542
7517
  version "8.1.0"
7543
7518
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -951,5 +951,5 @@
951
951
  ]
952
952
  }
953
953
  },
954
- "version": "3.1.6"
954
+ "version": "3.1.7"
955
955
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
3
  "description": "Apex commands",
4
- "version": "3.1.6",
4
+ "version": "3.1.7",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.26.2",
8
+ "@oclif/core": "^3.26.3",
9
9
  "@salesforce/apex-node": "^5.0.0-beta.2",
10
10
  "@salesforce/core": "^7.0.1",
11
11
  "@salesforce/kit": "^3.1.0",
@@ -222,7 +222,7 @@
222
222
  "exports": "./lib/index.js",
223
223
  "type": "module",
224
224
  "sfdx": {
225
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.6.crt",
226
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.6.sig"
225
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.7.crt",
226
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.7.sig"
227
227
  }
228
228
  }