- Updated `npm` badge in `README.md` to reflect version `0.9.14`. - Updated `VERSION` constant in `src/utils/version.ts` to `0.9.14`. - Replaced `build:all` script references in documentation with separate `build` and `build:browser` commands for better clarity. - Adjusted `demo` script to build both Node.js and browser versions before running the demo. - Updated prerequisites in `README.demo.md` to align with the new build workflow. - Refined `package.json` `files` field to clean up package distribution artifacts. These changes ensure version consistency, clarify build processes, and improve documentation to streamline the developer experience.
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
/**
|
|
* This file is auto-generated during the build process.
|
|
* Do not modify this file directly.
|
|
*/
|
|
|
|
export const VERSION = '0.9.14';
|