@vuu-ui/vuu-table-extras 0.6.21-debug → 0.6.22-debug

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/cjs/index.js CHANGED
@@ -178,7 +178,7 @@ var LiteralExpressionImpl = class {
178
178
  this.type = "booleanLiteralExpression";
179
179
  break;
180
180
  case "number":
181
- this.type = "numberLiteralExpression";
181
+ this.type = "numericLiteralExpression";
182
182
  break;
183
183
  default:
184
184
  this.type = "stringLiteralExpression";