@oclif/plugin-test-esm-1 0.8.106 → 0.8.107

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
@@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esm-1
17
17
  $ esm1 COMMAND
18
18
  running command...
19
19
  $ esm1 (--version)
20
- @oclif/plugin-test-esm-1/0.8.106 linux-x64 node-v24.14.0
20
+ @oclif/plugin-test-esm-1/0.8.107 linux-x64 node-v24.14.0
21
21
  $ esm1 --help [COMMAND]
22
22
  USAGE
23
23
  $ esm1 COMMAND
@@ -55,7 +55,7 @@ GLOBAL FLAGS
55
55
  --json Format output as json.
56
56
  ```
57
57
 
58
- _See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/v0.8.106/src/commands/esm1.ts)_
58
+ _See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/v0.8.107/src/commands/esm1.ts)_
59
59
 
60
60
  ## `esm1 help [COMMAND]`
61
61
 
@@ -60,5 +60,5 @@
60
60
  ]
61
61
  }
62
62
  },
63
- "version": "0.8.106"
63
+ "version": "0.8.107"
64
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-esm-1",
3
- "version": "0.8.106",
3
+ "version": "0.8.107",
4
4
  "description": "Test ESM plugin",
5
5
  "author": "Salesforce",
6
6
  "bin": {