@mojir/lits 1.2.2-alpha.3 → 1.2.2-alpha.4

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/dist/cli/cli.js CHANGED
@@ -92,7 +92,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
92
92
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
93
93
  };
94
94
 
95
- var version = "1.2.2-alpha.3";
95
+ var version = "1.2.2-alpha.4";
96
96
 
97
97
  var AstNodeType;
98
98
  (function (AstNodeType) {
@@ -15,7 +15,6 @@ export interface LazyValue {
15
15
  }
16
16
  export interface JsFunction {
17
17
  fn: (...args: any[]) => unknown;
18
- [key: string]: unknown;
19
18
  }
20
19
  export interface LitsParams {
21
20
  globalContext?: Context;
@@ -8,7 +8,7 @@ export { normalExpressionKeys, specialExpressionKeys } from './builtin';
8
8
  export { reservedNames } from './reservedNames';
9
9
  export { Lits } from './Lits/Lits';
10
10
  export { type LitsError, isLitsError } from './errors';
11
- export type { LitsParams, LitsRuntimeInfo, LazyValue } from './Lits/Lits';
11
+ export type { LitsParams, LitsRuntimeInfo, LazyValue, JsFunction } from './Lits/Lits';
12
12
  export { createNativeJsFunction } from './utils';
13
13
  export { apiReference, isDatatypeReference, isFunctionReference, isNormalExpressionArgument, isShorthandReference, isSpecialExpressionArgument, isTypedValue } from '../reference';
14
14
  export type { Argument, CommonReference, DatatypeReference, FunctionReference, Reference, ShorthandReference } from '../reference';
package/dist/index.esm.js CHANGED
@@ -2864,7 +2864,7 @@ var mathNormalExpression = {
2864
2864
  },
2865
2865
  };
2866
2866
 
2867
- var version = "1.2.2-alpha.3";
2867
+ var version = "1.2.2-alpha.4";
2868
2868
 
2869
2869
  var uuidTemplate = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx';
2870
2870
  var xyRegexp = /[xy]/g;