0.1.0. This is a major release and begins the path toward a full "beta" launch. 0.1.0. #runtime and #standard in the demo repos. Since Vite 4.2 support has been added for the imports field of package.json. I find it very convenient to shorten the import package name for TRL to #runtime and #standard; it also makes the documentation more pleasant to look at. You can find an example of the setup required for this in the demo repo:TJSGameSettings is available via: import { TJSGameSettings } from '#runtime/svelte/store/fvtt/settings';TJSDocument is available via: import { TJSDocument } from '#runtime/svelte/store/fvtt/document';