@smals-belgium-shared/vidis-diarynote 4.2.2-snapshot.4 → 4.2.2-snapshot.5

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/CHANGELOG.md +3 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -320,3 +320,6 @@
320
320
  ### vidis-medication-scheme-detail
321
321
  * Using API V3 instead of V2 for all requests.
322
322
 
323
+ ### vidis-medication-scheme-list:
324
+ * Secure components against API v3 payload changes and add '-' in case of empty or null value
325
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smals-belgium-shared/vidis-diarynote",
3
- "version": "4.2.2-snapshot.4",
3
+ "version": "4.2.2-snapshot.5",
4
4
  "description": "Diary notes web component",
5
5
  "main": "diarynote.js",
6
6
  "types": "types/main.d.ts",