bluefairy 0.0.6 → 0.0.7

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.
@@ -2,7 +2,7 @@
2
2
  setlocal
3
3
  if "%BLUEFAIRY_HOME%"=="" set "BLUEFAIRY_HOME=%USERPROFILE%\.bluefairy"
4
4
 
5
- echo %PATH% | find /I "%BLUEFAIRY_HOME%\shims" >NUL
5
+ echo ;%PATH%; | findstr /I /C:";%BLUEFAIRY_HOME%\shims;" >NUL
6
6
  if errorlevel 1 (
7
7
  endlocal & set "PATH=%BLUEFAIRY_HOME%\shims;%PATH%"
8
8
  ) else (
package/dist/install.js CHANGED
@@ -26,7 +26,7 @@ export function renderCmdActivationHelper() {
26
26
  setlocal
27
27
  if "%BLUEFAIRY_HOME%"=="" set "BLUEFAIRY_HOME=%USERPROFILE%\\.bluefairy"
28
28
 
29
- echo %PATH% | find /I "%BLUEFAIRY_HOME%\\shims" >NUL
29
+ echo ;%PATH%; | findstr /I /C:";%BLUEFAIRY_HOME%\\shims;" >NUL
30
30
  if errorlevel 1 (
31
31
  endlocal & set "PATH=%BLUEFAIRY_HOME%\\shims;%PATH%"
32
32
  ) else (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bluefairy",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "A standalone package freshness guard for uv and npm.",
5
5
  "type": "module",
6
6
  "bin": {