@rulemetric/hooks 0.5.3 → 0.6.0

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rulemetric/hooks",
3
- "version": "0.5.3",
3
+ "version": "0.6.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -75,7 +75,7 @@ _rulemetric_load_config() {
75
75
  if [ -n "$token" ]; then
76
76
  export RULEMETRIC_ACCESS_TOKEN="$token"
77
77
  # Default API URL if not set
78
- export RULEMETRIC_API_URL="${RULEMETRIC_API_URL:-https://api.rulemetric.com}"
78
+ export RULEMETRIC_API_URL="${RULEMETRIC_API_URL:-https://rulemetric.com}"
79
79
  _rulemetric_load_active_org
80
80
  return 0
81
81
  fi