Skip to content

Commit

Permalink
Merge branch 'main' into dependabot-npm_and_yarn-typescript-5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jun 24, 2024
2 parents ec71ca6 + c3e6446 commit 78d7cfc
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [0.7.9](https://github.com/oclif/plugin-test-esm-2/compare/0.7.8...0.7.9) (2024-06-23)


### Bug Fixes

* **deps:** bump @oclif/plugin-plugins from 5.3.1 to 5.3.2 ([#176](https://github.com/oclif/plugin-test-esm-2/issues/176)) ([be81316](https://github.com/oclif/plugin-test-esm-2/commit/be813161dbe8f00ceeca4501d9dca9cf54fd185b))



## [0.7.8](https://github.com/oclif/plugin-test-esm-2/compare/0.7.7...0.7.8) (2024-06-22)


### Bug Fixes

* **deps:** bump @oclif/plugin-help from 6.2.2 to 6.2.3 ([#177](https://github.com/oclif/plugin-test-esm-2/issues/177)) ([43fcf43](https://github.com/oclif/plugin-test-esm-2/commit/43fcf436d88ae7c3de25ffc698ab5f4506e0ab82))



## [0.7.7](https://github.com/oclif/plugin-test-esm-2/compare/0.7.6...0.7.7) (2024-06-16)


Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-2
$ esm2 COMMAND
running command...
$ esm2 (--version)
@oclif/plugin-test-esm-2/0.7.7 linux-x64 node-v18.20.3
@oclif/plugin-test-esm-2/0.7.9 linux-x64 node-v18.20.3
$ esm2 --help [COMMAND]
USAGE
$ esm2 COMMAND
Expand Down Expand Up @@ -50,7 +50,7 @@ FLAGS
--optionalString=<value>
```

_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.7/src/commands/esm2.ts)_
_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.9/src/commands/esm2.ts)_

## `esm2 help [COMMAND]`

Expand All @@ -70,7 +70,7 @@ DESCRIPTION
Display help for esm2.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.2/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.3/src/commands/help.ts)_

## `esm2 plugins`

Expand All @@ -93,7 +93,7 @@ EXAMPLES
$ esm2 plugins
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/index.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/index.ts)_

## `esm2 plugins:inspect PLUGIN...`

Expand All @@ -120,7 +120,7 @@ EXAMPLES
$ esm2 plugins inspect myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/inspect.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/inspect.ts)_

## `esm2 plugins install PLUGIN`

Expand Down Expand Up @@ -169,7 +169,7 @@ EXAMPLES
$ esm2 plugins install someuser/someplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/install.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/install.ts)_

## `esm2 plugins link PATH`

Expand Down Expand Up @@ -199,7 +199,7 @@ EXAMPLES
$ esm2 plugins link myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/link.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/link.ts)_

## `esm2 plugins reset`

Expand All @@ -214,7 +214,7 @@ FLAGS
--reinstall Reinstall all plugins after uninstalling.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/reset.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/reset.ts)_

## `esm2 plugins uninstall [PLUGIN]`

Expand Down Expand Up @@ -242,7 +242,7 @@ EXAMPLES
$ esm2 plugins uninstall myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/uninstall.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/uninstall.ts)_

## `esm2 plugins update`

Expand All @@ -260,5 +260,5 @@ DESCRIPTION
Update installed plugins.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.1/src/commands/plugins/update.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.2/src/commands/plugins/update.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-test-esm-2",
"version": "0.7.7",
"version": "0.7.9",
"description": "Test ESM plugin",
"author": "Salesforce",
"bin": {
Expand Down

0 comments on commit 78d7cfc

Please sign in to comment.