17 Commits

Author SHA1 Message Date
Luke Hagar
54bad23a2f Update release.yml 2025-10-01 17:47:37 -05:00
Luke Hagar
bc5d780c42 Update release workflow to push changes to the main branch using HEAD reference instead of a direct branch name, improving compatibility with various Git configurations. 2025-09-26 21:05:38 +00:00
Luke Hagar
0901e96671 Remove Typecheck step from CI workflow to streamline process and improve efficiency. 2025-09-26 19:06:19 +00:00
Luke Hagar
34f3cd51bc Update repository URL in package.json to reflect correct casing and modify CI workflow to use latest Node.js version and set fetch-depth for improved checkout efficiency. 2025-09-26 18:12:00 +00:00
Luke Hagar
8e7807e7af Refactor CI workflow by removing Codecov upload step while retaining build command for improved clarity and efficiency. 2025-09-26 18:10:25 +00:00
Luke Hagar
3aefb4b1c4 Enhance release workflow to check for existing tags locally and on remote before creating new tags, improving error handling and feedback during the tagging process. 2025-09-26 17:56:38 +00:00
Luke Hagar
5968ea389c Update release workflow to use Node.js v5 and latest version, enhance npm publish command with provenance and public access flags 2025-09-26 17:54:30 +00:00
Luke Hagar
9816484b6d Update release workflow to use jq for JSON parsing of latest GitHub release version, ensuring reliable extraction and handling of null values. 2025-09-26 17:42:14 +00:00
Luke Hagar
f3743a01f1 Remove DEVELOPMENT.md and enhance KEYS.md with detailed key ordering philosophy and examples. Update README.md to reflect changes in testing coverage and tooling, and improve vendor extension documentation with enhanced IntelliSense features and examples. Refactor vendor extension loading and validation for better type safety and usability. 2025-09-26 17:39:01 +00:00
Luke Hagar
0bdacba5d5 Fix npm publish command in release workflow by correcting environment variable indentation 2025-09-26 15:30:42 +00:00
Luke Hagar
10575de36e Remove npm cache and registry URL configuration from release workflow in GitHub Actions 2025-09-26 15:18:40 +00:00
Luke Hagar
912ef809bf Add KEYS.md for comprehensive OpenAPI key reference and update biome.json to disable explicit any type warnings 2025-09-26 15:14:26 +00:00
Luke Hagar
16b154098f Update CI/CD workflows to streamline processes, adjust permissions, and enhance build and release steps. Modify biome.json to turn off console warnings. 2025-09-26 14:46:52 +00:00
Luke Hagar
723640e9d0 Remove npm cache configuration from CI workflow for Node.js setup 2025-09-26 05:30:20 +00:00
Luke Hagar
08f3c200b2 Update bun.lock to add @biomejs/biome as a dependency, remove ESLint and related packages, and adjust CI workflow by removing the security audit steps. 2025-09-26 05:29:27 +00:00
Luke Hagar
aa3001ab58 Remove npm cache configuration from GitHub Actions workflow for release 2025-09-26 05:17:47 +00:00
Luke Hagar
36e21f157e Add ESLint and Prettier configuration files, update .gitignore and .npmignore, and enhance CI/CD workflows with testing and release automation 2025-09-26 05:16:13 +00:00