Comparing version 4.10.1 to 4.11.0
{ | ||
"name": "antlr4", | ||
"version": "4.10.1", | ||
"version": "4.11.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "JavaScript runtime for ANTLR4", |
@@ -18,3 +18,3 @@ /* Copyright (c) 2012-2022 The ANTLR Project. All rights reserved. | ||
checkVersion(toolVersion) { | ||
const runtimeVersion = "4.10.1"; | ||
const runtimeVersion = "4.11.0"; | ||
if (runtimeVersion!==toolVersion) { | ||
@@ -21,0 +21,0 @@ console.log("ANTLR runtime and generated code versions disagree: "+runtimeVersion+"!="+toolVersion); |