@sablier/devkit 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.
Files changed (2) hide show
  1. package/just/evm.just +1 -1
  2. package/package.json +1 -1
package/just/evm.just CHANGED
@@ -88,7 +88,7 @@ alias sc := solhint-check
88
88
 
89
89
  # Fix code with Solhint
90
90
  solhint-write globs=GLOBS_SOLIDITY:
91
- na solhint --fix --noPrompt "{{ globs }}"
91
+ na solhint --cache --fix --noPrompt "{{ globs }}"
92
92
  alias sw := solhint-write
93
93
 
94
94
  # ---------------------------------------------------------------------------- #
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.0",
6
+ "version": "1.3.1",
7
7
  "author": {
8
8
  "name": "Sablier Labs Ltd",
9
9
  "url": "https://sablier.com"