@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/esm/index.js CHANGED
@@ -157,7 +157,7 @@ var LiteralExpressionImpl = class {
157
157
  this.type = "booleanLiteralExpression";
158
158
  break;
159
159
  case "number":
160
- this.type = "numberLiteralExpression";
160
+ this.type = "numericLiteralExpression";
161
161
  break;
162
162
  default:
163
163
  this.type = "stringLiteralExpression";