@tricoteuses/assemblee 3.0.6 → 3.0.8
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/lib/{amendements-BUdzERgg.js → amendements-Cd3JcAtS.js} +1 -1
- package/lib/{amendements-BKxlNgbH.js → amendements-CusGbzsz.js} +1 -66
- package/lib/cleaners.js +3 -3
- package/lib/index.js +3 -3
- package/lib/{loaders-BNhTv-FA.js → loaders-BnP5p7N2.js} +2 -2
- package/lib/loaders.js +2 -2
- package/lib/parsers.js +5459 -5402
- package/lib/{questions-DhG4JHWF.js → questions-BwsFy7G_.js} +1 -1
- package/package.json +16 -13
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z as e } from "zod";
|
|
2
|
-
import { F as n, K as t, L as o, J as l, G as b, H as R, I as m, E as S } from "./amendements-
|
|
2
|
+
import { F as n, K as t, L as o, J as l, G as b, H as R, I as m, E as S } from "./amendements-CusGbzsz.js";
|
|
3
3
|
const g = [
|
|
4
4
|
"",
|
|
5
5
|
"ADOPTION amendement (main levée) adt",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tricoteuses/assemblee",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8",
|
|
4
4
|
"description": "Retrieve, clean up & handle French Assemblée nationale's open data",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Assemblée nationale",
|
|
@@ -87,18 +87,18 @@
|
|
|
87
87
|
"type-check:watch": "npm run type-check -- --watch"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"cheerio": "^1.
|
|
90
|
+
"cheerio": "^1.2.0",
|
|
91
91
|
"date-fns": "^4.1.0",
|
|
92
92
|
"deep-equal": "^2.2.3",
|
|
93
93
|
"deep-object-diff": "^1.1.0",
|
|
94
|
-
"fast-xml-parser": "^5.
|
|
94
|
+
"fast-xml-parser": "^5.3.6",
|
|
95
95
|
"front-matter": "^4.0.2",
|
|
96
|
-
"fs-extra": "^11.
|
|
97
|
-
"glob": "^13.0.
|
|
96
|
+
"fs-extra": "^11.3.3",
|
|
97
|
+
"glob": "^13.0.5",
|
|
98
98
|
"js-yaml": "^4.0.0",
|
|
99
|
-
"node-html-parser": "^7.0.
|
|
99
|
+
"node-html-parser": "^7.0.2",
|
|
100
100
|
"node-stream-zip": "^1.11.6",
|
|
101
|
-
"p-limit": "^7.
|
|
101
|
+
"p-limit": "^7.3.0",
|
|
102
102
|
"sharp": "^0.34.2",
|
|
103
103
|
"zod": "^4.2.1",
|
|
104
104
|
"zod-opts": "^1.0.0"
|
|
@@ -111,20 +111,23 @@
|
|
|
111
111
|
"@types/node": "^24.10.1",
|
|
112
112
|
"@types/temp": "^0.9.0",
|
|
113
113
|
"@types/unzipper": "^0.10.3",
|
|
114
|
-
"ajv": "^8.0
|
|
114
|
+
"ajv": "^8.18.0",
|
|
115
115
|
"eslint": "^9.27.0",
|
|
116
|
-
"globals": "^17.
|
|
116
|
+
"globals": "^17.3.0",
|
|
117
117
|
"prettier": "^3.5.3",
|
|
118
|
-
"rimraf": "^6.
|
|
118
|
+
"rimraf": "^6.1.3",
|
|
119
119
|
"temp": "^0.9.1",
|
|
120
120
|
"ts-json-schema-generator": "^2.4.0",
|
|
121
121
|
"tslib": "^2.0.2",
|
|
122
|
-
"tsx": "^4.
|
|
122
|
+
"tsx": "^4.21.0",
|
|
123
123
|
"typedoc": "^0.28.5",
|
|
124
124
|
"typedoc-plugin-markdown": "^4.6.4",
|
|
125
125
|
"typescript": "^5.8.3",
|
|
126
|
-
"typescript-eslint": "^8.
|
|
127
|
-
"vite": "^7.
|
|
126
|
+
"typescript-eslint": "^8.56.0",
|
|
127
|
+
"vite": "^7.3.1",
|
|
128
128
|
"vite-plugin-dts": "^4.5.4"
|
|
129
|
+
},
|
|
130
|
+
"overrides": {
|
|
131
|
+
"@microsoft/api-extractor": "7.55.0"
|
|
129
132
|
}
|
|
130
133
|
}
|