@sablier/devkit 1.13.0 → 1.13.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.
Files changed (2) hide show
  1. package/just/vercel.just +2 -2
  2. package/package.json +1 -1
package/just/vercel.just CHANGED
@@ -25,7 +25,7 @@ VERCEL_PROJECT_IDS := '{}'
25
25
  [group("vercel")]
26
26
  build app env="staging":
27
27
  @just _vercel-build "{{ app }}" "{{ env }}"
28
- alias b := build
28
+ alias vb := build
29
29
 
30
30
  # Deploy website to Vercel
31
31
  [arg("app", long)]
@@ -35,7 +35,7 @@ alias b := build
35
35
  [group("vercel")]
36
36
  deploy app env="staging" skip_build="false":
37
37
  @just _vercel-deploy "{{ app }}" "{{ env }}" "{{ skip_build }}"
38
- alias d := deploy
38
+ alias vd := deploy
39
39
 
40
40
  # ---------------------------------------------------------------------------- #
41
41
  # PRIVATE HELPERS #
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.13.0",
6
+ "version": "1.13.1",
7
7
  "author": {
8
8
  "name": "Sablier Labs Ltd",
9
9
  "url": "https://sablier.com"