@truedat/df 4.43.0 → 4.43.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Changelog
2
2
 
3
- ## [4.38.4]
3
+ ## [4.38.4] 2022-02-20
4
4
 
5
5
  ### Fixed
6
6
 
7
7
  - [TD-2511] Missing translations
8
8
 
9
- ## [4.38.2]
9
+ ## [4.38.2] 2022-02-18
10
10
 
11
11
  ### Added
12
12
 
@@ -354,7 +354,7 @@ New major version for Truedat 4.0, no changes
354
354
 
355
355
  - [TD-2060] Consistent placement of primary and secondary buttons
356
356
 
357
- ## [3.5.14]
357
+ ## [3.5.14] 2019-09-02
358
358
 
359
359
  ### Fixed
360
360
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/df",
3
- "version": "4.43.0",
3
+ "version": "4.43.3",
4
4
  "description": "Truedat Web Data Quality Module",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -30,7 +30,7 @@
30
30
  "@babel/plugin-transform-modules-commonjs": "^7.15.0",
31
31
  "@babel/preset-env": "^7.15.0",
32
32
  "@babel/preset-react": "^7.14.5",
33
- "@truedat/test": "4.43.0",
33
+ "@truedat/test": "4.43.3",
34
34
  "babel-jest": "^27.0.6",
35
35
  "babel-plugin-dynamic-import-node": "^2.3.3",
36
36
  "babel-plugin-lodash": "^3.3.4",
@@ -80,8 +80,8 @@
80
80
  ]
81
81
  },
82
82
  "dependencies": {
83
- "@truedat/auth": "4.43.0",
84
- "@truedat/core": "4.43.0",
83
+ "@truedat/auth": "4.43.3",
84
+ "@truedat/core": "4.43.3",
85
85
  "axios": "^0.19.2",
86
86
  "path-to-regexp": "^1.7.0",
87
87
  "prop-types": "^15.7.2",
@@ -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": "ad0f63f2d98ae377883743b839858d9d671d2431"
103
+ "gitHead": "072eb5d04ec38033c17e030c365502484815a96b"
104
104
  }