feat: add Bun support and update repository URLs#20
Conversation
- Added TypeScript implementation of DpsConfig in src/index.ts with envPrefix support. - Added Bun tests in src/index.test.ts mirroring Rust tests. - Created package.json for @dimensionalpocket/dps-config. - Added .github/workflows/bun-test.yml for Bun CI. - Updated .gitignore, .npmignore, and Cargo.toml (exclude) to handle mixed codebase packaging. - Updated all occurrences of repository URL to https://github.com/dimensionalpocket/dps-config. - Updated README.md with Bun installation and usage instructions. Co-authored-by: pauldps <1726774+pauldps@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
we need to update the release-please configuration to include package.json. since this is a mixed repo with rust and javascript but release-please does not support mixed languages, lets keep the release-type as rust then update package.json via extra-files, like this (in the manifest): |
I've updated |
- Added package.json to extra-files in release-please-config.json. - Addressed PR feedback. Co-authored-by: pauldps <1726774+pauldps@users.noreply.github.com>
This PR adds native Bun/TypeScript support to the dps-config repository. It includes a pure TypeScript implementation mirroring the Rust DpsConfig logic, comprehensive tests, and updated packaging/CI configurations to support both languages in a single repository. It also updates all internal references to the new repository URL.
PR created automatically by Jules for task 17229898327958486059 started by @pauldps