@oclif/plugin-test-esbuild 0.5.36 → 0.5.38
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 +2 -1
- package/dist/index.js +2 -2
- package/oclif.manifest.json +3 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esbuild
|
|
|
17
17
|
$ bundle COMMAND
|
|
18
18
|
running command...
|
|
19
19
|
$ bundle (--version)
|
|
20
|
-
@oclif/plugin-test-esbuild/0.5.
|
|
20
|
+
@oclif/plugin-test-esbuild/0.5.38 linux-x64 node-v20.17.0
|
|
21
21
|
$ bundle --help [COMMAND]
|
|
22
22
|
USAGE
|
|
23
23
|
$ bundle COMMAND
|
|
@@ -286,6 +286,7 @@ FLAGS
|
|
|
286
286
|
|
|
287
287
|
DESCRIPTION
|
|
288
288
|
Links a plugin into the CLI for development.
|
|
289
|
+
|
|
289
290
|
Installation of a linked plugin will override a user-installed or core plugin.
|
|
290
291
|
|
|
291
292
|
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
|
package/dist/index.js
CHANGED
|
@@ -1157,8 +1157,7 @@ var PluginsLink = class _PluginsLink extends import_core8.Command {
|
|
|
1157
1157
|
static args = {
|
|
1158
1158
|
path: import_core8.Args.string({ default: ".", description: "path to plugin", name: "path", required: true })
|
|
1159
1159
|
};
|
|
1160
|
-
static description = `
|
|
1161
|
-
Installation of a linked plugin will override a user-installed or core plugin.
|
|
1160
|
+
static description = `Installation of a linked plugin will override a user-installed or core plugin.
|
|
1162
1161
|
|
|
1163
1162
|
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello' command will override the user-installed or core plugin implementation. This is useful for development work.
|
|
1164
1163
|
`;
|
|
@@ -1172,6 +1171,7 @@ e.g. If you have a user-installed or core plugin that has a 'hello' command, ins
|
|
|
1172
1171
|
}),
|
|
1173
1172
|
verbose: import_core8.Flags.boolean({ char: "v" })
|
|
1174
1173
|
};
|
|
1174
|
+
static summary = "Links a plugin into the CLI for development.";
|
|
1175
1175
|
async run() {
|
|
1176
1176
|
const { args, flags } = await this.parse(_PluginsLink);
|
|
1177
1177
|
const plugins = new Plugins({
|
package/oclif.manifest.json
CHANGED
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"required": true
|
|
226
226
|
}
|
|
227
227
|
},
|
|
228
|
-
"description": "
|
|
228
|
+
"description": "Installation of a linked plugin will override a user-installed or core plugin.\n\ne.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello' command will override the user-installed or core plugin implementation. This is useful for development work.\n",
|
|
229
229
|
"examples": [
|
|
230
230
|
"<%= config.bin %> <%= command.id %> <%- config.pjson.oclif.examplePlugin || \"myplugin\" %> "
|
|
231
231
|
],
|
|
@@ -257,6 +257,7 @@
|
|
|
257
257
|
"pluginName": "@oclif/plugin-test-esbuild",
|
|
258
258
|
"pluginType": "core",
|
|
259
259
|
"strict": true,
|
|
260
|
+
"summary": "Links a plugin into the CLI for development.",
|
|
260
261
|
"enableJsonFlag": false
|
|
261
262
|
},
|
|
262
263
|
"plugins:reset": {
|
|
@@ -474,5 +475,5 @@
|
|
|
474
475
|
"enableJsonFlag": false
|
|
475
476
|
}
|
|
476
477
|
},
|
|
477
|
-
"version": "0.5.
|
|
478
|
+
"version": "0.5.38"
|
|
478
479
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-test-esbuild",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.38",
|
|
4
4
|
"description": "Bundled plugin for testing",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-test-esbuild/issues",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@oclif/core": "^4",
|
|
15
|
-
"@oclif/plugin-test-esm-1": "^0.8.
|
|
16
|
-
"@oclif/plugin-plugins": "^5.4.
|
|
15
|
+
"@oclif/plugin-test-esm-1": "^0.8.33",
|
|
16
|
+
"@oclif/plugin-plugins": "^5.4.12"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/prettier-config": "^0.2.1",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"eslint-config-oclif-typescript": "^3",
|
|
29
29
|
"eslint-config-prettier": "^9.1.0",
|
|
30
30
|
"mocha": "^10",
|
|
31
|
-
"oclif": "^4.
|
|
31
|
+
"oclif": "^4.15.2",
|
|
32
32
|
"shx": "^0.3.4",
|
|
33
33
|
"ts-node": "^10.9.2",
|
|
34
34
|
"typescript": "^5"
|