@rockcarver/frodo-cli 4.0.0-45 → 4.0.0-47
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 +7 -1
- package/dist/app.cjs +1741 -1497
- package/dist/app.cjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [4.0.0-46] - 2026-04-20
|
|
11
|
+
|
|
12
|
+
## [4.0.0-45] - 2026-04-17
|
|
13
|
+
|
|
10
14
|
## [4.0.0-44] - 2026-04-17
|
|
11
15
|
|
|
12
16
|
## [4.0.0-43] - 2026-04-08
|
|
@@ -2251,7 +2255,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2251
2255
|
- Fixed problem with adding connection profiles
|
|
2252
2256
|
- Miscellaneous bug fixes
|
|
2253
2257
|
|
|
2254
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2258
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-46...HEAD
|
|
2259
|
+
[4.0.0-46]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-45...v4.0.0-46
|
|
2260
|
+
[4.0.0-45]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-44...v4.0.0-45
|
|
2255
2261
|
[4.0.0-44]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-43...v4.0.0-44
|
|
2256
2262
|
[4.0.0-43]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-42...v4.0.0-43
|
|
2257
2263
|
[4.0.0-42]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-41...v4.0.0-42
|