@plurnk/plurnk-parser 1.19.0 → 1.19.1
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plurnk/plurnk-parser",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.1",
|
|
4
4
|
"description": "The PLURNK language parser: ANTLR grammars, generated parser, AST builder, and path decomposition implementing @plurnk/plurnk-contracts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"plurnk",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"prepack": "npm run build"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@plurnk/plurnk-contracts": "1.19.
|
|
64
|
+
"@plurnk/plurnk-contracts": "1.19.1",
|
|
65
65
|
"antlr4ng": "^3.0.0",
|
|
66
66
|
"json-p3": "2.3.1",
|
|
67
67
|
"xpath": "^0.0.34"
|