@keymanapp/kmc-model-info 17.0.256-alpha → 17.0.258-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.
@@ -1,5 +1,3 @@
1
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="e5e44fcb-63e7-5947-af37-2728de36e311")}catch(e){}}();
2
- export { ModelInfoSources, ModelInfoCompilerOptions, ModelInfoCompilerArtifacts, ModelInfoCompilerResult, ModelInfoCompiler } from './model-info-compiler.js';
3
- export { ModelInfoCompilerMessages } from './model-info-compiler-messages.js';
4
- //# debugId=e5e44fcb-63e7-5947-af37-2728de36e311
5
- //# sourceMappingURL=index.d.ts.map
1
+ export { ModelInfoSources, ModelInfoCompilerOptions, ModelInfoCompilerArtifacts, ModelInfoCompilerResult, ModelInfoCompiler } from './model-info-compiler.js';
2
+ export { ModelInfoCompilerMessages } from './model-info-compiler-messages.js';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"debug_id":"e5e44fcb-63e7-5947-af37-2728de36e311","file":"index.d.ts","mappings":";AAAA,OAAO,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,0BAA0B,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC9J,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC","names":[],"sourceRoot":"","sources":["../../src/index.ts"],"version":3}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,0BAA0B,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC9J,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC"}
@@ -1,4 +1,2 @@
1
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="91f7d314-b12b-539a-9118-8b4409d2b415")}catch(e){}}();
2
- export declare const minKeymanVersion = "12.0";
3
- //# debugId=91f7d314-b12b-539a-9118-8b4409d2b415
4
- //# sourceMappingURL=min-keyman-version.d.ts.map
1
+ export declare const minKeymanVersion = "12.0";
2
+ //# sourceMappingURL=min-keyman-version.d.ts.map
@@ -1 +1 @@
1
- {"debug_id":"91f7d314-b12b-539a-9118-8b4409d2b415","file":"min-keyman-version.d.ts","mappings":";AAAA,eAAO,MAAM,gBAAgB,SAAS,CAAC","names":[],"sourceRoot":"","sources":["../../src/min-keyman-version.ts"],"version":3}
1
+ {"version":3,"file":"min-keyman-version.d.ts","sourceRoot":"","sources":["../../src/min-keyman-version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,SAAS,CAAC"}
@@ -1,43 +1,41 @@
1
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="9255e131-ba23-55a3-84c9-364395083bc6")}catch(e){}}();
2
- export declare class ModelInfoCompilerMessages {
3
- static Fatal_UnexpectedException: (o: {
4
- e: any;
5
- }) => import("@keymanapp/common-types").CompilerEvent;
6
- static FATAL_UnexpectedException: number;
7
- static Error_FileDoesNotExist: (o: {
8
- filename: string;
9
- }) => import("@keymanapp/common-types").CompilerEvent;
10
- static ERROR_FileDoesNotExist: number;
11
- static Error_FileIsNotValid: (o: {
12
- filename: string;
13
- e: any;
14
- }) => import("@keymanapp/common-types").CompilerEvent;
15
- static ERROR_FileIsNotValid: number;
16
- static Warn_MetadataFieldInconsistent: (o: {
17
- field: string;
18
- value: any;
19
- expected: any;
20
- }) => import("@keymanapp/common-types").CompilerEvent;
21
- static WARN_MetadataFieldInconsistent: number;
22
- static Error_InvalidAuthorEmail: (o: {
23
- email: string;
24
- }) => import("@keymanapp/common-types").CompilerEvent;
25
- static ERROR_InvalidAuthorEmail: number;
26
- static Error_LicenseFileDoesNotExist: (o: {
27
- filename: string;
28
- }) => import("@keymanapp/common-types").CompilerEvent;
29
- static ERROR_LicenseFileIsMissing: number;
30
- static Error_LicenseFileIsDamaged: (o: {
31
- filename: string;
32
- }) => import("@keymanapp/common-types").CompilerEvent;
33
- static ERROR_LicenseFileIsDamaged: number;
34
- static Error_LicenseIsNotValid: (o: {
35
- filename: string;
36
- message: string;
37
- }) => import("@keymanapp/common-types").CompilerEvent;
38
- static ERROR_LicenseIsNotValid: number;
39
- static Error_NoLicenseFound: () => import("@keymanapp/common-types").CompilerEvent;
40
- static ERROR_NoLicenseFound: number;
41
- }
42
- //# debugId=9255e131-ba23-55a3-84c9-364395083bc6
43
- //# sourceMappingURL=model-info-compiler-messages.d.ts.map
1
+ export declare class ModelInfoCompilerMessages {
2
+ static Fatal_UnexpectedException: (o: {
3
+ e: any;
4
+ }) => import("@keymanapp/common-types").CompilerEvent;
5
+ static FATAL_UnexpectedException: number;
6
+ static Error_FileDoesNotExist: (o: {
7
+ filename: string;
8
+ }) => import("@keymanapp/common-types").CompilerEvent;
9
+ static ERROR_FileDoesNotExist: number;
10
+ static Error_FileIsNotValid: (o: {
11
+ filename: string;
12
+ e: any;
13
+ }) => import("@keymanapp/common-types").CompilerEvent;
14
+ static ERROR_FileIsNotValid: number;
15
+ static Warn_MetadataFieldInconsistent: (o: {
16
+ field: string;
17
+ value: any;
18
+ expected: any;
19
+ }) => import("@keymanapp/common-types").CompilerEvent;
20
+ static WARN_MetadataFieldInconsistent: number;
21
+ static Error_InvalidAuthorEmail: (o: {
22
+ email: string;
23
+ }) => import("@keymanapp/common-types").CompilerEvent;
24
+ static ERROR_InvalidAuthorEmail: number;
25
+ static Error_LicenseFileDoesNotExist: (o: {
26
+ filename: string;
27
+ }) => import("@keymanapp/common-types").CompilerEvent;
28
+ static ERROR_LicenseFileIsMissing: number;
29
+ static Error_LicenseFileIsDamaged: (o: {
30
+ filename: string;
31
+ }) => import("@keymanapp/common-types").CompilerEvent;
32
+ static ERROR_LicenseFileIsDamaged: number;
33
+ static Error_LicenseIsNotValid: (o: {
34
+ filename: string;
35
+ message: string;
36
+ }) => import("@keymanapp/common-types").CompilerEvent;
37
+ static ERROR_LicenseIsNotValid: number;
38
+ static Error_NoLicenseFound: () => import("@keymanapp/common-types").CompilerEvent;
39
+ static ERROR_NoLicenseFound: number;
40
+ }
41
+ //# sourceMappingURL=model-info-compiler-messages.d.ts.map
@@ -1 +1 @@
1
- {"debug_id":"9255e131-ba23-55a3-84c9-364395083bc6","file":"model-info-compiler-messages.d.ts","mappings":";AASA,qBAAa,yBAAyB;IACpC,MAAM,CAAC,yBAAyB,MAAM;QAAC,CAAC,EAAE,GAAG,CAAA;KAAC,qDAAqE;IACnH,MAAM,CAAC,yBAAyB,SAAqB;IAErD,MAAM,CAAC,sBAAsB,MAAM;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAC,qDAA0E;IAC/H,MAAM,CAAC,sBAAsB,SAAqB;IAElD,MAAM,CAAC,oBAAoB,MAAM;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,GAAG,CAAA;KAAC,qDAC0B;IACrF,MAAM,CAAC,oBAAoB,SAAqB;IAEhD,MAAM,CAAC,8BAA8B,MAAM;QAAC,KAAK,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,GAAG,CAAC;QAAC,QAAQ,EAAC,GAAG,CAAA;KAAC,qDAC8B;IAChH,MAAM,CAAC,8BAA8B,SAAoB;IAEzD,MAAM,CAAC,wBAAwB,MAAM;QAAC,KAAK,EAAC,MAAM,CAAA;KAAC,qDACb;IACtC,MAAM,CAAC,wBAAwB,SAAqB;IAEpD,MAAM,CAAC,6BAA6B,MAAM;QAAC,QAAQ,EAAC,MAAM,CAAA;KAAC,qDACX;IAChD,MAAM,CAAC,0BAA0B,SAAqB;IAEtD,MAAM,CAAC,0BAA0B,MAAM;QAAC,QAAQ,EAAC,MAAM,CAAA;KAAC,qDACQ;IAChE,MAAM,CAAC,0BAA0B,SAAqB;IAEtD,MAAM,CAAC,uBAAuB,MAAM;QAAC,QAAQ,EAAC,MAAM,CAAC;QAAA,OAAO,EAAC,MAAM,CAAA;KAAC,qDACY;IAChF,MAAM,CAAC,uBAAuB,SAAqB;IAEnD,MAAM,CAAC,oBAAoB,wDAC2F;IACtH,MAAM,CAAC,oBAAoB,SAAqB;CACjD","names":[],"sourceRoot":"","sources":["../../src/model-info-compiler-messages.ts"],"version":3}
1
+ {"version":3,"file":"model-info-compiler-messages.d.ts","sourceRoot":"","sources":["../../src/model-info-compiler-messages.ts"],"names":[],"mappings":"AASA,qBAAa,yBAAyB;IACpC,MAAM,CAAC,yBAAyB,MAAM;QAAC,CAAC,EAAE,GAAG,CAAA;KAAC,qDAAqE;IACnH,MAAM,CAAC,yBAAyB,SAAqB;IAErD,MAAM,CAAC,sBAAsB,MAAM;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAC,qDAA0E;IAC/H,MAAM,CAAC,sBAAsB,SAAqB;IAElD,MAAM,CAAC,oBAAoB,MAAM;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,GAAG,CAAA;KAAC,qDAC0B;IACrF,MAAM,CAAC,oBAAoB,SAAqB;IAEhD,MAAM,CAAC,8BAA8B,MAAM;QAAC,KAAK,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,GAAG,CAAC;QAAC,QAAQ,EAAC,GAAG,CAAA;KAAC,qDAC8B;IAChH,MAAM,CAAC,8BAA8B,SAAoB;IAEzD,MAAM,CAAC,wBAAwB,MAAM;QAAC,KAAK,EAAC,MAAM,CAAA;KAAC,qDACb;IACtC,MAAM,CAAC,wBAAwB,SAAqB;IAEpD,MAAM,CAAC,6BAA6B,MAAM;QAAC,QAAQ,EAAC,MAAM,CAAA;KAAC,qDACX;IAChD,MAAM,CAAC,0BAA0B,SAAqB;IAEtD,MAAM,CAAC,0BAA0B,MAAM;QAAC,QAAQ,EAAC,MAAM,CAAA;KAAC,qDACQ;IAChE,MAAM,CAAC,0BAA0B,SAAqB;IAEtD,MAAM,CAAC,uBAAuB,MAAM;QAAC,QAAQ,EAAC,MAAM,CAAC;QAAA,OAAO,EAAC,MAAM,CAAA;KAAC,qDACY;IAChF,MAAM,CAAC,uBAAuB,SAAqB;IAEnD,MAAM,CAAC,oBAAoB,wDAC2F;IACtH,MAAM,CAAC,oBAAoB,SAAqB;CACjD"}
@@ -1,53 +1,51 @@
1
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="a791e825-11ea-5c5b-b6ce-2806514e04ed")}catch(e){}}();
2
- /**
3
- * Builds a source .model_info file with metadata extracted from .kps file and
4
- * compiled files to produce a comprehensive .model_info file.
5
- */
6
- import { CompilerCallbacks, CompilerOptions, KeymanCompiler, KeymanCompilerArtifact, KeymanCompilerArtifacts, KeymanCompilerResult, KmpJsonFile } from "@keymanapp/common-types";
7
- export declare class ModelInfoSources {
8
- /** The identifier for the model */
9
- model_id: string;
10
- /** The data from the .kps file, transformed to kmp.json */
11
- kmpJsonData: KmpJsonFile.KmpJsonFile;
12
- /** The path in the keymanapp/lexical-models repo where this model may be found */
13
- sourcePath: string;
14
- /** The compiled model filename and relative path (.js) */
15
- modelFileName: string;
16
- /** The compiled package filename and relative path (.kmp) */
17
- kmpFileName: string;
18
- /** The source package filename and relative path (.kps) */
19
- kpsFilename: string;
20
- /** Last modification date for files in the project folder 'YYYY-MM-DDThh:mm:ssZ' */
21
- lastCommitDate?: string;
22
- /** Return an error if project does not meet requirements of lexical-models repository */
23
- forPublishing: boolean;
24
- }
25
- export interface ModelInfoCompilerOptions extends CompilerOptions {
26
- sources: ModelInfoSources;
27
- }
28
- export interface ModelInfoCompilerArtifacts extends KeymanCompilerArtifacts {
29
- model_info: KeymanCompilerArtifact;
30
- }
31
- export interface ModelInfoCompilerResult extends KeymanCompilerResult {
32
- artifacts: ModelInfoCompilerArtifacts;
33
- }
34
- export declare class ModelInfoCompiler implements KeymanCompiler {
35
- private callbacks;
36
- private options;
37
- constructor();
38
- init(callbacks: CompilerCallbacks, options: ModelInfoCompilerOptions): Promise<boolean>;
39
- /**
40
- * Builds .model_info file with metadata from the model and package source file.
41
- * This function is intended for use within the lexical-models repository. While many of the
42
- * parameters could be deduced from each other, they are specified here to reduce the
43
- * number of places the filenames are constructed.
44
- *
45
- * @param sources Details on files from which to extract additional metadata
46
- */
47
- run(inputFilename: string, outputFilename?: string): Promise<ModelInfoCompilerResult>;
48
- write(artifacts: ModelInfoCompilerArtifacts): Promise<boolean>;
49
- private isLicenseMIT;
50
- private loadJsFile;
51
- }
52
- //# debugId=a791e825-11ea-5c5b-b6ce-2806514e04ed
53
- //# sourceMappingURL=model-info-compiler.d.ts.map
1
+ /**
2
+ * Builds a source .model_info file with metadata extracted from .kps file and
3
+ * compiled files to produce a comprehensive .model_info file.
4
+ */
5
+ import { CompilerCallbacks, CompilerOptions, KeymanCompiler, KeymanCompilerArtifact, KeymanCompilerArtifacts, KeymanCompilerResult, KmpJsonFile } from "@keymanapp/common-types";
6
+ export declare class ModelInfoSources {
7
+ /** The identifier for the model */
8
+ model_id: string;
9
+ /** The data from the .kps file, transformed to kmp.json */
10
+ kmpJsonData: KmpJsonFile.KmpJsonFile;
11
+ /** The path in the keymanapp/lexical-models repo where this model may be found */
12
+ sourcePath: string;
13
+ /** The compiled model filename and relative path (.js) */
14
+ modelFileName: string;
15
+ /** The compiled package filename and relative path (.kmp) */
16
+ kmpFileName: string;
17
+ /** The source package filename and relative path (.kps) */
18
+ kpsFilename: string;
19
+ /** Last modification date for files in the project folder 'YYYY-MM-DDThh:mm:ssZ' */
20
+ lastCommitDate?: string;
21
+ /** Return an error if project does not meet requirements of lexical-models repository */
22
+ forPublishing: boolean;
23
+ }
24
+ export interface ModelInfoCompilerOptions extends CompilerOptions {
25
+ sources: ModelInfoSources;
26
+ }
27
+ export interface ModelInfoCompilerArtifacts extends KeymanCompilerArtifacts {
28
+ model_info: KeymanCompilerArtifact;
29
+ }
30
+ export interface ModelInfoCompilerResult extends KeymanCompilerResult {
31
+ artifacts: ModelInfoCompilerArtifacts;
32
+ }
33
+ export declare class ModelInfoCompiler implements KeymanCompiler {
34
+ private callbacks;
35
+ private options;
36
+ constructor();
37
+ init(callbacks: CompilerCallbacks, options: ModelInfoCompilerOptions): Promise<boolean>;
38
+ /**
39
+ * Builds .model_info file with metadata from the model and package source file.
40
+ * This function is intended for use within the lexical-models repository. While many of the
41
+ * parameters could be deduced from each other, they are specified here to reduce the
42
+ * number of places the filenames are constructed.
43
+ *
44
+ * @param sources Details on files from which to extract additional metadata
45
+ */
46
+ run(inputFilename: string, outputFilename?: string): Promise<ModelInfoCompilerResult>;
47
+ write(artifacts: ModelInfoCompilerArtifacts): Promise<boolean>;
48
+ private isLicenseMIT;
49
+ private loadJsFile;
50
+ }
51
+ //# sourceMappingURL=model-info-compiler.d.ts.map
@@ -1 +1 @@
1
- {"debug_id":"a791e825-11ea-5c5b-b6ce-2806514e04ed","file":"model-info-compiler.d.ts","mappings":";AAAA;;;GAGG;AAIH,OAAO,EAAE,iBAAiB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAOjL,qBAAa,gBAAgB;IAC3B,mCAAmC;IACnC,QAAQ,EAAE,MAAM,CAAC;IAEjB,2DAA2D;IAC3D,WAAW,EAAE,WAAW,CAAC,WAAW,CAAC;IAErC,kFAAkF;IAClF,UAAU,EAAE,MAAM,CAAC;IAEnB,0DAA0D;IAC1D,aAAa,EAAE,MAAM,CAAC;IAEtB,6DAA6D;IAC7D,WAAW,EAAE,MAAM,CAAC;IAEpB,2DAA2D;IAC3D,WAAW,EAAE,MAAM,CAAC;IAEpB,oFAAoF;IACpF,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,yFAAyF;IACzF,aAAa,EAAE,OAAO,CAAC;CACxB;AAGD,MAAM,WAAW,wBAAyB,SAAQ,eAAe;IAC/D,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,MAAM,WAAW,0BAA2B,SAAQ,uBAAuB;IACzE,UAAU,EAAE,sBAAsB,CAAC;CACpC;AAED,MAAM,WAAW,uBAAwB,SAAQ,oBAAoB;IACnE,SAAS,EAAE,0BAA0B,CAAC;CACvC;AAGD,qBAAa,iBAAkB,YAAW,cAAc;IACtD,OAAO,CAAC,SAAS,CAAoB;IACrC,OAAO,CAAC,OAAO,CAA2B;;IAK7B,IAAI,CAAC,SAAS,EAAE,iBAAiB,EAAE,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,OAAO,CAAC;IAMpG;;;;;;;OAOG;IACU,GAAG,CAAC,aAAa,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAoIrF,KAAK,CAAC,SAAS,EAAE,0BAA0B,GAAG,OAAO,CAAC,OAAO,CAAC;IAK3E,OAAO,CAAC,YAAY;IA0BpB,OAAO,CAAC,UAAU;CASnB","names":[],"sourceRoot":"","sources":["../../src/model-info-compiler.ts"],"version":3}
1
+ {"version":3,"file":"model-info-compiler.d.ts","sourceRoot":"","sources":["../../src/model-info-compiler.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH,OAAO,EAAE,iBAAiB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAOjL,qBAAa,gBAAgB;IAC3B,mCAAmC;IACnC,QAAQ,EAAE,MAAM,CAAC;IAEjB,2DAA2D;IAC3D,WAAW,EAAE,WAAW,CAAC,WAAW,CAAC;IAErC,kFAAkF;IAClF,UAAU,EAAE,MAAM,CAAC;IAEnB,0DAA0D;IAC1D,aAAa,EAAE,MAAM,CAAC;IAEtB,6DAA6D;IAC7D,WAAW,EAAE,MAAM,CAAC;IAEpB,2DAA2D;IAC3D,WAAW,EAAE,MAAM,CAAC;IAEpB,oFAAoF;IACpF,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,yFAAyF;IACzF,aAAa,EAAE,OAAO,CAAC;CACxB;AAGD,MAAM,WAAW,wBAAyB,SAAQ,eAAe;IAC/D,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,MAAM,WAAW,0BAA2B,SAAQ,uBAAuB;IACzE,UAAU,EAAE,sBAAsB,CAAC;CACpC;AAED,MAAM,WAAW,uBAAwB,SAAQ,oBAAoB;IACnE,SAAS,EAAE,0BAA0B,CAAC;CACvC;AAGD,qBAAa,iBAAkB,YAAW,cAAc;IACtD,OAAO,CAAC,SAAS,CAAoB;IACrC,OAAO,CAAC,OAAO,CAA2B;;IAK7B,IAAI,CAAC,SAAS,EAAE,iBAAiB,EAAE,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,OAAO,CAAC;IAMpG;;;;;;;OAOG;IACU,GAAG,CAAC,aAAa,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAoIrF,KAAK,CAAC,SAAS,EAAE,0BAA0B,GAAG,OAAO,CAAC,OAAO,CAAC;IAK3E,OAAO,CAAC,YAAY;IA0BpB,OAAO,CAAC,UAAU;CASnB"}
@@ -1,30 +1,28 @@
1
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="9a9a75dc-1fd5-58a3-8a40-fa557c6212c6")}catch(e){}}();
2
- export interface ModelInfoFile {
3
- id?: string;
4
- name?: string;
5
- authorName?: string;
6
- authorEmail?: string;
7
- description?: string;
8
- license?: "mit";
9
- languages: Array<string>;
10
- lastModifiedDate?: string;
11
- packageFilename?: string;
12
- packageFileSize?: number;
13
- jsFilename?: string;
14
- jsFileSize?: number;
15
- isRTL?: boolean;
16
- packageIncludes?: string[];
17
- version?: string;
18
- minKeymanVersion?: string;
19
- helpLink?: string;
20
- sourcePath?: string;
21
- related?: {
22
- [id: string]: ModelInfoFileRelated;
23
- };
24
- }
25
- export interface ModelInfoFileRelated {
26
- deprecates?: string;
27
- deprecatedBy?: string;
28
- }
29
- //# debugId=9a9a75dc-1fd5-58a3-8a40-fa557c6212c6
30
- //# sourceMappingURL=model-info-file.d.ts.map
1
+ export interface ModelInfoFile {
2
+ id?: string;
3
+ name?: string;
4
+ authorName?: string;
5
+ authorEmail?: string;
6
+ description?: string;
7
+ license?: "mit";
8
+ languages: Array<string>;
9
+ lastModifiedDate?: string;
10
+ packageFilename?: string;
11
+ packageFileSize?: number;
12
+ jsFilename?: string;
13
+ jsFileSize?: number;
14
+ isRTL?: boolean;
15
+ packageIncludes?: string[];
16
+ version?: string;
17
+ minKeymanVersion?: string;
18
+ helpLink?: string;
19
+ sourcePath?: string;
20
+ related?: {
21
+ [id: string]: ModelInfoFileRelated;
22
+ };
23
+ }
24
+ export interface ModelInfoFileRelated {
25
+ deprecates?: string;
26
+ deprecatedBy?: string;
27
+ }
28
+ //# sourceMappingURL=model-info-file.d.ts.map
@@ -1 +1 @@
1
- {"debug_id":"9a9a75dc-1fd5-58a3-8a40-fa557c6212c6","file":"model-info-file.d.ts","mappings":";AAAA,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE;QAAC,CAAC,EAAE,EAAC,MAAM,GAAE,oBAAoB,CAAA;KAAC,CAAC;CAC9C;AAED,MAAM,WAAW,oBAAoB;IACnC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB","names":[],"sourceRoot":"","sources":["../../src/model-info-file.ts"],"version":3}
1
+ {"version":3,"file":"model-info-file.d.ts","sourceRoot":"","sources":["../../src/model-info-file.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE;QAAC,CAAC,EAAE,EAAC,MAAM,GAAE,oBAAoB,CAAA;KAAC,CAAC;CAC9C;AAED,MAAM,WAAW,oBAAoB;IACnC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
package/package.json CHANGED
@@ -30,9 +30,9 @@
30
30
  "url": "https://github.com/keymanapp/keyman/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@keymanapp/common-types": "17.0.256-alpha",
34
- "@keymanapp/models-types": "17.0.256-alpha",
35
- "@keymanapp/developer-utils": "17.0.256-alpha"
33
+ "@keymanapp/common-types": "17.0.258-alpha",
34
+ "@keymanapp/models-types": "17.0.258-alpha",
35
+ "@keymanapp/developer-utils": "17.0.258-alpha"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/chai": "^4.1.7",
@@ -55,5 +55,5 @@
55
55
  "type": "git",
56
56
  "url": "git+https://github.com/keymanapp/keyman.git"
57
57
  },
58
- "version": "17.0.256-alpha"
58
+ "version": "17.0.258-alpha"
59
59
  }