@storm-software/linting-tools 1.44.4 → 1.44.6

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,27 @@
1
+ ## 1.44.6 (2024-03-28)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - **git-tools:** Update `moduleResolution` option to use `Bundler` value ([132eb929](https://github.com/storm-software/storm-ops/commit/132eb929))
7
+
8
+
9
+ ### ❤️ Thank You
10
+
11
+ - Patrick Sullivan
12
+
13
+ ## 1.44.5 (2024-03-28)
14
+
15
+
16
+ ### 🩹 Fixes
17
+
18
+ - **git-tools:** Resolve issue with module type compiler options ([5c4a20b7](https://github.com/storm-software/storm-ops/commit/5c4a20b7))
19
+
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Patrick Sullivan
24
+
1
25
  ## 1.44.4 (2024-03-28)
2
26
 
3
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/linting-tools",
3
- "version": "1.44.4",
3
+ "version": "1.44.6",
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": [
package/tsconfig.json CHANGED
@@ -3,7 +3,8 @@
3
3
  "compilerOptions": {
4
4
  "outDir": "../../dist/out-tsc",
5
5
  "strict": false,
6
- "module": "commonjs",
6
+ "module": "ESNext",
7
+ "moduleResolution": "Bundler",
7
8
  "esModuleInterop": true,
8
9
  "allowSyntheticDefaultImports": true,
9
10
  "types": [