@socialgouv/kali-data 2.177.0 → 2.181.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/data/KALICONT000005635206.json +61 -35
- package/data/KALICONT000005635337.json +5 -5
- package/data/KALICONT000005635396.json +123 -23
- package/data/KALICONT000005635409.json +83 -18
- package/data/KALICONT000005635430.json +60 -34
- package/data/KALICONT000005635435.json +123 -19
- package/data/KALICONT000005635466.json +3 -3
- package/data/KALICONT000005635475.json +5 -5
- package/data/KALICONT000005635521.json +152 -0
- package/data/KALICONT000005635524.json +847 -120
- package/data/KALICONT000005635597.json +4 -4
- package/data/KALICONT000005635611.json +3 -3
- package/data/KALICONT000005635612.json +710 -639
- package/data/KALICONT000005635616.json +5 -5
- package/data/KALICONT000005635624.json +141 -17
- package/data/KALICONT000005635649.json +61 -35
- package/data/KALICONT000005635798.json +6 -6
- package/data/KALICONT000005635813.json +48 -0
- package/data/KALICONT000005635827.json +3 -3
- package/data/KALICONT000005635904.json +48 -0
- package/data/KALICONT000005635918.json +4 -4
- package/data/KALICONT000005635944.json +8 -8
- package/data/KALICONT000005635994.json +6 -6
- package/data/KALICONT000018902144.json +1 -1
- package/data/KALICONT000019647647.json +9 -9
- package/data/KALICONT000019906603.json +15 -15
- package/data/KALICONT000021125058.json +18 -18
- package/data/KALICONT000025844703.json +95 -17
- package/data/KALICONT000027084096.json +4 -4
- package/data/KALICONT000031197865.json +6 -6
- package/data/KALICONT000037263473.json +55 -29
- package/data/articles/index.json +371 -183
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socialgouv/kali-data",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.181.0",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"unist-util-find": "1.0.2",
|
|
6
6
|
"unist-util-flat-filter": "1.0.0",
|
|
7
7
|
"unist-util-parents": "1.0.3"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@babel/core": "^7.
|
|
11
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
12
|
-
"@babel/preset-env": "^7.
|
|
10
|
+
"@babel/core": "^7.16.0",
|
|
11
|
+
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
|
|
12
|
+
"@babel/preset-env": "^7.16.4",
|
|
13
13
|
"@socialgouv/dila-api-client": "^1.2.1",
|
|
14
14
|
"@socialgouv/eslint-config-strict": "^0.35.0",
|
|
15
15
|
"@types/jest": "^27.0.3",
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"eslint-plugin-sort-requires": "^2.1.0",
|
|
21
21
|
"esm": "^3.2.25",
|
|
22
22
|
"husky": "^7.0.4",
|
|
23
|
-
"jest": "^27.
|
|
23
|
+
"jest": "^27.4.0",
|
|
24
24
|
"npmlog": "^5.0.1",
|
|
25
25
|
"p-pipe": "^3.1.0",
|
|
26
26
|
"p-queue": "^6.6.2",
|
|
27
27
|
"p-retry": "^4.6.1",
|
|
28
|
-
"prettier": "^2.
|
|
28
|
+
"prettier": "^2.5.0",
|
|
29
29
|
"prompt": "^1.2.0",
|
|
30
30
|
"semantic-release": "^18.0.0",
|
|
31
|
-
"typescript": "^4.
|
|
31
|
+
"typescript": "^4.5.2",
|
|
32
32
|
"unist-util-filter": "^2.0.3",
|
|
33
33
|
"unist-util-map": "^2.0.1"
|
|
34
34
|
},
|