wikibase-cli 15.16.5 → 15.16.8

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.
@@ -25,4 +25,4 @@ const preserveDollarGuid = line => {
25
25
  .replace(dollarGuidPattern, '$1-$2')
26
26
  }
27
27
 
28
- const dollarGuidPattern = /(\w{1}\d+)\$([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/g
28
+ const dollarGuidPattern = /(\w{1}\d+)\$([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/ig
package/metadata/label.js CHANGED
@@ -5,6 +5,7 @@ module.exports = {
5
5
  options: require('../lib/common_options').entityAttributeCommands,
6
6
  examples: [
7
7
  { args: 'Q123', comment: 'fetch the label for the entity Q123' },
8
- { args: 'Q123 --lang ja', comment: 'fetch the label for the entity Q123 in Japanese' }
8
+ { args: 'Q123 --lang ja', comment: 'fetch the label for the entity Q123 in Japanese' },
9
+ { args: 'Q1 Q2 Q3 P6', comment: 'fetch labels for several entities' },
9
10
  ]
10
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wikibase-cli",
3
- "version": "15.16.5",
3
+ "version": "15.16.8",
4
4
  "description": "A command-line interface to Wikibase",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -50,8 +50,8 @@
50
50
  "shell-quote": "^1.7.3",
51
51
  "split": "^1.0.1",
52
52
  "through": "^2.3.8",
53
- "wikibase-edit": "^4.16.0",
54
- "wikibase-sdk": "^7.14.1",
53
+ "wikibase-edit": "^4.16.1",
54
+ "wikibase-sdk": "^7.14.4",
55
55
  "wikidata-lang": "^2.0.11"
56
56
  },
57
57
  "devDependencies": {