@rockcarver/frodo-cli 2.0.0-60 → 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 +18 -1
- package/dist/app.cjs +214 -116
- package/dist/app.cjs.map +1 -1
- package/package.json +7 -8
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
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
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- rockcarver/homebrew-frodo-cli#6: Homebrew formula now properly installs frodo
|
|
20
|
+
|
|
21
|
+
## [2.0.0-60] - 2024-06-11
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
12
25
|
- Update to frodo-lib 2.0.0-85
|
|
13
26
|
- Update dependencies
|
|
14
27
|
|
|
@@ -1560,7 +1573,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1560
1573
|
- Fixed problem with adding connection profiles
|
|
1561
1574
|
- Miscellaneous bug fixes
|
|
1562
1575
|
|
|
1563
|
-
[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
|
|
1579
|
+
|
|
1580
|
+
[2.0.0-60]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-59...v2.0.0-60
|
|
1564
1581
|
|
|
1565
1582
|
[2.0.0-59]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-58...v2.0.0-59
|
|
1566
1583
|
|