Update npm dependencies and regenerate 3DTiles/glTF classes. #705
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I just updated npm dependencies by removing package-lock.json from the root and from tools/generate-classes and running npm install again. And then I regenerated both the 3D Tiles classes and the glTF classes to make sure the generator was still working. Regenerating picked up some doc changes, and there are also some very minor formatting changes, possibly due to a clang-format upgrade.
There are no functional changes here, but the doc improvements are useful and this should also resolve the dependabot PRs recently opened. My motivation in doing this at all was mostly just to make sure I can still run the generator successfully before I start making changes to it, but the result in this PR is worth merging.