diff --git a/docs/modules/_contracts_index_.md b/docs/modules/_contracts_index_.md index 74bf2d2..a9d56b1 100644 --- a/docs/modules/_contracts_index_.md +++ b/docs/modules/_contracts_index_.md @@ -96,6 +96,8 @@ New line token #### Type declaration: +* **filename**: *string* + * **line**: *number* * **type**: *"newline"* @@ -110,6 +112,8 @@ Raw line token #### Type declaration: +* **filename**: *string* + * **line**: *number* * **type**: *"raw"* diff --git a/package-lock.json b/package-lock.json index 31c2021..e103bd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "edge-lexer", - "version": "2.0.13", + "version": "2.0.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b316ef..b2fbfcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edge-lexer", - "version": "2.0.13", + "version": "2.0.14", "description": "Parses raw markup files to converts them to Edge tokens", "main": "build/index.js", "files": [