wikibase-cli 16.0.0 → 16.0.1

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.
Files changed (2) hide show
  1. package/bin/wb-search +1 -0
  2. package/package.json +1 -1
package/bin/wb-search CHANGED
@@ -15,6 +15,7 @@ if (!(search && search.length > 0)) program.helpAndExit(0)
15
15
 
16
16
  let { lang: language, json, verbose, properties, limit, type, cirrus } = program
17
17
  limit = limit || 20
18
+ if (typeof limit === 'string') limit = parseInt(limit)
18
19
 
19
20
  if (properties) program.verbose = verbose = true
20
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wikibase-cli",
3
- "version": "16.0.0",
3
+ "version": "16.0.1",
4
4
  "description": "A command-line interface to Wikibase",
5
5
  "main": "index.js",
6
6
  "bin": {