fix(dependencies): Updated dependencies and fixed Docker Alpine image retrieval issue in tests

This commit is contained in:
2024-11-06 21:16:12 +01:00
parent 81f286cb2f
commit f0144fdd5b
6 changed files with 37 additions and 25 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2024-11-06 - 4.3.10 - fix(dependencies)
Updated dependencies and fixed Docker Alpine image retrieval issue in tests
- Updated @push.rocks/tapbundle to version ^5.5.0 in devDependencies.
- Updated @push.rocks/smartrequest to version ^2.0.23 in dependencies.
- Ensured the Docker Alpine image is retrieved as a local tarball in cloudlyfactory.ts test helper.
## 2024-11-06 - 4.3.9 - fix(test and dependencies)
Corrected cloudlyUrl in test.apiclient and updated tapbundle dependency.