Commit Graph

13 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
Martin Karkowski
70e17ec2f1 Merge branch 'master' of https://github.com/anti-held-333/nope-backend 2022-08-03 13:18:50 +02:00
Martin Karkowski
3463f0f89f autoformat code 2022-08-03 13:18:26 +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
7f65859258 Updating helper 2022-07-23 07:39:56 +02:00
Martin Karkowski
976f2d06e5 Adding Post-Processor 2022-07-23 07:34:58 +02:00
Martin Karkowski
6302f2d2ed Updating Helpers 2022-07-21 23:31:19 +02:00
Martin Karkowski
6870b27829 Making Working TS 2022-07-21 22:13:56 +02:00
9870c095ce fixing lark for js-files 2022-07-18 07:53:42 +02:00
4f7933d21a using js-code for py. 2022-07-17 22:50:00 +02:00
7898317d4a going to version 1.3.0 2022-07-17 22:24:55 +02:00