@rockcarver/frodo-cli 4.0.0 → 4.0.1-1
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 +1028 -605
- package/dist/app.cjs.map +1 -1
- package/package.json +6 -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.1-0] - 2026-07-16
|
|
11
|
+
|
|
12
|
+
## [4.0.0] - 2026-07-14
|
|
13
|
+
|
|
10
14
|
### Changed
|
|
11
15
|
|
|
12
16
|
- Updated to Frodo Lib 4.0.0
|
|
@@ -2312,7 +2316,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2312
2316
|
- Fixed problem with adding connection profiles
|
|
2313
2317
|
- Miscellaneous bug fixes
|
|
2314
2318
|
|
|
2315
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0
|
|
2319
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.1-0...HEAD
|
|
2320
|
+
[4.0.1-0]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0...v4.0.1-0
|
|
2321
|
+
[4.0.0]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-54...v4.0.0
|
|
2316
2322
|
[4.0.0-54]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-53...v4.0.0-54
|
|
2317
2323
|
[4.0.0-53]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-52...v4.0.0-53
|
|
2318
2324
|
[4.0.0-52]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-51...v4.0.0-52
|