#93 was opened by @jonsnyder in 2023. Rather than having @jonsnyder resolve the conflicts, I've done that here on his behalf.
Closes #93.
Closes #98
- Rebase Jon's branch on top of master
- Audit dependencies
- Create React App is a dead code path. Switched to Vite.
- upgrade es-lint (security issues)
- Requires
node 24
Motivation and Context
This adds a new api endpoint "/defaultInitInfo/:type/:name" which returns the default init info for a component. This api endpoint calls a user specified callback to modify the initInfo, getDefaultInitInfo. This is useful for generating and setting an access token or setting up custom defaults for extensionSettings or other properties in the initInfo.
Prepare an audited release as a major version bump