@storm-software/git-tools 2.5.5 → 2.5.7

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
+ ## 2.5.7 (2024-03-28)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - **workspace-tools:** Resolve issues with `axios` calls ([53306912](https://github.com/storm-software/storm-ops/commit/53306912))
7
+
8
+
9
+ ### ❤️ Thank You
10
+
11
+ - Patrick Sullivan
12
+
13
+ ## 2.5.6 (2024-03-28)
14
+
15
+
16
+ ### 🩹 Fixes
17
+
18
+ - **git-tools:** Update `moduleResolution` option to use `Bundler` value ([132eb929](https://github.com/storm-software/storm-ops/commit/132eb929))
19
+
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Patrick Sullivan
24
+
1
25
  ## 2.5.5 (2024-03-28)
2
26
 
3
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "2.5.5",
3
+ "version": "2.5.7",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing various git tools used in Storm workspaces.",
6
6
  "keywords": [
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "@commitlint/types": "18.6.0",
45
45
  "any-shell-escape": "0.1.1",
46
- "axios": "1.6.7",
46
+ "axios": "^0.27.2",
47
47
  "commander": "11.1.0",
48
48
  "doctoc": "2.2.1",
49
49
  "fs-extra": "11.2.0",
package/tsconfig.json CHANGED
@@ -4,6 +4,7 @@
4
4
  "outDir": "../../dist/out-tsc",
5
5
  "strict": false,
6
6
  "module": "ESNext",
7
+ "moduleResolution": "Bundler",
7
8
  "esModuleInterop": true,
8
9
  "allowSyntheticDefaultImports": true,
9
10
  "types": [