@paris-ias/list 1.2.1 → 1.2.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.
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@paris-ias/list",
3
3
  "configKey": "list",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
@@ -230,6 +230,12 @@
230
230
  "Socioscope": "Socioscope",
231
231
  "WPRN": "WPRN",
232
232
  "WPRN-2021": "WPRN 2021"
233
+ },
234
+ "type": {
235
+ "label": "Type",
236
+ "INITIATIVE": "Initiative",
237
+ "PROJECTS": "Project",
238
+ "TOOL": "Tool"
233
239
  }
234
240
  },
235
241
  "publications": {
@@ -220,6 +220,12 @@
220
220
  "Socioscope": "Socioscope",
221
221
  "WPRN": "WPRN",
222
222
  "WPRN-2021": "WPRN 2021"
223
+ },
224
+ "type": {
225
+ "label": "Type",
226
+ "INITIATIVE": "Initiative",
227
+ "PROJECTS": "Projet",
228
+ "TOOL": "Outil"
223
229
  }
224
230
  },
225
231
  "publications": {
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "license": "AGPL-3.0-only",
3
3
  "main": "./dist/module.mjs",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "name": "@paris-ias/list",
6
6
  "repository": {
7
7
  "url": "git+https://github.com/IEA-Paris/list.git",
8
8
  "type": "git"
9
9
  },
10
10
  "dependencies": {
11
- "@paris-ias/trees": "^2.2.16"
11
+ "@paris-ias/trees": "^2.2.17"
12
12
  },
13
13
  "description": "Paris IAS List Module",
14
14
  "peerDependencies": {