bananareporter 0.3.1 → 0.3.2

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
@@ -102,7 +102,7 @@ $ npm install -g bananareporter
102
102
  $ bananareporter COMMAND
103
103
  running command...
104
104
  $ bananareporter (--version)
105
- bananareporter/0.3.1 linux-x64 node-v18.15.0
105
+ bananareporter/0.3.2 linux-x64 node-v18.15.0
106
106
  $ bananareporter --help [COMMAND]
107
107
  USAGE
108
108
  $ bananareporter COMMAND
@@ -161,5 +161,5 @@ EXAMPLES
161
161
  report with 138 entries saved to ./bananareporter.json
162
162
  ```
163
163
 
164
- _See code: [dist/commands/run/index.ts](https://github.com/nya1/bananareporter/blob/v0.3.1/dist/commands/run/index.ts)_
164
+ _See code: [dist/commands/run/index.ts](https://github.com/nya1/bananareporter/blob/v0.3.2/dist/commands/run/index.ts)_
165
165
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.1",
2
+ "version": "0.3.2",
3
3
  "commands": {
4
4
  "run": {
5
5
  "id": "run",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bananareporter",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Easily generate a report from multiple sources",
5
5
  "author": "nya1",
6
6
  "bin": {