@keymanapp/kmc-package 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.
- package/README.md +9 -0
- package/package.json +3 -3
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Keyman Developer - kmc-package
|
|
2
|
+
|
|
3
|
+
This package compiles .kps Keyman package source files into binary .kmp Keyman
|
|
4
|
+
package files. It can be used from the command line with
|
|
5
|
+
[@keymanapp/kmc](https://npmjs.com/package/@keymanapp/kmc).
|
|
6
|
+
|
|
7
|
+
Note: .kmp files are .zip files internally.
|
|
8
|
+
|
|
9
|
+
* [API Reference](https://help.keyman.com/developer/current-version/reference/api/kmc-package)
|
package/package.json
CHANGED
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"url": "https://github.com/keymanapp/keyman/issues"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@keymanapp/common-types": "17.0.
|
|
32
|
+
"@keymanapp/common-types": "17.0.277-beta",
|
|
33
33
|
"jszip": "^3.7.0",
|
|
34
34
|
"marked": "^7.0.0",
|
|
35
35
|
"xml2js": "git+https://github.com/keymanapp/dependency-node-xml2js#535fe732dc408d697e0f847c944cc45f0baf0829"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@keymanapp/developer-test-helpers": "17.0.
|
|
38
|
+
"@keymanapp/developer-test-helpers": "17.0.277-beta",
|
|
39
39
|
"@types/chai": "^4.1.7",
|
|
40
40
|
"@types/mocha": "^5.2.7",
|
|
41
41
|
"@types/node": "^20.4.1",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"type": "git",
|
|
68
68
|
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
69
69
|
},
|
|
70
|
-
"version": "17.0.
|
|
70
|
+
"version": "17.0.277-beta"
|
|
71
71
|
}
|