@tricoteuses/tisseuse 0.13.0 → 0.13.1
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/LICENSE.md +2 -1
- package/dist/server.js +12 -10
- package/package.json +3 -2
package/LICENSE.md
CHANGED
|
@@ -8,7 +8,8 @@ By:
|
|
|
8
8
|
- Emmanuel Raviart <mailto:emmanuel@raviart.com>
|
|
9
9
|
- David Smadja <mailto:david.smadja@altatech.fr>
|
|
10
10
|
|
|
11
|
-
Copyright © 2025
|
|
11
|
+
Copyright © 2025 Emmanuel Raviart
|
|
12
|
+
Copyright © 2026 Assemblée nationale, Emmanuel Raviart & David Smadja
|
|
12
13
|
|
|
13
14
|
https://git.tricoteuses.fr/logiciels/tricoteuses-juridique/src/branch/main/packages/tisseuse
|
|
14
15
|
|
package/dist/server.js
CHANGED
|
@@ -20673,16 +20673,18 @@ function ft(e, t) {
|
|
|
20673
20673
|
return U(r) && U(n) && e(n).parents("table").get(0) === r ? r : U(n) ? n : t;
|
|
20674
20674
|
}
|
|
20675
20675
|
function pt(e) {
|
|
20676
|
-
let t = [], n = /* @__PURE__ */ new Set();
|
|
20677
|
-
return e("a[id]").each((
|
|
20678
|
-
let
|
|
20679
|
-
if (!
|
|
20680
|
-
let
|
|
20681
|
-
!
|
|
20682
|
-
|
|
20683
|
-
|
|
20684
|
-
|
|
20685
|
-
|
|
20676
|
+
let t = [], n = /* @__PURE__ */ new Set(), r = /* @__PURE__ */ new Set();
|
|
20677
|
+
return e("a[id], span[id], h1[id], h2[id], h3[id], h4[id], h5[id], h6[id]").each((i, a) => {
|
|
20678
|
+
let o = G(z(e(a).text()));
|
|
20679
|
+
if (!o) return;
|
|
20680
|
+
let s = e(a).attr("id");
|
|
20681
|
+
if (!s || r.has(s)) return;
|
|
20682
|
+
let c = ft(e, a);
|
|
20683
|
+
n.has(c) || (r.add(s), n.add(c), t.push({
|
|
20684
|
+
id: s,
|
|
20685
|
+
...o,
|
|
20686
|
+
element: a,
|
|
20687
|
+
container: c
|
|
20686
20688
|
}));
|
|
20687
20689
|
}), t;
|
|
20688
20690
|
}
|
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.13.
|
|
4
|
+
"version": "0.13.1",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Assemblée nationale",
|
|
7
7
|
"France",
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
],
|
|
14
14
|
"author": "Emmanuel Raviart <emmanuel@raviart.com>",
|
|
15
15
|
"contributors": [
|
|
16
|
-
"Camille Moulin <public_commits@proton.me>"
|
|
16
|
+
"Camille Moulin <public_commits@proton.me>",
|
|
17
|
+
"David Smadja <david.smadja@altatech.fr>"
|
|
17
18
|
],
|
|
18
19
|
"bugs": {
|
|
19
20
|
"url": "https://git.tricoteuses.fr/logiciels/tricoteuses-juridique/issues"
|