@imbricate/core 2.0.0 → 2.1.0
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/package.json
CHANGED
|
@@ -12,5 +12,6 @@ export declare const isValidImbricateScriptLanguage: (language: unknown) => lang
|
|
|
12
12
|
export type ImbricateScriptVariant = {
|
|
13
13
|
readonly language: IMBRICATE_SCRIPT_LANGUAGE;
|
|
14
14
|
readonly engine: string;
|
|
15
|
+
readonly version: string;
|
|
15
16
|
};
|
|
16
17
|
export declare const isImbricateScriptVariant: (variant: unknown) => variant is ImbricateScriptVariant;
|