@tricoteuses/senat 2.22.2 → 2.22.4

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.
@@ -135,6 +135,7 @@ const findAllAmendementsQuery = dbSenat
135
135
  .end(), ref("ameli.ses.ann"), val("-"), sql `(ameli.ses.ann + 1)`, val("/"), ref("ameli.txt_ameli.numabs"), val("/Amdt_"), ref("ameli.amd.num"), val(".html")).as("url"),
136
136
  "ameli.grppol_ameli.lilcou as au_nom_de_groupe_politique",
137
137
  "ameli.com_ameli.lil as au_nom_de_commission",
138
+ "ameli.com_ameli.cod as code_commission",
138
139
  eb.case().when("ameli.cab.entid", "is not", null).then(true).else(false).end().as("auteur_est_gouvernement"),
139
140
  scrutin(ref("ameli.amd.num"), ref("ameli.ses.ann"), ref("dosleg.texte.lecassidt")),
140
141
  auteurs(ref("ameli.amd.id")).as("auteurs"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tricoteuses/senat",
3
- "version": "2.22.2",
3
+ "version": "2.22.4",
4
4
  "description": "Handle French Sénat's open data",
5
5
  "keywords": [
6
6
  "France",
@@ -33,12 +33,12 @@
33
33
  ],
34
34
  "exports": {
35
35
  ".": {
36
- "import": "./lib/index.js",
37
- "types": "./lib/index.d.ts"
36
+ "import": "./lib/src/index.js",
37
+ "types": "./lib/src/index.d.ts"
38
38
  },
39
39
  "./loaders": {
40
- "import": "./lib/loaders.js",
41
- "types": "./lib/loaders.d.ts"
40
+ "import": "./lib/src/loaders.js",
41
+ "types": "./lib/src/loaders.d.ts"
42
42
  },
43
43
  "./package.json": "./package.json"
44
44
  },