@rockcarver/frodo-cli 2.0.1-0 → 2.0.2
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 +1504 -479
- 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
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Update to frodo-lib 2.0.2
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- \#428: Frodo CLI now includes the `loglevel` dependency.
|
|
17
|
+
|
|
18
|
+
## [2.0.1] - 2024-08-05
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- \#430: Frodo now properly supports exporting and importing of the email service with secondary configurations.
|
|
23
|
+
|
|
24
|
+
## [2.0.1-0] - 2024-07-27
|
|
25
|
+
|
|
10
26
|
## [2.0.0] - 2024-07-20
|
|
11
27
|
|
|
12
28
|
### Changed
|
|
@@ -1891,7 +1907,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
1891
1907
|
- Fixed problem with adding connection profiles
|
|
1892
1908
|
- Miscellaneous bug fixes
|
|
1893
1909
|
|
|
1894
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.
|
|
1910
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.1...HEAD
|
|
1911
|
+
[2.0.1]: https://github.com/rockcarver/frodo-cli/compare/v2.0.1-0...v2.0.1
|
|
1912
|
+
[2.0.1-0]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0...v2.0.1-0
|
|
1895
1913
|
[2.0.0]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-70...v2.0.0
|
|
1896
1914
|
[2.0.0-70]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-69...v2.0.0-70
|
|
1897
1915
|
[2.0.0-69]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-68...v2.0.0-69
|