mirror of
https://github.com/brucificus/vb6-antlr4-typescript.git
synced 2025-12-16 20:07:03 +03:00
🔖 1.0.51 [skip ci]
# [v1.0.51](https://github.com/brucificus/vb6-antlr4-typescript/compare/v1.0.50...v1.0.51) (2023-12-14) ## 🐛 Bug Fixes - [`af12723`](https://github.com/brucificus/vb6-antlr4-typescript/commit/af12723) Fixes Submodule Checkout During Release - [`189626a`](https://github.com/brucificus/vb6-antlr4-typescript/commit/189626a) Fixes Submodule Checkout During Pull Request Checks - [`302f845`](https://github.com/brucificus/vb6-antlr4-typescript/commit/302f845) Fixes CI/CD Paths - [`908ea8e`](https://github.com/brucificus/vb6-antlr4-typescript/commit/908ea8e) Quotes CI/CD Paths for Compatibility - [`b963d51`](https://github.com/brucificus/vb6-antlr4-typescript/commit/b963d51) Specifies Grammar File Path Explicitly - [`65142f3`](https://github.com/brucificus/vb6-antlr4-typescript/commit/65142f3) Fixes Build Breakage on *nix
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "vb6-antlr4",
|
||||
"version": "1.0.50",
|
||||
"version": "1.0.51",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vb6-antlr4",
|
||||
"version": "1.0.50",
|
||||
"version": "1.0.51",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"antlr4ts": "^0.5.0-alpha.4"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vb6-antlr4",
|
||||
"version": "1.0.50",
|
||||
"version": "1.0.51",
|
||||
"description": "A Visual Basic 6 lexer & parser that provides both visitor and listener patterns to traverse the parse tree.",
|
||||
"files": [
|
||||
"lib/**/*"
|
||||
|
||||
Reference in New Issue
Block a user