@sablier/devkit 1.3.4 → 1.3.5

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/just/base.just +2 -2
  2. package/package.json +1 -1
package/just/base.just CHANGED
@@ -129,9 +129,9 @@ alias tc := tsc-check
129
129
 
130
130
  # Private recipe to run a check with formatted output
131
131
  [no-cd]
132
- @_run-with-status recipe:
132
+ @_run-with-status recipe *args:
133
133
  echo ""
134
134
  echo '{{ CYAN }}→ Running {{ recipe }}...{{ NORMAL }}'
135
- just {{ recipe }}
135
+ just {{ recipe }} {{ args }}
136
136
  echo '{{ GREEN }}✓ {{ recipe }} completed{{ NORMAL }}'
137
137
  alias rws := _run-with-status
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Configuration files and reusable scripts for Sablier repositories",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
- "version": "1.3.4",
6
+ "version": "1.3.5",
7
7
  "author": {
8
8
  "name": "Sablier Labs Ltd",
9
9
  "url": "https://sablier.com"