@boxes-dev/cli 1.0.662 → 1.0.664

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.
Files changed (3) hide show
  1. package/bin/dvb +1 -1
  2. package/bin/dvbd +1 -1
  3. package/package.json +1 -1
package/bin/dvb CHANGED
@@ -4,7 +4,7 @@ STANDALONE_DIR="$DEVBOX_DIR/standalone/current"
4
4
  OWNER_PATH="$0"
5
5
  case "$OWNER_PATH" in
6
6
  */*)
7
- OWNER_PATH="$(cd "$(dirname "$OWNER_PATH")" && pwd)/$(basename "$OWNER_PATH")"
7
+ OWNER_PATH="$(cd -P "$(dirname "$OWNER_PATH")" && pwd -P)/$(basename "$OWNER_PATH")"
8
8
  ;;
9
9
  *)
10
10
  OWNER_PATH="$(command -v -- "$OWNER_PATH" 2>/dev/null || printf '%s' "$OWNER_PATH")"
package/bin/dvbd CHANGED
@@ -4,7 +4,7 @@ STANDALONE_DIR="$DEVBOX_DIR/standalone/current"
4
4
  OWNER_PATH="$0"
5
5
  case "$OWNER_PATH" in
6
6
  */*)
7
- OWNER_PATH="$(cd "$(dirname "$OWNER_PATH")" && pwd)/$(basename "$OWNER_PATH")"
7
+ OWNER_PATH="$(cd -P "$(dirname "$OWNER_PATH")" && pwd -P)/$(basename "$OWNER_PATH")"
8
8
  ;;
9
9
  *)
10
10
  OWNER_PATH="$(command -v -- "$OWNER_PATH" 2>/dev/null || printf '%s' "$OWNER_PATH")"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/cli",
3
- "version": "1.0.662",
3
+ "version": "1.0.664",
4
4
  "description": "Boxes.dev CLI (standalone, includes bundled Node runtime)",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {