Conversation
…upgrade - Updated version from 1.1.0 to 1.1.1 in Cargo.toml, install.sh, and src/runtime/init.js. - Added package.json for npm publishing as pun.js. - Added a Node.js shim in bin/pun for npm distribution. - Implemented a background version check that warns if a newer version is available. - Added a `pun upgrade` command to update to the latest version. - Added `atty` dependency for TTY detection. Co-authored-by: chlewtf <234900867+chlewtf@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. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: chlewtf <234900867+chlewtf@users.noreply.github.com>
This PR updates the project version to v1.1.1 across the codebase and introduces new features to support npm distribution and automated updates.
Key changes:
package.jsonhas been added with the namepun.js. A Node.js shim has been created inbin/punto facilitate binary execution when installed via npm.https://github.com/red-creators/pun-release-version/. A warning is displayed if a newer version is found.pun upgradecommand has been added, which automates the update process by running the official installation script.Tests have been run, and the CLI changes have been verified manually.
PR created automatically by Jules for task 14503190140834137906 started by @chlewtf