@gefyra/diffyr6-cli 1.1.2 → 1.1.3

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.
@@ -46,10 +46,15 @@
46
46
  },
47
47
  {
48
48
  "name": "Element type changed in R6",
49
- "description": "The data type of an element has changed between R4 and R6. This may require data transformation during migration.",
49
+ "description": "The data type of an element has changed between R4 and R6. This may require data transformation during migration. Note that changes from 'string' to 'id' are not included in this rule.",
50
50
  "rank": 15,
51
51
  "value": 10,
52
52
  "conditions": [
53
+ {
54
+ "column": "R Type",
55
+ "operator": "!equals",
56
+ "value": "id"
57
+ },
53
58
  {
54
59
  "column": "L Type",
55
60
  "operator": "!equals",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gefyra/diffyr6-cli",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
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",