bananareporter 0.3.1 → 0.3.3
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 +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.
|
105
|
+
bananareporter/0.3.3 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.
|
164
|
+
_See code: [dist/commands/run/index.ts](https://github.com/nya1/bananareporter/blob/v0.3.3/dist/commands/run/index.ts)_
|
165
165
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "bananareporter",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.3",
|
4
4
|
"description": "Easily generate a report from multiple sources",
|
5
5
|
"author": "nya1",
|
6
6
|
"bin": {
|
@@ -25,16 +25,16 @@
|
|
25
25
|
"js-yaml": "^4.1.0",
|
26
26
|
"lodash": "^4.17.21",
|
27
27
|
"object-path": "^0.11.8",
|
28
|
-
"papaparse": "^5.4.
|
28
|
+
"papaparse": "^5.4.1",
|
29
29
|
"winston": "^3.8.2",
|
30
30
|
"zod": "^3.21.4"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
|
-
"@oclif/test": "^2.3.
|
33
|
+
"@oclif/test": "^2.3.13",
|
34
34
|
"@types/chai": "^4",
|
35
35
|
"@types/js-yaml": "^4.0.5",
|
36
36
|
"@types/mocha": "^9.1.1",
|
37
|
-
"@types/node": "^18.15.
|
37
|
+
"@types/node": "^18.15.9",
|
38
38
|
"@types/node-fetch": "^2.6.2",
|
39
39
|
"@types/object-path": "^0.11.1",
|
40
40
|
"@types/papaparse": "^5.3.7",
|