@tricoteuses/tisseuse 0.13.1 → 0.13.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -296,7 +296,7 @@ async function _n(e, t, n) {
296
296
  return r === void 0 && (r = /* @__PURE__ */ new Map(), t.set("Document", r)), (await e`
297
297
  SELECT data, uid
298
298
  FROM assemblee.documents
299
- WHERE dossier_uid = ${n}
299
+ WHERE data ->> 'dossierRef' = ${n}
300
300
  `).map(({ data: e, uid: t }) => (r.set(t, e ?? null), e));
301
301
  }
302
302
  async function vn(e, t, n) {
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.1",
4
+ "version": "0.13.2",
5
5
  "keywords": [
6
6
  "Assemblée nationale",
7
7
  "France",
@@ -64,7 +64,7 @@
64
64
  "test:unit": "vitest"
65
65
  },
66
66
  "devDependencies": {
67
- "@tricoteuses/assemblee": "^3.2.7",
67
+ "@tricoteuses/assemblee": "^3.2.10",
68
68
  "@tricoteuses/legifrance": "^0.18.7",
69
69
  "@tricoteuses/senat": "^3.1.11",
70
70
  "@types/fs-extra": "^11.0.4",