@rockcarver/frodo-cli 4.0.0-4 → 4.0.0-6
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 +475 -406
- package/dist/app.cjs.map +1 -1
- package/package.json +4 -4
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-5] - 2026-02-06
|
|
11
|
+
|
|
12
|
+
## [4.0.0-4] - 2026-02-04
|
|
13
|
+
|
|
10
14
|
### Changed
|
|
11
15
|
|
|
12
16
|
- Updated to Frodo Lib 4.0.0
|
|
@@ -2169,7 +2173,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2169
2173
|
- Fixed problem with adding connection profiles
|
|
2170
2174
|
- Miscellaneous bug fixes
|
|
2171
2175
|
|
|
2172
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2176
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-5...HEAD
|
|
2177
|
+
[4.0.0-5]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-4...v4.0.0-5
|
|
2178
|
+
[4.0.0-4]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-3...v4.0.0-4
|
|
2173
2179
|
[4.0.0-3]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-2...v4.0.0-3
|
|
2174
2180
|
[4.0.0-2]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-1...v4.0.0-2
|
|
2175
2181
|
[4.0.0-1]: https://github.com/rockcarver/frodo-cli/compare/v3.1.1-1...v4.0.0-1
|