@storm-software/workspace-tools 1.43.21 → 1.44.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.43.21](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.43.20...workspace-tools-v1.43.21) (2024-01-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **linting-tools:** Updated ignored files in biome linter ([54520d2](https://github.com/storm-software/storm-ops/commit/54520d24ffc860401b57cab2d28a2565c352a7e9))
7
+
1
8
  ## [1.43.20](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.43.19...workspace-tools-v1.43.20) (2024-01-18)
2
9
 
3
10
 
package/executors.json CHANGED
@@ -25,6 +25,11 @@
25
25
  "implementation": "./src/executors/design-tokens/executor",
26
26
  "schema": "./src/executors/design-tokens/schema.json",
27
27
  "description": "Generate code (TailWind CSS, Tamagui, CSS variables, etc.) from a tokens.json file exported from Figma Tokens Studio"
28
+ },
29
+ "typia": {
30
+ "implementation": "./src/executors/typia/executor",
31
+ "schema": "./src/executors/typia/schema.json",
32
+ "description": "Run the Typia generator to create runtime type validators"
28
33
  }
29
34
  }
30
35
  }