fba-cli 1.0.1 → 1.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.
Files changed (2) hide show
  1. package/dist/util.js +1 -1
  2. package/package.json +1 -1
package/dist/util.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export function version() {
2
- return '1.0.0'; // todo how to get from package.json?
2
+ return '1.0.2'; // todo how to get from package.json?
3
3
  }
4
4
  // taken from https://stackoverflow.com/questions/38213668/promise-retry-design-patterns
5
5
  // slightly adapted to TS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fba-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.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",