@oclif/plugin-test-esm-2 0.1.3 → 0.1.5

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-2
18
18
  $ esm2 COMMAND
19
19
  running command...
20
20
  $ esm2 (--version)
21
- @oclif/plugin-test-esm-2/0.1.3 linux-x64 node-v18.17.0
21
+ @oclif/plugin-test-esm-2/0.1.5 linux-x64 node-v18.17.0
22
22
  $ esm2 --help [COMMAND]
23
23
  USAGE
24
24
  $ esm2 COMMAND
@@ -46,7 +46,7 @@ USAGE
46
46
  $ esm2 esm2
47
47
  ```
48
48
 
49
- _See code: [dist/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/v0.1.3/dist/commands/esm2.ts)_
49
+ _See code: [dist/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/v0.1.5/dist/commands/esm2.ts)_
50
50
 
51
51
  ## `esm2 help [COMMANDS]`
52
52
 
@@ -89,7 +89,7 @@ EXAMPLES
89
89
  $ esm2 plugins
90
90
  ```
91
91
 
92
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.8/src/commands/plugins/index.ts)_
92
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.9/src/commands/plugins/index.ts)_
93
93
 
94
94
  ## `esm2 plugins:install PLUGIN...`
95
95
 
package/bin/run.js CHANGED
@@ -1,5 +1,5 @@
1
- #!/usr/bin/env node
2
- // eslint-disable-next-line node/shebang
1
+ #!/usr/bin/env node --loader ts-node/esm --no-warnings=ExperimentalWarning
2
+
3
3
  (async () => {
4
4
  const oclif = await import('@oclif/core')
5
5
  await oclif.execute({type: 'esm', dir: import.meta.url})
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.3",
2
+ "version": "0.1.5",
3
3
  "commands": {
4
4
  "esm2": {
5
5
  "id": "esm2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-esm-2",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Test ESM plugin",
5
5
  "author": "Salesforce",
6
6
  "bin": {
@@ -19,10 +19,10 @@
19
19
  "dependencies": {
20
20
  "@oclif/core": "^2",
21
21
  "@oclif/plugin-help": "^5",
22
- "@oclif/plugin-plugins": "^3.1.8"
22
+ "@oclif/plugin-plugins": "^3.1.9"
23
23
  },
24
24
  "devDependencies": {
25
- "@oclif/test": "^2.4.0",
25
+ "@oclif/test": "^2.4.2",
26
26
  "@types/chai": "^4",
27
27
  "@types/mocha": "^9.0.0",
28
28
  "@types/node": "^16.18.39",
@@ -31,7 +31,7 @@
31
31
  "eslint-config-oclif": "^4",
32
32
  "eslint-config-oclif-typescript": "^1.0.3",
33
33
  "mocha": "^9",
34
- "oclif": "^3.10.0",
34
+ "oclif": "^3.11.1",
35
35
  "shx": "^0.3.4",
36
36
  "ts-node": "^10.9.1",
37
37
  "tslib": "^2.6.1",