@rockcarver/frodo-cli 2.0.0-61 → 2.0.0-62
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 +10 -1
- package/dist/app.cjs +210 -111
- package/dist/app.cjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ 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.0-86
|
|
13
|
+
- rockcarver/frodo-lib#402: Library scripts are now treated as dependencies during script and journey exports and imports.
|
|
14
|
+
|
|
15
|
+
## [2.0.0-61] - 2024-06-12
|
|
16
|
+
|
|
10
17
|
### Fixed
|
|
11
18
|
|
|
12
19
|
- rockcarver/homebrew-frodo-cli#6: Homebrew formula now properly installs frodo
|
|
@@ -1566,7 +1573,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1566
1573
|
- Fixed problem with adding connection profiles
|
|
1567
1574
|
- Miscellaneous bug fixes
|
|
1568
1575
|
|
|
1569
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-
|
|
1576
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-61...HEAD
|
|
1577
|
+
|
|
1578
|
+
[2.0.0-61]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-60...v2.0.0-61
|
|
1570
1579
|
|
|
1571
1580
|
[2.0.0-60]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-59...v2.0.0-60
|
|
1572
1581
|
|