bananareporter 0.1.1 → 0.1.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
@@ -67,7 +67,7 @@ sources:
67
67
  bananareporter --from 2023-01-01 --to 2023-03-01 -c bananareporter.yaml
68
68
  ```
69
69
 
70
- In the current directory you will find the output as `bananareporter_$FROM__$TO.json`, can be cahnged with `--out`
70
+ In the current directory you will find the output as `bananareporter_$FROM__$TO.json`, can be changed with `--out`
71
71
 
72
72
 
73
73
  # Usage
@@ -77,7 +77,7 @@ $ npm install -g bananareporter
77
77
  $ bananareporter COMMAND
78
78
  running command...
79
79
  $ bananareporter (--version)
80
- bananareporter/0.1.1 linux-x64 node-v18.14.2
80
+ bananareporter/0.1.2 linux-x64 node-v18.14.2
81
81
  $ bananareporter --help [COMMAND]
82
82
  USAGE
83
83
  $ bananareporter COMMAND
@@ -136,5 +136,5 @@ EXAMPLES
136
136
  report with 138 entries saved to ./bananareporter.json
137
137
  ```
138
138
 
139
- _See code: [dist/commands/run/index.ts](https://github.com/nya1/bananareporter/blob/v0.1.1/dist/commands/run/index.ts)_
139
+ _See code: [dist/commands/run/index.ts](https://github.com/nya1/bananareporter/blob/v0.1.2/dist/commands/run/index.ts)_
140
140
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.1",
2
+ "version": "0.1.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.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Easily generate a report from multiple sources",
5
5
  "author": "nya1",
6
6
  "bin": {