@salesforce/plugin-apex 3.1.10 → 3.1.11
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 +6 -6
- package/npm-shrinkwrap.json +181 -6
- package/oclif.lock +35 -1
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.
|
|
151
|
+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.11/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.
|
|
205
|
+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.11/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.
|
|
245
|
+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.11/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.
|
|
292
|
+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.11/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.
|
|
400
|
+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.11/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.
|
|
443
|
+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.11/src/commands/apex/tail/log.ts)_
|
|
444
444
|
|
|
445
445
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.11",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-apex",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.11",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.26.
|
|
12
|
+
"@oclif/core": "^3.26.4",
|
|
13
13
|
"@salesforce/apex-node": "^6.0.0",
|
|
14
14
|
"@salesforce/core": "^7.3.1",
|
|
15
15
|
"@salesforce/kit": "^3.1.0",
|
|
@@ -3052,9 +3052,9 @@
|
|
|
3052
3052
|
}
|
|
3053
3053
|
},
|
|
3054
3054
|
"node_modules/@oclif/core": {
|
|
3055
|
-
"version": "3.26.
|
|
3056
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3057
|
-
"integrity": "sha512-
|
|
3055
|
+
"version": "3.26.4",
|
|
3056
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
|
|
3057
|
+
"integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
|
|
3058
3058
|
"license": "MIT",
|
|
3059
3059
|
"dependencies": {
|
|
3060
3060
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3209,6 +3209,117 @@
|
|
|
3209
3209
|
"node": ">=18.0.0"
|
|
3210
3210
|
}
|
|
3211
3211
|
},
|
|
3212
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3213
|
+
"version": "3.26.3",
|
|
3214
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.3.tgz",
|
|
3215
|
+
"integrity": "sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==",
|
|
3216
|
+
"dev": true,
|
|
3217
|
+
"license": "MIT",
|
|
3218
|
+
"dependencies": {
|
|
3219
|
+
"@types/cli-progress": "^3.11.5",
|
|
3220
|
+
"ansi-escapes": "^4.3.2",
|
|
3221
|
+
"ansi-styles": "^4.3.0",
|
|
3222
|
+
"cardinal": "^2.1.1",
|
|
3223
|
+
"chalk": "^4.1.2",
|
|
3224
|
+
"clean-stack": "^3.0.1",
|
|
3225
|
+
"cli-progress": "^3.12.0",
|
|
3226
|
+
"color": "^4.2.3",
|
|
3227
|
+
"debug": "^4.3.4",
|
|
3228
|
+
"ejs": "^3.1.10",
|
|
3229
|
+
"get-package-type": "^0.1.0",
|
|
3230
|
+
"globby": "^11.1.0",
|
|
3231
|
+
"hyperlinker": "^1.0.0",
|
|
3232
|
+
"indent-string": "^4.0.0",
|
|
3233
|
+
"is-wsl": "^2.2.0",
|
|
3234
|
+
"js-yaml": "^3.14.1",
|
|
3235
|
+
"minimatch": "^9.0.4",
|
|
3236
|
+
"natural-orderby": "^2.0.3",
|
|
3237
|
+
"object-treeify": "^1.1.33",
|
|
3238
|
+
"password-prompt": "^1.1.3",
|
|
3239
|
+
"slice-ansi": "^4.0.0",
|
|
3240
|
+
"string-width": "^4.2.3",
|
|
3241
|
+
"strip-ansi": "^6.0.1",
|
|
3242
|
+
"supports-color": "^8.1.1",
|
|
3243
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3244
|
+
"widest-line": "^3.1.0",
|
|
3245
|
+
"wordwrap": "^1.0.0",
|
|
3246
|
+
"wrap-ansi": "^7.0.0"
|
|
3247
|
+
},
|
|
3248
|
+
"engines": {
|
|
3249
|
+
"node": ">=18.0.0"
|
|
3250
|
+
}
|
|
3251
|
+
},
|
|
3252
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3253
|
+
"version": "4.1.2",
|
|
3254
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3255
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3256
|
+
"dev": true,
|
|
3257
|
+
"license": "MIT",
|
|
3258
|
+
"dependencies": {
|
|
3259
|
+
"ansi-styles": "^4.1.0",
|
|
3260
|
+
"supports-color": "^7.1.0"
|
|
3261
|
+
},
|
|
3262
|
+
"engines": {
|
|
3263
|
+
"node": ">=10"
|
|
3264
|
+
},
|
|
3265
|
+
"funding": {
|
|
3266
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3267
|
+
}
|
|
3268
|
+
},
|
|
3269
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3270
|
+
"version": "7.2.0",
|
|
3271
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3272
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3273
|
+
"dev": true,
|
|
3274
|
+
"license": "MIT",
|
|
3275
|
+
"dependencies": {
|
|
3276
|
+
"has-flag": "^4.0.0"
|
|
3277
|
+
},
|
|
3278
|
+
"engines": {
|
|
3279
|
+
"node": ">=8"
|
|
3280
|
+
}
|
|
3281
|
+
},
|
|
3282
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3283
|
+
"version": "11.1.0",
|
|
3284
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3285
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3286
|
+
"dev": true,
|
|
3287
|
+
"license": "MIT",
|
|
3288
|
+
"dependencies": {
|
|
3289
|
+
"array-union": "^2.1.0",
|
|
3290
|
+
"dir-glob": "^3.0.1",
|
|
3291
|
+
"fast-glob": "^3.2.9",
|
|
3292
|
+
"ignore": "^5.2.0",
|
|
3293
|
+
"merge2": "^1.4.1",
|
|
3294
|
+
"slash": "^3.0.0"
|
|
3295
|
+
},
|
|
3296
|
+
"engines": {
|
|
3297
|
+
"node": ">=10"
|
|
3298
|
+
},
|
|
3299
|
+
"funding": {
|
|
3300
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3301
|
+
}
|
|
3302
|
+
},
|
|
3303
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3304
|
+
"version": "3.0.0",
|
|
3305
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3306
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3307
|
+
"dev": true,
|
|
3308
|
+
"license": "MIT",
|
|
3309
|
+
"engines": {
|
|
3310
|
+
"node": ">=8"
|
|
3311
|
+
}
|
|
3312
|
+
},
|
|
3313
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
3314
|
+
"version": "1.0.10",
|
|
3315
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3316
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3317
|
+
"dev": true,
|
|
3318
|
+
"license": "MIT",
|
|
3319
|
+
"dependencies": {
|
|
3320
|
+
"sprintf-js": "~1.0.2"
|
|
3321
|
+
}
|
|
3322
|
+
},
|
|
3212
3323
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3213
3324
|
"version": "14.0.1",
|
|
3214
3325
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
@@ -3230,6 +3341,36 @@
|
|
|
3230
3341
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3231
3342
|
}
|
|
3232
3343
|
},
|
|
3344
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
3345
|
+
"version": "3.14.1",
|
|
3346
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3347
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3348
|
+
"dev": true,
|
|
3349
|
+
"license": "MIT",
|
|
3350
|
+
"dependencies": {
|
|
3351
|
+
"argparse": "^1.0.7",
|
|
3352
|
+
"esprima": "^4.0.0"
|
|
3353
|
+
},
|
|
3354
|
+
"bin": {
|
|
3355
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3356
|
+
}
|
|
3357
|
+
},
|
|
3358
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
3359
|
+
"version": "9.0.4",
|
|
3360
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
3361
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
3362
|
+
"dev": true,
|
|
3363
|
+
"license": "ISC",
|
|
3364
|
+
"dependencies": {
|
|
3365
|
+
"brace-expansion": "^2.0.1"
|
|
3366
|
+
},
|
|
3367
|
+
"engines": {
|
|
3368
|
+
"node": ">=16 || 14 >=14.17"
|
|
3369
|
+
},
|
|
3370
|
+
"funding": {
|
|
3371
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3372
|
+
}
|
|
3373
|
+
},
|
|
3233
3374
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3234
3375
|
"version": "5.0.0",
|
|
3235
3376
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3256,6 +3397,40 @@
|
|
|
3256
3397
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3257
3398
|
}
|
|
3258
3399
|
},
|
|
3400
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3401
|
+
"version": "8.1.1",
|
|
3402
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3403
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3404
|
+
"dev": true,
|
|
3405
|
+
"license": "MIT",
|
|
3406
|
+
"dependencies": {
|
|
3407
|
+
"has-flag": "^4.0.0"
|
|
3408
|
+
},
|
|
3409
|
+
"engines": {
|
|
3410
|
+
"node": ">=10"
|
|
3411
|
+
},
|
|
3412
|
+
"funding": {
|
|
3413
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3416
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
|
|
3417
|
+
"version": "7.0.0",
|
|
3418
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3419
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3420
|
+
"dev": true,
|
|
3421
|
+
"license": "MIT",
|
|
3422
|
+
"dependencies": {
|
|
3423
|
+
"ansi-styles": "^4.0.0",
|
|
3424
|
+
"string-width": "^4.1.0",
|
|
3425
|
+
"strip-ansi": "^6.0.0"
|
|
3426
|
+
},
|
|
3427
|
+
"engines": {
|
|
3428
|
+
"node": ">=10"
|
|
3429
|
+
},
|
|
3430
|
+
"funding": {
|
|
3431
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3432
|
+
}
|
|
3433
|
+
},
|
|
3259
3434
|
"node_modules/@oclif/plugin-help": {
|
|
3260
3435
|
"version": "6.0.21",
|
|
3261
3436
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1533,7 +1533,7 @@
|
|
|
1533
1533
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1534
1534
|
fastq "^1.6.0"
|
|
1535
1535
|
|
|
1536
|
-
"@oclif/core@3.26.3"
|
|
1536
|
+
"@oclif/core@3.26.3":
|
|
1537
1537
|
version "3.26.3"
|
|
1538
1538
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
|
|
1539
1539
|
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
|
|
@@ -1567,6 +1567,40 @@
|
|
|
1567
1567
|
wordwrap "^1.0.0"
|
|
1568
1568
|
wrap-ansi "^7.0.0"
|
|
1569
1569
|
|
|
1570
|
+
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
|
|
1571
|
+
version "3.26.4"
|
|
1572
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1573
|
+
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
1574
|
+
dependencies:
|
|
1575
|
+
"@types/cli-progress" "^3.11.5"
|
|
1576
|
+
ansi-escapes "^4.3.2"
|
|
1577
|
+
ansi-styles "^4.3.0"
|
|
1578
|
+
cardinal "^2.1.1"
|
|
1579
|
+
chalk "^4.1.2"
|
|
1580
|
+
clean-stack "^3.0.1"
|
|
1581
|
+
cli-progress "^3.12.0"
|
|
1582
|
+
color "^4.2.3"
|
|
1583
|
+
debug "^4.3.4"
|
|
1584
|
+
ejs "^3.1.10"
|
|
1585
|
+
get-package-type "^0.1.0"
|
|
1586
|
+
globby "^11.1.0"
|
|
1587
|
+
hyperlinker "^1.0.0"
|
|
1588
|
+
indent-string "^4.0.0"
|
|
1589
|
+
is-wsl "^2.2.0"
|
|
1590
|
+
js-yaml "^3.14.1"
|
|
1591
|
+
minimatch "^9.0.4"
|
|
1592
|
+
natural-orderby "^2.0.3"
|
|
1593
|
+
object-treeify "^1.1.33"
|
|
1594
|
+
password-prompt "^1.1.3"
|
|
1595
|
+
slice-ansi "^4.0.0"
|
|
1596
|
+
string-width "^4.2.3"
|
|
1597
|
+
strip-ansi "^6.0.1"
|
|
1598
|
+
supports-color "^8.1.1"
|
|
1599
|
+
supports-hyperlinks "^2.2.0"
|
|
1600
|
+
widest-line "^3.1.0"
|
|
1601
|
+
wordwrap "^1.0.0"
|
|
1602
|
+
wrap-ansi "^7.0.0"
|
|
1603
|
+
|
|
1570
1604
|
"@oclif/plugin-command-snapshot@^5.1.6":
|
|
1571
1605
|
version "5.1.6"
|
|
1572
1606
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.6.tgz#7bf028cbbaac1dcb1b979b7e34cf6de75cedd104"
|
package/oclif.manifest.json
CHANGED
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.
|
|
4
|
+
"version": "3.1.11",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.26.
|
|
8
|
+
"@oclif/core": "^3.26.4",
|
|
9
9
|
"@salesforce/apex-node": "^6.0.0",
|
|
10
10
|
"@salesforce/core": "^7.3.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.
|
|
226
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.
|
|
225
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.11.crt",
|
|
226
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.11.sig"
|
|
227
227
|
}
|
|
228
228
|
}
|