@gefyra/diffyr6-cli 1.1.0 → 1.1.1

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.
@@ -56,7 +56,7 @@
56
56
  "valueColumn": "R Type"
57
57
  }
58
58
  ],
59
- "template": "The element type switched in R6 at element {{Name}}"
59
+ "template": "The element type switched in R6 at element {{Name}} from {{L Type}} to {{R Type}}"
60
60
  },
61
61
  {
62
62
  "name": "Element removed in R6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gefyra/diffyr6-cli",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "FHIR R4 to R6 migration pipeline runner with automated profile comparison and rule-based analysis",
5
5
  "main": "src/index.js",
6
6
  "type": "module",