@storm-software/linting-tools 1.6.12 → 1.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.6.13](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.12...linting-tools-v1.6.13) (2023-11-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **workspace-tools:** Update the outDir value of parsed tsconfig options in tsup patch ([65c2aca](https://github.com/storm-software/storm-ops/commit/65c2aca19ba41a7de44d2f4b2121f7e2abfd3893))
7
+
8
+ ## [1.6.12](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.11...linting-tools-v1.6.12) (2023-11-25)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **workspace-tools:** Fixed issue with invalid chars in entry name ([5d849dd](https://github.com/storm-software/storm-ops/commit/5d849dd45c198283b31fe5e939351df0e841107c))
14
+
1
15
  ## [1.6.11](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.6.10...linting-tools-v1.6.11) (2023-11-24)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/linting-tools",
3
- "version": "1.6.12",
3
+ "version": "1.7.0",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
6
6
  "keywords": [