@rockcarver/frodo-cli 4.0.0-23 → 4.0.0-25
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 +1244 -960
- 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-24] - 2026-03-21
|
|
11
|
+
|
|
12
|
+
## [4.0.0-23] - 2026-03-21
|
|
13
|
+
|
|
10
14
|
## [4.0.0-22] - 2026-03-20
|
|
11
15
|
|
|
12
16
|
## [4.0.0-21] - 2026-03-19
|
|
@@ -2207,7 +2211,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2207
2211
|
- Fixed problem with adding connection profiles
|
|
2208
2212
|
- Miscellaneous bug fixes
|
|
2209
2213
|
|
|
2210
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2214
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-24...HEAD
|
|
2215
|
+
[4.0.0-24]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-23...v4.0.0-24
|
|
2216
|
+
[4.0.0-23]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-22...v4.0.0-23
|
|
2211
2217
|
[4.0.0-22]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-21...v4.0.0-22
|
|
2212
2218
|
[4.0.0-21]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-20...v4.0.0-21
|
|
2213
2219
|
[4.0.0-20]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-19...v4.0.0-20
|