@salesforce/cli-plugins-testkit 5.3.41 → 5.3.42

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/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  Apache License Version 2.0
2
2
 
3
- Copyright (c) 2025 Salesforce, Inc.
3
+ Copyright (c) 2026 Salesforce, Inc.
4
4
  All rights reserved.
5
5
 
6
6
  Apache License
package/README.md CHANGED
@@ -32,10 +32,10 @@ Using a different file extension will help separate your unit tests from your NU
32
32
  Here are some public github repos for plugins that use this library for NUTs:
33
33
 
34
34
  - [@salesforce/plugin-alias](https://github.com/salesforcecli/plugin-alias/blob/main/test/commands/alias/set.nut.ts)
35
- - [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/main/test/commands/auth/list.nut.ts)
35
+ - [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/main/test/commands/org/list/auth.nut.ts)
36
36
  - [@salesforce/plugin-config](https://github.com/salesforcecli/plugin-config/blob/main/test/commands/config/list.nut.ts)
37
- - [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/main/test/commands/force/data/tree/dataTree.nut.ts)
38
- - [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/main/test/nut/commands/force/org/org.nut.ts)
37
+ - [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/main/test/commands/data/tree/dataTree.nut.ts)
38
+ - [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/main/test/nut/listAndDisplay.nut.ts)
39
39
  - [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/main/test/allCommands.nut.ts)
40
40
 
41
41
  ## Running Commands
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli-plugins-testkit",
3
3
  "description": "Provides test utilities to assist Salesforce CLI plug-in authors with writing non-unit tests (NUT).",
4
- "version": "5.3.41",
4
+ "version": "5.3.42",
5
5
  "author": "Salesforce",
6
6
  "license": "Apache-2.0",
7
7
  "main": "lib/index.js",