@raycast/api 1.69.1 → 1.69.3

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 (2) hide show
  1. package/bin/ray +1 -1
  2. package/package.json +1 -1
package/bin/ray CHANGED
@@ -10,7 +10,7 @@ while [ -L "$source" ]; do
10
10
  # if $source was a relative symlink, we need to resolve it relative to the path where the symlink file was located
11
11
  [[ $source != /* ]] && source=$dir/$source
12
12
  done
13
- bin_dir=$( cd -P ./"$( dirname "$source" )" >/dev/null 2>&1 && pwd )
13
+ bin_dir=$( cd -P "$( dirname "$source" )" >/dev/null 2>&1 && pwd )
14
14
  dist_dir=$(dirname "$bin_dir")
15
15
 
16
16
  if [ -z "$bin_dir" ]; then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raycast/api",
3
- "version": "1.69.1",
3
+ "version": "1.69.3",
4
4
  "description": "Build extensions for Raycast with React and Node.js.",
5
5
  "author": "Raycast Technologies Ltd.",
6
6
  "homepage": "https://developers.raycast.com",