@keymanapp/kmc-ldml 17.0.283-beta → 17.0.285-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.
|
@@ -59,8 +59,8 @@ export declare class LdmlKeyboardCompiler implements KeymanCompiler {
|
|
|
59
59
|
init(callbacks: CompilerCallbacks, options: LdmlCompilerOptions): Promise<boolean>;
|
|
60
60
|
/**
|
|
61
61
|
* Compiles a LDML keyboard .xml file to .kmx, .kvk, and/or .js files. Returns
|
|
62
|
-
* an object containing binary artifacts on
|
|
63
|
-
* name, and the compiler will use callbacks as passed to the
|
|
62
|
+
* an object containing binary artifacts on success. The files are passed in
|
|
63
|
+
* by name, and the compiler will use callbacks as passed to the
|
|
64
64
|
* {@link LdmlKeyboardCompiler.init} function to read any input files by disk.
|
|
65
65
|
* @param infile - Path to source file.
|
|
66
66
|
* @param outfile - Path to output file. The file will not be written to, but
|
|
@@ -62,8 +62,8 @@ export class LdmlKeyboardCompiler {
|
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
64
|
* Compiles a LDML keyboard .xml file to .kmx, .kvk, and/or .js files. Returns
|
|
65
|
-
* an object containing binary artifacts on
|
|
66
|
-
* name, and the compiler will use callbacks as passed to the
|
|
65
|
+
* an object containing binary artifacts on success. The files are passed in
|
|
66
|
+
* by name, and the compiler will use callbacks as passed to the
|
|
67
67
|
* {@link LdmlKeyboardCompiler.init} function to read any input files by disk.
|
|
68
68
|
* @param infile - Path to source file.
|
|
69
69
|
* @param outfile - Path to output file. The file will not be written to, but
|
package/package.json
CHANGED
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"url": "https://github.com/keymanapp/keyman/issues"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@keymanapp/keyman-version": "17.0.
|
|
29
|
-
"@keymanapp/kmc-kmn": "17.0.
|
|
30
|
-
"@keymanapp/ldml-keyboard-constants": "17.0.
|
|
28
|
+
"@keymanapp/keyman-version": "17.0.285-beta",
|
|
29
|
+
"@keymanapp/kmc-kmn": "17.0.285-beta",
|
|
30
|
+
"@keymanapp/ldml-keyboard-constants": "17.0.285-beta",
|
|
31
31
|
"restructure": "git+https://github.com/keymanapp/dependency-restructure.git#7a188a1e26f8f36a175d95b67ffece8702363dfc",
|
|
32
32
|
"semver": "^7.5.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@keymanapp/developer-test-helpers": "17.0.
|
|
36
|
-
"@keymanapp/resources-gosh": "17.0.
|
|
35
|
+
"@keymanapp/developer-test-helpers": "17.0.285-beta",
|
|
36
|
+
"@keymanapp/resources-gosh": "17.0.285-beta",
|
|
37
37
|
"@types/chai": "^4.1.7",
|
|
38
38
|
"@types/mocha": "^5.2.7",
|
|
39
39
|
"@types/node": "^20.4.1",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"type": "git",
|
|
66
66
|
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
67
67
|
},
|
|
68
|
-
"version": "17.0.
|
|
68
|
+
"version": "17.0.285-beta"
|
|
69
69
|
}
|