@keymanapp/kmc-keyboard-info 18.0.19-alpha → 18.0.21-alpha

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.
@@ -148,7 +148,7 @@ export class KeyboardInfoCompiler {
148
148
  if (author.url) {
149
149
  // we strip the mailto: from the .kps file for the .keyboard_info
150
150
  const match = author.url.match(/^(mailto\:)?(.+)$/);
151
- /* c8 ignore next 3 */
151
+ /* c8 ignore next 4 */
152
152
  if (match === null) {
153
153
  this.callbacks.reportMessage(KeyboardInfoCompilerMessages.Error_InvalidAuthorEmail({ email: author.url }));
154
154
  return null;
package/package.json CHANGED
@@ -23,9 +23,9 @@
23
23
  "url": "https://github.com/keymanapp/keyman/issues"
24
24
  },
25
25
  "dependencies": {
26
- "@keymanapp/common-types": "18.0.19-alpha",
27
- "@keymanapp/developer-utils": "18.0.19-alpha",
28
- "@keymanapp/kmc-package": "18.0.19-alpha",
26
+ "@keymanapp/common-types": "18.0.21-alpha",
27
+ "@keymanapp/developer-utils": "18.0.21-alpha",
28
+ "@keymanapp/kmc-package": "18.0.21-alpha",
29
29
  "ttfmeta": "^1.1.2"
30
30
  },
31
31
  "devDependencies": {
@@ -49,5 +49,5 @@
49
49
  "type": "git",
50
50
  "url": "git+https://github.com/keymanapp/keyman.git"
51
51
  },
52
- "version": "18.0.19-alpha"
52
+ "version": "18.0.21-alpha"
53
53
  }