@rockcarver/frodo-cli 4.0.0-6 → 4.0.0-7
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 +4 -1
- package/dist/app.cjs +2231 -93
- package/dist/app.cjs.map +1 -1
- package/eslint.config.mjs +50 -0
- package/package.json +7 -8
- package/tsup.config.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ 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-6] - 2026-02-18
|
|
11
|
+
|
|
10
12
|
## [4.0.0-5] - 2026-02-06
|
|
11
13
|
|
|
12
14
|
## [4.0.0-4] - 2026-02-04
|
|
@@ -2173,7 +2175,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2173
2175
|
- Fixed problem with adding connection profiles
|
|
2174
2176
|
- Miscellaneous bug fixes
|
|
2175
2177
|
|
|
2176
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-
|
|
2178
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-6...HEAD
|
|
2179
|
+
[4.0.0-6]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-5...v4.0.0-6
|
|
2177
2180
|
[4.0.0-5]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-4...v4.0.0-5
|
|
2178
2181
|
[4.0.0-4]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-3...v4.0.0-4
|
|
2179
2182
|
[4.0.0-3]: https://github.com/rockcarver/frodo-cli/compare/v4.0.0-2...v4.0.0-3
|