@brantshi1/devspace 1.3.0 → 1.3.1

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/bin/devspace CHANGED
@@ -7,8 +7,8 @@
7
7
  # │ │ lazygit │
8
8
  # └──────────┴──────────┘
9
9
 
10
- VERSION="1.3.0"
11
- SCRIPT_DIR="${0:a:h}"
10
+ VERSION="1.3.1"
11
+ SCRIPT_DIR="${0:A:h}"
12
12
  REPO_DIR="${SCRIPT_DIR:h}"
13
13
  CONFIGS_DIR="$REPO_DIR/configs"
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brantshi1/devspace",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Ghostty terminal workspace: claude + yazi + lazygit in split panes",
5
5
  "bin": {
6
6
  "devspace": "./bin/devspace"
package/setup.sh CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  set -euo pipefail
7
7
 
8
- SCRIPT_DIR="${0:a:h}"
8
+ SCRIPT_DIR="${0:A:h}"
9
9
 
10
10
  # 确保 Homebrew 可用
11
11
  if ! command -v brew &>/dev/null; then