@rockcarver/frodo-cli 4.0.0-41 → 4.0.0-43
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 +1283 -1092
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
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-42] - 2026-04-08
|
|
11
|
+
|
|
12
|
+
## [4.0.0-41] - 2026-04-03
|
|
13
|
+
|
|
10
14
|
## [4.0.0-40] - 2026-04-03
|
|
11
15
|
|
|
12
16
|
## [4.0.0-39] - 2026-04-03
|
|
@@ -2243,7 +2247,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2243
2247
|
- Fixed problem with adding connection profiles
|
|
2244
2248
|
- Miscellaneous bug fixes
|
|
2245
2249
|
|
|
2246
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2250
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-42...HEAD
|
|
2251
|
+
[4.0.0-42]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-41...v4.0.0-42
|
|
2252
|
+
[4.0.0-41]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-40...v4.0.0-41
|
|
2247
2253
|
[4.0.0-40]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-39...v4.0.0-40
|
|
2248
2254
|
[4.0.0-39]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-38...v4.0.0-39
|
|
2249
2255
|
[4.0.0-38]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-37...v4.0.0-38
|