@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.
@@ -33,6 +33,7 @@ export type ActionDirective = {
33
33
  reference: TextAstReference;
34
34
  portionSelectors: PortionSelector[];
35
35
  targetText: string;
36
+ occurrenceIndex?: number;
36
37
  sourcePosition: FragmentPosition;
37
38
  sourceText: string;
38
39
  } | {
@@ -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,4 @@
1
+ declare const _default: {}
2
+ ;
3
+
4
+ export default _default;
@@ -0,0 +1 @@
1
+ export {};
package/dist/server.js CHANGED
@@ -1,4 +1,4 @@
1
- import { $ as e, a as t, g as n, mn as r, o as i, t as a } from "./html-DfrdIKTl.js";
1
+ import { $ as e, a as t, g as n, gn as r, o as i, t as a } from "./html-kKhAILq4.js";
2
2
  import * as o from "node:crypto";
3
3
  import s from "fs-extra";
4
4
  import c from "node:path";
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.11.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": "^2.22.16",
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",