@keymanapp/kmc-keyboard-info 17.0.275-beta → 17.0.277-beta

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/README.md +10 -0
  2. package/package.json +4 -4
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # Keyman Developer - kmc-keyboard-info
2
+
3
+ This package builds a .keyboard_info file from a Keyman keyboard project. It can
4
+ be used from the command line with
5
+ [@keymanapp/kmc](https://npmjs.com/package/@keymanapp/kmc).
6
+
7
+ This package is used only for preparing metadata files for deployment of
8
+ keyboards to the Keyman Cloud Keyboard Repository.
9
+
10
+ * [API Reference](https://help.keyman.com/developer/current-version/reference/api/kmc-keyboard-info)
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": "17.0.275-beta",
27
- "@keymanapp/developer-utils": "17.0.275-beta",
28
- "@keymanapp/kmc-package": "17.0.275-beta",
26
+ "@keymanapp/common-types": "17.0.277-beta",
27
+ "@keymanapp/developer-utils": "17.0.277-beta",
28
+ "@keymanapp/kmc-package": "17.0.277-beta",
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": "17.0.275-beta"
52
+ "version": "17.0.277-beta"
53
53
  }