@humanu/orchestra 0.5.27 → 0.5.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/install.js CHANGED
@@ -156,7 +156,7 @@ function buildFromSource() {
156
156
  console.error(' Download from: https://github.com/humanunsupervised/orchestra/releases');
157
157
  console.error('');
158
158
  console.error('3. Install Rust and build locally:');
159
- console.error(" curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh");
159
+ console.error(' curl --proto \'=https\' --tlsv1.2 -sSf https://sh.rustup.rs | sh');
160
160
  console.error(' source ~/.cargo/env');
161
161
  console.error(' cargo build --release');
162
162
  process.exit(1);
@@ -168,7 +168,7 @@ function buildFromSource() {
168
168
  console.error('❌ Rust toolchain not found.');
169
169
  console.error('');
170
170
  console.error('Install Rust from https://rustup.rs/');
171
- console.error("Then run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh");
171
+ console.error('Then run: curl --proto \'=https\' --tlsv1.2 -sSf https://sh.rustup.rs | sh');
172
172
  process.exit(1);
173
173
  }
174
174
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humanu/orchestra",
3
- "version": "0.5.27",
3
+ "version": "0.5.28",
4
4
  "description": "AI-powered Git worktree and tmux session manager with modern TUI",
5
5
  "keywords": [
6
6
  "git",