@tricoteuses/tisseuse 0.11.0 → 0.12.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/dist/html-kKhAILq4.js +12756 -0
- package/dist/index.js +593 -333
- package/dist/lib/extractors/action_directives.d.ts +1 -0
- package/dist/lib/text_parsers/numbers.d.ts +5 -0
- package/dist/lib/text_parsers/text_titles_infos.json.d.ts +4 -0
- package/dist/scripts/enrich_senat_documents.d.ts +1 -0
- package/dist/server.js +1 -1
- package/package.json +2 -2
- package/dist/html-DfrdIKTl.js +0 -12741
|
@@ -16,4 +16,9 @@ export declare const adjectifNumeralCardinalLong: import('./parsers.js').TextPar
|
|
|
16
16
|
export declare const adjectifNumeralCardinal: import('./parsers.js').TextParser<TextAst>;
|
|
17
17
|
export declare const adjectifNumeralOrdinalLong: import('./parsers.js').TextParser<TextAst>;
|
|
18
18
|
export declare const adjectifNumeralOrdinal: import('./parsers.js').TextParser<TextAst>;
|
|
19
|
+
export declare const multiplicativeLatinSuffixes: Array<{
|
|
20
|
+
pattern: string;
|
|
21
|
+
value: number;
|
|
22
|
+
}>;
|
|
23
|
+
export declare const multiplicativeLatinSuffixPattern: string;
|
|
19
24
|
export declare const adverbeMultiplicatifLatin: import('./parsers.js').TextParser<TextAst>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/server.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tricoteuses/tisseuse",
|
|
3
3
|
"description": "Find links in/to French legislative documents",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.12.0",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Assemblée nationale",
|
|
7
7
|
"France",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@auditors/core": "^0.7.4",
|
|
67
67
|
"@tricoteuses/assemblee": "^3.2.0",
|
|
68
68
|
"@tricoteuses/legifrance": "^0.18.0",
|
|
69
|
-
"@tricoteuses/senat": "^
|
|
69
|
+
"@tricoteuses/senat": "^3.0.1",
|
|
70
70
|
"@types/fs-extra": "^11.0.4",
|
|
71
71
|
"@types/node": "^25.5.0",
|
|
72
72
|
"@types/papaparse": "^5.5.2",
|