@rockcarver/frodo-cli 4.0.0-46 → 4.0.0-48
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-47] - 2026-04-20
|
|
11
|
+
|
|
12
|
+
## [4.0.0-46] - 2026-04-20
|
|
13
|
+
|
|
10
14
|
## [4.0.0-45] - 2026-04-17
|
|
11
15
|
|
|
12
16
|
## [4.0.0-44] - 2026-04-17
|
|
@@ -2253,7 +2257,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2253
2257
|
- Fixed problem with adding connection profiles
|
|
2254
2258
|
- Miscellaneous bug fixes
|
|
2255
2259
|
|
|
2256
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2260
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-47...HEAD
|
|
2261
|
+
[4.0.0-47]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-46...v4.0.0-47
|
|
2262
|
+
[4.0.0-46]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-45...v4.0.0-46
|
|
2257
2263
|
[4.0.0-45]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-44...v4.0.0-45
|
|
2258
2264
|
[4.0.0-44]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-43...v4.0.0-44
|
|
2259
2265
|
[4.0.0-43]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-42...v4.0.0-43
|