@sablier/devkit 1.9.1 → 1.9.2

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/biome/base.jsonc +6 -0
  2. package/package.json +1 -1
package/biome/base.jsonc CHANGED
@@ -58,6 +58,12 @@
58
58
  },
59
59
  "style": {
60
60
  "noNamespace": "off", // namespaces are cool
61
+ "useConsistentTypeDefinitions": {
62
+ "level": "warn",
63
+ "options": {
64
+ "style": "type"
65
+ }
66
+ },
61
67
  "useDefaultSwitchClause": "off", // already handled by TypeScript
62
68
  "useFilenamingConvention": {
63
69
  "level": "error",
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.9.1",
6
+ "version": "1.9.2",
7
7
  "author": {
8
8
  "name": "Sablier Labs Ltd",
9
9
  "url": "https://sablier.com"