@flowgram.ai/variable-core 0.2.1 → 0.2.2

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/esm/index.js CHANGED
@@ -1442,7 +1442,7 @@ var ASTRegisters = class {
1442
1442
  this.registerAST(Property);
1443
1443
  this.registerAST(VariableDeclaration);
1444
1444
  this.registerAST(VariableDeclarationList);
1445
- this.registerAST(KeyPathExpression);
1445
+ this.registerAST(KeyPathExpressionV2);
1446
1446
  this.registerAST(EnumerateExpression);
1447
1447
  this.registerAST(WrapArrayExpression);
1448
1448
  this.registerAST(MapNode);