@keymanapp/kmc-analyze 19.0.252-alpha → 19.0.253-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.
|
@@ -77,7 +77,7 @@ export declare class AnalyzeOskCharacterUse {
|
|
|
77
77
|
*
|
|
78
78
|
* - .json: returns the final aggregated data as an array of strings, which
|
|
79
79
|
* can be joined to form a JSON blob of an object with a single member,
|
|
80
|
-
* `map`, which is an array of {@link Osk.StringResult} objects.
|
|
80
|
+
* `map`, which is an array of {@link @keymanapp/kmc-kmn#Osk.StringResult} objects.
|
|
81
81
|
*
|
|
82
82
|
* @param format - file format to return - can be '.txt', '.md', or '.json'
|
|
83
83
|
* @returns an array of strings, formatted according to the `format`
|
|
@@ -86,7 +86,7 @@ export declare class AnalyzeOskCharacterUse {
|
|
|
86
86
|
getStrings(format?: '.txt' | '.md' | '.json'): string[];
|
|
87
87
|
/**
|
|
88
88
|
* Load a JSON-format result file to merge from
|
|
89
|
-
* @param filename
|
|
89
|
+
* @param filename - the full path to the JSON result file to load
|
|
90
90
|
* @returns
|
|
91
91
|
*/
|
|
92
92
|
private loadPreviousMap;
|
|
@@ -257,7 +257,7 @@ export class AnalyzeOskCharacterUse {
|
|
|
257
257
|
*
|
|
258
258
|
* - .json: returns the final aggregated data as an array of strings, which
|
|
259
259
|
* can be joined to form a JSON blob of an object with a single member,
|
|
260
|
-
* `map`, which is an array of {@link Osk.StringResult} objects.
|
|
260
|
+
* `map`, which is an array of {@link @keymanapp/kmc-kmn#Osk.StringResult} objects.
|
|
261
261
|
*
|
|
262
262
|
* @param format - file format to return - can be '.txt', '.md', or '.json'
|
|
263
263
|
* @returns an array of strings, formatted according to the `format`
|
|
@@ -276,7 +276,7 @@ export class AnalyzeOskCharacterUse {
|
|
|
276
276
|
}
|
|
277
277
|
/**
|
|
278
278
|
* Load a JSON-format result file to merge from
|
|
279
|
-
* @param filename
|
|
279
|
+
* @param filename - the full path to the JSON result file to load
|
|
280
280
|
* @returns
|
|
281
281
|
*/
|
|
282
282
|
loadPreviousMap(filename) {
|
package/package.json
CHANGED
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"build/src/"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@keymanapp/common-types": "19.0.
|
|
27
|
-
"@keymanapp/developer-utils": "19.0.
|
|
28
|
-
"@keymanapp/kmc-kmn": "19.0.
|
|
26
|
+
"@keymanapp/common-types": "19.0.253-alpha",
|
|
27
|
+
"@keymanapp/developer-utils": "19.0.253-alpha",
|
|
28
|
+
"@keymanapp/kmc-kmn": "19.0.253-alpha"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@keymanapp/resources-gosh": "19.0.
|
|
31
|
+
"@keymanapp/resources-gosh": "19.0.253-alpha",
|
|
32
32
|
"c8": "^7.12.0",
|
|
33
33
|
"chalk": "^2.4.2",
|
|
34
34
|
"typescript": "^5.4.5"
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"url": "git+https://github.com/keymanapp/keyman.git",
|
|
45
45
|
"directory": "developer/src/kmc-analyze"
|
|
46
46
|
},
|
|
47
|
-
"version": "19.0.
|
|
47
|
+
"version": "19.0.253-alpha"
|
|
48
48
|
}
|