@rockcarver/frodo-cli 3.0.4 → 3.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 +11 -1
- package/dist/app.cjs +995 -958
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
- package/~/temp/Connections.json +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.0.5] - 2025-04-07
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- \#494: Frodo CLI now properly imports script from separate files using `frodo script import -A`.
|
|
15
|
+
|
|
16
|
+
## [3.0.4] - 2025-04-04
|
|
17
|
+
|
|
10
18
|
### Changed
|
|
11
19
|
|
|
12
20
|
- Update to frodo-lib 3.0.4
|
|
@@ -2065,7 +2073,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2065
2073
|
- Fixed problem with adding connection profiles
|
|
2066
2074
|
- Miscellaneous bug fixes
|
|
2067
2075
|
|
|
2068
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.
|
|
2076
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v3.0.5...HEAD
|
|
2077
|
+
[3.0.5]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4...v3.0.5
|
|
2078
|
+
[3.0.4]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-1...v3.0.4
|
|
2069
2079
|
[3.0.4-1]: https://github.com/rockcarver/frodo-cli/compare/v3.0.4-0...v3.0.4-1
|
|
2070
2080
|
[3.0.4-0]: https://github.com/rockcarver/frodo-cli/compare/v3.0.3...v3.0.4-0
|
|
2071
2081
|
[3.0.3]: https://github.com/rockcarver/frodo-cli/compare/v3.0.2...v3.0.3
|