Commit Graph

5 Commits

Author SHA1 Message Date
Martin Karkowski
dbeb3cd689 Adding small fixes for the Code Transpiler. 2022-10-29 07:52:32 +02:00
Martin Karkowski
90783572b4 # 1.4.1
- Fixes:
    - Fixing time based issue in `ConnectivityManager` (using the now synced time for checkups)
      - `dispatchers.ConnectivityManager.ConnectivityManager`: fixing `_checkDispatcherHealth`
    - Fixing `extractUniqueValues` now it is possible to use different pathes for the `key` and `value`
      - `lib\helpers\mapMethods.ts` has been adapted
    - `lib\pubSub\nopePubSubSystem.ts` contains the following fixes:
      - fixing typo of method `updateMatching`
  - Modified:
    - `lib\pubSub\nopePubSubSystem.ts`:
      - throws error if `register` method doest not contain a topic.
      - Adapted the behavior of `_patternbasedPullData`. If no default default value is present -> the function returns an empty array.
2022-10-08 07:15:33 +02:00
eb0625be1a fixing issues with callbacks 2022-08-02 22:32:08 +02:00
ba752f4142 fixing lark for js-files and its transformer 2022-07-25 07:37:31 +02:00
Martin Karkowski
976f2d06e5 Adding Post-Processor 2022-07-23 07:34:58 +02:00