@absolutejs/absolute 0.19.0-beta.70 → 0.19.0-beta.71

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/package.json CHANGED
@@ -164,5 +164,5 @@
164
164
  "typecheck": "bun run vue-tsc --noEmit"
165
165
  },
166
166
  "types": "./dist/src/index.d.ts",
167
- "version": "0.19.0-beta.70"
167
+ "version": "0.19.0-beta.71"
168
168
  }
@@ -23,7 +23,7 @@ fi
23
23
 
24
24
  if [ $# -gt 0 ]; then
25
25
  # Run command with patched bun
26
- echo "Using patched Bun: $("$PATCHED_BUN" --version) (reactFastRefresh enabled)"
26
+ echo "Using patched Bun: $("$PATCHED_BUN" --version) (reactFastRefresh enabled)" >&2
27
27
  PATH="$(dirname "$PATCHED_BUN"):$PATH" exec "$@"
28
28
  else
29
29
  # Source mode: update PATH for current shell