@socialgouv/kali-data-types 2.160.0 → 2.164.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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
# [2.164.0](https://github.com/SocialGouv/kali-data/compare/v2.163.0...v2.164.0) (2021-11-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20211103_0432 update ([e901982](https://github.com/SocialGouv/kali-data/commit/e90198222721a7984eec3aa7b78513f622fa2cdc))
|
|
7
|
+
|
|
8
|
+
# [2.163.0](https://github.com/SocialGouv/kali-data/compare/v2.162.0...v2.163.0) (2021-11-02)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **data:** 20211102_0431 update ([15b10ed](https://github.com/SocialGouv/kali-data/commit/15b10edbe878ef86bf7a46a18637de498d0412c9))
|
|
14
|
+
|
|
15
|
+
# [2.162.0](https://github.com/SocialGouv/kali-data/compare/v2.161.0...v2.162.0) (2021-10-29)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **data:** 20211029_0433 update ([a1fe1de](https://github.com/SocialGouv/kali-data/commit/a1fe1de7b38446e44307ca681808ee37a4c2747a))
|
|
21
|
+
|
|
22
|
+
# [2.161.0](https://github.com/SocialGouv/kali-data/compare/v2.160.0...v2.161.0) (2021-10-28)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **data:** 20211028_0436 update ([34eb2e2](https://github.com/SocialGouv/kali-data/commit/34eb2e2d40fd12ec76bd1137a243dedbad280a2f))
|
|
28
|
+
|
|
1
29
|
# [2.160.0](https://github.com/SocialGouv/kali-data/compare/v2.159.0...v2.160.0) (2021-10-27)
|
|
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.164.0",
|
|
4
4
|
"devDependencies": {
|
|
5
5
|
"@babel/core": "^7.15.8",
|
|
6
6
|
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
|
|
@@ -8,7 +8,7 @@
|
|
|
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.32",
|
|
12
12
|
"babel-eslint": "^10.1.0",
|
|
13
13
|
"dotenv": "^10.0.0",
|
|
14
14
|
"eslint": "^7.32.0",
|