@truedat/lm 4.40.4 → 4.40.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.40.5] 2022-03-15
4
+
5
+ ### Fixed
6
+
7
+ - [TD-4271] Show correct implementation tags and focus concept tab
8
+
3
9
  ## [4.40.4] 2022-03-15
4
10
 
5
11
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/lm",
3
- "version": "4.40.4",
3
+ "version": "4.40.5",
4
4
  "description": "Truedat Link Manager",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -33,7 +33,7 @@
33
33
  "@testing-library/jest-dom": "^5.14.1",
34
34
  "@testing-library/react": "^12.0.0",
35
35
  "@testing-library/user-event": "^13.2.1",
36
- "@truedat/test": "4.40.4",
36
+ "@truedat/test": "4.40.5",
37
37
  "babel-jest": "^27.0.6",
38
38
  "babel-plugin-dynamic-import-node": "^2.3.3",
39
39
  "babel-plugin-lodash": "^3.3.4",
@@ -83,7 +83,7 @@
83
83
  ]
84
84
  },
85
85
  "dependencies": {
86
- "@truedat/core": "4.40.4",
86
+ "@truedat/core": "4.40.5",
87
87
  "path-to-regexp": "^1.7.0",
88
88
  "prop-types": "^15.7.2",
89
89
  "react-graph-vis": "1.0.5",
@@ -100,5 +100,5 @@
100
100
  "react-dom": ">= 16.8.6 < 17",
101
101
  "semantic-ui-react": ">= 0.88.2 < 2.1"
102
102
  },
103
- "gitHead": "e9f62f91507d810f91963967a5f3afa20100c1b9"
103
+ "gitHead": "0fbea5da0db04c2d79c6237e7bd450091988bf19"
104
104
  }
@@ -135,7 +135,7 @@ const mapStateToProps = (state) => ({
135
135
  tagOptions: _.flow(
136
136
  _.filter(
137
137
  (tag) =>
138
- _.path("value.target_type")(tag) == "rule_implementations" ||
138
+ _.path("value.target_type")(tag) == "implementations" ||
139
139
  !_.path("value.target_type")
140
140
  ),
141
141
  tagsToOptions