@socialgouv/kali-data-types 2.158.0 → 2.162.0
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 +28 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
# [2.162.0](https://github.com/SocialGouv/kali-data/compare/v2.161.0...v2.162.0) (2021-10-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20211029_0433 update ([a1fe1de](https://github.com/SocialGouv/kali-data/commit/a1fe1de7b38446e44307ca681808ee37a4c2747a))
|
|
7
|
+
|
|
8
|
+
# [2.161.0](https://github.com/SocialGouv/kali-data/compare/v2.160.0...v2.161.0) (2021-10-28)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **data:** 20211028_0436 update ([34eb2e2](https://github.com/SocialGouv/kali-data/commit/34eb2e2d40fd12ec76bd1137a243dedbad280a2f))
|
|
14
|
+
|
|
15
|
+
# [2.160.0](https://github.com/SocialGouv/kali-data/compare/v2.159.0...v2.160.0) (2021-10-27)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **data:** 20211027_0437 update ([1d6f3a3](https://github.com/SocialGouv/kali-data/commit/1d6f3a34d16c43cea7577ec5954544b073f5bc7f))
|
|
21
|
+
|
|
22
|
+
# [2.159.0](https://github.com/SocialGouv/kali-data/compare/v2.158.0...v2.159.0) (2021-10-26)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **data:** 20211026_0439 update ([79368e7](https://github.com/SocialGouv/kali-data/commit/79368e7f9a6d449a4355423c15bb05f64d06e656))
|
|
28
|
+
|
|
1
29
|
# [2.158.0](https://github.com/SocialGouv/kali-data/compare/v2.157.0...v2.158.0) (2021-10-23)
|
|
2
30
|
|
|
3
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socialgouv/kali-data-types",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.162.0",
|
|
4
4
|
"devDependencies": {
|
|
5
5
|
"@babel/core": "^7.15.8",
|
|
6
6
|
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"@socialgouv/dila-api-client": "^1.2.1",
|
|
9
9
|
"@socialgouv/eslint-config-strict": "^0.35.0",
|
|
10
10
|
"@types/jest": "^27.0.2",
|
|
11
|
-
"@types/node": "^14.17.
|
|
11
|
+
"@types/node": "^14.17.29",
|
|
12
12
|
"babel-eslint": "^10.1.0",
|
|
13
13
|
"dotenv": "^10.0.0",
|
|
14
14
|
"eslint": "^7.32.0",
|
|
15
15
|
"eslint-plugin-sort-requires": "^2.1.0",
|
|
16
16
|
"esm": "^3.2.25",
|
|
17
|
-
"husky": "^7.0.
|
|
17
|
+
"husky": "^7.0.4",
|
|
18
18
|
"jest": "^27.2.5",
|
|
19
19
|
"npmlog": "^5.0.1",
|
|
20
20
|
"p-pipe": "^3.1.0",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"prettier": "^2.4.1",
|
|
24
24
|
"prompt": "^1.2.0",
|
|
25
25
|
"semantic-release": "^17.4.7",
|
|
26
|
-
"typescript": "^4.4.
|
|
26
|
+
"typescript": "^4.4.4",
|
|
27
27
|
"unist-util-filter": "^2.0.3",
|
|
28
28
|
"unist-util-map": "^2.0.1"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
|
-
"node": ">= v14.18.
|
|
31
|
+
"node": ">= v14.18.1"
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
34
|
"data",
|