@truedat/core 8.11.10 → 8.11.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/core",
3
- "version": "8.11.10",
3
+ "version": "8.11.11",
4
4
  "description": "Truedat Web Core",
5
5
  "sideEffects": [
6
6
  "**/*.css",
@@ -57,7 +57,7 @@
57
57
  "@testing-library/jest-dom": "^6.6.3",
58
58
  "@testing-library/react": "^16.3.0",
59
59
  "@testing-library/user-event": "^14.6.1",
60
- "@truedat/test": "8.11.10",
60
+ "@truedat/test": "8.11.11",
61
61
  "identity-obj-proxy": "^3.0.0",
62
62
  "jest": "^29.7.0",
63
63
  "redux-saga-test-plan": "^4.0.6"
@@ -99,5 +99,5 @@
99
99
  "swr": "^2.3.3",
100
100
  "turndown": "^7.2.2"
101
101
  },
102
- "gitHead": "890ce64985a0ba9f76ff857f1e51dea9948aa3e7"
102
+ "gitHead": "c0fbd455173ff4d8a3fb16cf8a0f1c35c29a7b79"
103
103
  }
@@ -551,7 +551,7 @@
551
551
  }
552
552
  }
553
553
 
554
- @import "./lineageNodeStates.less";
554
+ @import "./LineageNodeStates.less";
555
555
 
556
556
  .td-lineage-group-node.td-lineage-group-node {
557
557
  .lineage-node-states(td-lineage-group-node);
File without changes