@fishawack/lab-env 5.0.4-beta.1 → 5.0.4

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## Changelog
2
2
 
3
+ ### 5.0.4 (2025-10-31)
4
+
5
+ #### Bug Fixes
6
+
7
+ * configure axios to not keep alive to avoid econnreset errors ([9b56a83](https://bitbucket.org/fishawackdigital/lab-env/commits/9b56a83398675aebce47775a62cb62e36b89f693))
8
+ * hub now throws error so tests and other things can exit gracefully ([2832cd8](https://bitbucket.org/fishawackdigital/lab-env/commits/2832cd83dd8ee2622bc38a66f75833c794ce5c24))
9
+ * remove length size default from axios ([b9db763](https://bitbucket.org/fishawackdigital/lab-env/commits/b9db763405bc7fd0dea3ba620795942a076b2c88))
10
+
3
11
  ### 5.0.4-beta.1 (2025-10-31)
4
12
 
5
13
  #### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-env",
3
- "version": "5.0.4-beta.1",
3
+ "version": "5.0.4",
4
4
  "description": "Docker manager for FW",
5
5
  "main": "cli.js",
6
6
  "scripts": {