@socialgouv/fiches-vdd-types 2.248.0 → 2.252.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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
# [2.252.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.251.0...v2.252.0) (2021-11-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **data:** 20211124_0416 update ([cbc21c5](https://github.com/SocialGouv/fiches-vdd/commit/cbc21c5faed038be3a6d141223367ec5c6114d63))
|
|
7
|
+
|
|
8
|
+
# [2.251.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.250.0...v2.251.0) (2021-11-23)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **data:** 20211123_0416 update ([92b432f](https://github.com/SocialGouv/fiches-vdd/commit/92b432fc58db1fe6bb3a1ffc70378f9154f619a0))
|
|
14
|
+
|
|
15
|
+
# [2.250.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.249.0...v2.250.0) (2021-11-22)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **data:** 20211122_0416 update ([fd9455b](https://github.com/SocialGouv/fiches-vdd/commit/fd9455b8805cae02ba8d97e37d3b4c0c72271e5e))
|
|
21
|
+
|
|
22
|
+
# [2.249.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.248.0...v2.249.0) (2021-11-21)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **data:** 20211121_0416 update ([4929707](https://github.com/SocialGouv/fiches-vdd/commit/49297078248cef4d4aab01c6582904fcaa4352d6))
|
|
28
|
+
|
|
1
29
|
# [2.248.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.247.0...v2.248.0) (2021-11-20)
|
|
2
30
|
|
|
3
31
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socialgouv/fiches-vdd-types",
|
|
3
3
|
"description": "Fiches vos droits et démarches au format JSON",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.252.0",
|
|
5
5
|
"repository": "https://github.com/SocialGouv/fiches-vdd.git",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"license": "MIT",
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"lint": "eslint *.js"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@socialgouv/eslint-config-recommended": "1.
|
|
13
|
+
"@socialgouv/eslint-config-recommended": "1.99.1",
|
|
14
14
|
"eslint": "7.32.0",
|
|
15
|
-
"jest": "^27.
|
|
15
|
+
"jest": "^27.3.1",
|
|
16
16
|
"prettier": "2.4.1",
|
|
17
17
|
"semantic-release": "^18.0.0",
|
|
18
|
-
"typescript": "^4.
|
|
18
|
+
"typescript": "^4.5.2"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">= v14.18.1"
|