| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 123910f commit 6acadeb
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,15 @@ | |||
| 1 | + ## 8.3.3 (2024-01-11) | ||
| 2 | + | ||
| 3 | + ### Bug fixes | ||
| 4 | + | ||
| 5 | + Make acorn a dependency because acorn-walk uses the types from that package. | ||
| 6 | + | ||
| 7 | + ## 8.3.2 (2024-01-11) | ||
| 8 | + | ||
| 9 | + ### Bug fixes | ||
| 10 | + | ||
| 11 | + Add missing type for `findNodeBefore`. | ||
| 12 | + | ||
| 1 | 13 | ## 8.3.1 (2023-12-06) | |
| 2 | 14 | ||
| 3 | 15 | ### Bug fixes | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,10 +16,13 @@ | |||
| 16 | 16 | ], | |
| 17 | 17 | "./package.json": "./package.json" | |
| 18 | 18 | }, | |
| 19 | - "version": "8.3.2", | ||
| 19 | + "version": "8.3.3", | ||
| 20 | 20 | "engines": { | |
| 21 | 21 | "node": ">=0.4.0" | |
| 22 | 22 | }, | |
| 23 | + "dependencies": { | ||
| 24 | + "acorn": "^8.11.0" | ||
| 25 | + }, | ||
| 23 | 26 | "maintainers": [ | |
| 24 | 27 | { | |
| 25 | 28 | "name": "Marijn Haverbeke", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments