@oclif/plugin-test-esm-1 0.7.15 → 0.7.17

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
@@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-1
18
18
  $ esm1 COMMAND
19
19
  running command...
20
20
  $ esm1 (--version)
21
- @oclif/plugin-test-esm-1/0.7.15 linux-x64 node-v20.12.2
21
+ @oclif/plugin-test-esm-1/0.7.17 linux-x64 node-v20.13.1
22
22
  $ esm1 --help [COMMAND]
23
23
  USAGE
24
24
  $ esm1 COMMAND
@@ -32,12 +32,12 @@ USAGE
32
32
  * [`esm1 plugins`](#esm1-plugins)
33
33
  * [`esm1 plugins:install PLUGIN...`](#esm1-pluginsinstall-plugin)
34
34
  * [`esm1 plugins:inspect PLUGIN...`](#esm1-pluginsinspect-plugin)
35
- * [`esm1 plugins:install PLUGIN...`](#esm1-pluginsinstall-plugin-1)
35
+ * [`esm1 plugins:install PLUGIN...`](#esm1-pluginsinstall-plugin)
36
36
  * [`esm1 plugins:link PLUGIN`](#esm1-pluginslink-plugin)
37
37
  * [`esm1 plugins:uninstall PLUGIN...`](#esm1-pluginsuninstall-plugin)
38
38
  * [`esm1 plugins reset`](#esm1-plugins-reset)
39
- * [`esm1 plugins:uninstall PLUGIN...`](#esm1-pluginsuninstall-plugin-1)
40
- * [`esm1 plugins:uninstall PLUGIN...`](#esm1-pluginsuninstall-plugin-2)
39
+ * [`esm1 plugins:uninstall PLUGIN...`](#esm1-pluginsuninstall-plugin)
40
+ * [`esm1 plugins:uninstall PLUGIN...`](#esm1-pluginsuninstall-plugin)
41
41
  * [`esm1 plugins update`](#esm1-plugins-update)
42
42
 
43
43
  ## `esm1 esm1 [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG]`
@@ -56,7 +56,7 @@ GLOBAL FLAGS
56
56
  --json Format output as json.
57
57
  ```
58
58
 
59
- _See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/v0.7.15/src/commands/esm1.ts)_
59
+ _See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/v0.7.17/src/commands/esm1.ts)_
60
60
 
61
61
  ## `esm1 help [COMMAND]`
62
62
 
@@ -76,7 +76,7 @@ DESCRIPTION
76
76
  Display help for esm1.
77
77
  ```
78
78
 
79
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.21/src/commands/help.ts)_
79
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.22/src/commands/help.ts)_
80
80
 
81
81
  ## `esm1 plugins`
82
82
 
@@ -60,5 +60,5 @@
60
60
  ]
61
61
  }
62
62
  },
63
- "version": "0.7.15"
63
+ "version": "0.7.17"
64
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-esm-1",
3
- "version": "0.7.15",
3
+ "version": "0.7.17",
4
4
  "description": "Test ESM plugin",
5
5
  "author": "Salesforce",
6
6
  "bin": {
@@ -25,7 +25,7 @@
25
25
  "@oclif/test": "^3",
26
26
  "@types/chai": "^4",
27
27
  "@types/mocha": "^10.0.6",
28
- "@types/node": "^16.18.96",
28
+ "@types/node": "^16.18.97",
29
29
  "chai": "^4",
30
30
  "eslint": "^8",
31
31
  "eslint-config-oclif": "^5",