Comparing version 1.7.2 to 1.7.6
@@ -77,2 +77,3 @@ import { Type, Context, Parameter, Position } from '.'; | ||
export interface OperandMetadata { | ||
pos: Position; | ||
type: OperandType; | ||
@@ -79,0 +80,0 @@ name: string; |
@@ -13,1 +13,2 @@ export * from './evaluators'; | ||
export * from './normalizer'; | ||
export * from './serializer'; |
@@ -29,2 +29,3 @@ "use strict"; | ||
__exportStar(require("./normalizer"), exports); | ||
__exportStar(require("./serializer"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "3xpr", | ||
"version": "1.7.2", | ||
"version": "1.7.6", | ||
"description": "expressions", | ||
@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
546479
163
6450