@flowgram.ai/variable-core 0.2.1 → 0.2.3

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/index.js CHANGED
@@ -1490,7 +1490,7 @@ var ASTRegisters = class {
1490
1490
  this.registerAST(Property);
1491
1491
  this.registerAST(VariableDeclaration);
1492
1492
  this.registerAST(VariableDeclarationList);
1493
- this.registerAST(KeyPathExpression);
1493
+ this.registerAST(KeyPathExpressionV2);
1494
1494
  this.registerAST(EnumerateExpression);
1495
1495
  this.registerAST(WrapArrayExpression);
1496
1496
  this.registerAST(MapNode);