Skip to content

Commit

Permalink
Npm update to sync up with CRT (#467)
Browse files Browse the repository at this point in the history
* update package version

* update package version

* update merge modules

* update typescript and cmake-js
  • Loading branch information
xiazhvera authored Feb 9, 2024
1 parent 2e175eb commit be4c213
Show file tree
Hide file tree
Showing 4 changed files with 399 additions and 563 deletions.
3 changes: 2 additions & 1 deletion docsrc/typedoc-browser.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"excludeProtected": true,
"disableSources": true,
"categorizeByGroup": true,
"treatWarningsAsErrors" : false,
"treatWarningsAsErrors" : true,
"plugin": ["typedoc-plugin-merge-modules"],
"mergeModulesMergeMode": "module"
}
3 changes: 2 additions & 1 deletion docsrc/typedoc-node.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"excludeProtected": true,
"disableSources": true,
"categorizeByGroup": true,
"treatWarningsAsErrors" : false,
"treatWarningsAsErrors" : true,
"plugin": ["typedoc-plugin-merge-modules"],
"mergeModulesMergeMode": "module"
}
Loading

0 comments on commit be4c213

Please sign in to comment.