@rockcarver/frodo-cli 2.0.1 → 2.0.3
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 +19 -1
- package/dist/app.cjs +1490 -478
- package/dist/app.cjs.map +1 -1
- package/package.json +4 -4
- package/tsup.config.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Chagned
|
|
11
|
+
|
|
12
|
+
- homebrew formula update so `frodo-cli-next` installs the latest (irrespective of stable or prerelease)
|
|
13
|
+
|
|
14
|
+
## [2.0.2] - 2024-08-06
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Update to frodo-lib 2.0.2
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- \#428: Frodo CLI now includes the `loglevel` dependency.
|
|
23
|
+
|
|
24
|
+
## [2.0.1] - 2024-08-05
|
|
25
|
+
|
|
10
26
|
### Fixed
|
|
11
27
|
|
|
12
28
|
- \#430: Frodo now properly supports exporting and importing of the email service with secondary configurations.
|
|
@@ -1897,7 +1913,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
1897
1913
|
- Fixed problem with adding connection profiles
|
|
1898
1914
|
- Miscellaneous bug fixes
|
|
1899
1915
|
|
|
1900
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.
|
|
1916
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.2...HEAD
|
|
1917
|
+
[2.0.2]: https://github.com/rockcarver/frodo-cli/compare/v2.0.1...v2.0.2
|
|
1918
|
+
[2.0.1]: https://github.com/rockcarver/frodo-cli/compare/v2.0.1-0...v2.0.1
|
|
1901
1919
|
[2.0.1-0]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0...v2.0.1-0
|
|
1902
1920
|
[2.0.0]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-70...v2.0.0
|
|
1903
1921
|
[2.0.0-70]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-69...v2.0.0-70
|