@socialgouv/kali-data-types 2.131.0 → 2.135.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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
# [2.135.0](https://github.com/SocialGouv/kali-data/compare/v2.134.0...v2.135.0) (2021-09-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20210916_0427 update ([f363e65](https://github.com/SocialGouv/kali-data/commit/f363e65c664316c6c44fe3f675a5c1ac332b808f))
|
|
7
|
+
|
|
8
|
+
# [2.134.0](https://github.com/SocialGouv/kali-data/compare/v2.133.0...v2.134.0) (2021-09-15)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **data:** 20210915_0427 update ([6e5e37c](https://github.com/SocialGouv/kali-data/commit/6e5e37cd46f99428f4db00ecfae4a01447415ccd))
|
|
14
|
+
|
|
15
|
+
# [2.133.0](https://github.com/SocialGouv/kali-data/compare/v2.132.0...v2.133.0) (2021-09-14)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **data:** 20210914_0435 update ([d63f241](https://github.com/SocialGouv/kali-data/commit/d63f2410359e6b9f12833fb1ba5f1f28eb38b5a0))
|
|
21
|
+
|
|
22
|
+
# [2.132.0](https://github.com/SocialGouv/kali-data/compare/v2.131.0...v2.132.0) (2021-09-11)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **data:** 20210911_0432 update ([1283792](https://github.com/SocialGouv/kali-data/commit/12837925fabac5fcd2dc211ef065b96ce49e579f))
|
|
28
|
+
|
|
1
29
|
# [2.131.0](https://github.com/SocialGouv/kali-data/compare/v2.130.0...v2.131.0) (2021-09-10)
|
|
2
30
|
|
|
3
31
|
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socialgouv/kali-data-types",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.135.0",
|
|
4
4
|
"devDependencies": {
|
|
5
5
|
"@babel/core": "^7.15.5",
|
|
6
6
|
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
|
|
7
|
-
"@babel/preset-env": "^7.15.
|
|
8
|
-
"@socialgouv/dila-api-client": "^1.2.
|
|
7
|
+
"@babel/preset-env": "^7.15.6",
|
|
8
|
+
"@socialgouv/dila-api-client": "^1.2.1",
|
|
9
9
|
"@socialgouv/eslint-config-strict": "^0.35.0",
|
|
10
10
|
"@types/jest": "^27.0.1",
|
|
11
|
-
"@types/node": "^14.17.
|
|
11
|
+
"@types/node": "^14.17.15",
|
|
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
17
|
"husky": "^7.0.2",
|
|
18
|
-
"jest": "^27.1.
|
|
18
|
+
"jest": "^27.1.1",
|
|
19
19
|
"npmlog": "^5.0.1",
|
|
20
20
|
"p-pipe": "^3.1.0",
|
|
21
21
|
"p-queue": "^6.6.2",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"prettier": "^2.3.2",
|
|
24
24
|
"prompt": "^1.2.0",
|
|
25
25
|
"semantic-release": "^17.4.7",
|
|
26
|
-
"typescript": "^4.4.
|
|
26
|
+
"typescript": "^4.4.3",
|
|
27
27
|
"unist-util-filter": "^2.0.3",
|
|
28
28
|
"unist-util-map": "^2.0.1"
|
|
29
29
|
},
|