@storm-software/linting-tools 1.8.1 → 1.8.3

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,17 @@
1
+ ## [1.8.2](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.8.1...linting-tools-v1.8.2) (2023-11-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **workspace-tools:** Update default compilerOptions prior to calling tsc ([8bcb254](https://github.com/storm-software/storm-ops/commit/8bcb254fc0045414a80d79b056f6cfde2fd66e68))
7
+
8
+ ## [1.8.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.8.0...linting-tools-v1.8.1) (2023-11-25)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **workspace-tools:** Resolved bad iterable issue in tsup patch ([62a016b](https://github.com/storm-software/storm-ops/commit/62a016bc7bc5aec0978d0a92883843c795f997ac))
14
+
1
15
  # [1.8.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.7.1...linting-tools-v1.8.0) (2023-11-25)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/linting-tools",
3
- "version": "1.8.1",
3
+ "version": "1.8.3",
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": [
@@ -29,12 +29,6 @@
29
29
  "skipDefaultLibCheck": true,
30
30
  "esModuleInterop": true
31
31
  },
32
- "ts-node": {
33
- "compilerOptions": {
34
- "module": "commonjs",
35
- "esModuleInterop": true
36
- }
37
- },
38
32
  "include": ["./reset.d.ts"],
39
33
  "exclude": ["**/node_modules", "**/tmp"]
40
34
  }