fba-cli 1.10.0 → 1.10.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 CHANGED
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
6
 
7
+ ## [1.10.2](https://github.com/mbehr1/fba-cli/compare/v1.10.1...v1.10.2) (2025-04-13)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **deps:** bump dlt-logs-utils ([ff6c96b](https://github.com/mbehr1/fba-cli/commit/ff6c96b0519167ff5be1bce9963b3c1ed433d072))
13
+
14
+ ## [1.10.1](https://github.com/mbehr1/fba-cli/compare/v1.10.0...v1.10.1) (2025-04-12)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** bump dlt-logs-utils ([9730c90](https://github.com/mbehr1/fba-cli/commit/9730c9075da7fc15285c49c6dcef879258b2149c))
20
+
7
21
  # [1.10.0](https://github.com/mbehr1/fba-cli/compare/v1.9.0...v1.10.0) (2025-04-06)
8
22
 
9
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fba-cli",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "description": "A CLI (command line interface) to execute FBA (fishbone analysis) files with DLT-logs/adlt.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -112,7 +112,7 @@
112
112
  "chalk": "^5.4.1",
113
113
  "cli-progress": "^3.12.0",
114
114
  "commander": "^13.1.0",
115
- "dlt-logs-utils": "0.13.1",
115
+ "dlt-logs-utils": "0.13.3",
116
116
  "filenamify": "^6.0.0",
117
117
  "glob": "^11.0.1",
118
118
  "js-yaml": "^4.1.0",