@paris-ias/trees 2.0.0 → 2.0.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.
Files changed (1) hide show
  1. package/package.json +17 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -17,6 +17,10 @@
17
17
  "type": "git",
18
18
  "url": "https://github.com/IEA-Paris/trees.git"
19
19
  },
20
+ "homepage": "https://www.npmjs.com/package/@paris-ias/trees",
21
+ "bugs": {
22
+ "url": "https://github.com/IEA-Paris/trees/issues"
23
+ },
20
24
  "engines": {
21
25
  "node": ">=18.0.0"
22
26
  },
@@ -137,18 +141,18 @@
137
141
  "types": "./dist/list/users.d.ts",
138
142
  "import": "./dist/list/users.js"
139
143
  },
140
- "./graphql/client/actions": "./dist/graphql/client/actions/*.gql",
141
- "./graphql/client/affiliations": "./dist/graphql/client/affiliations/*.gql",
142
- "./graphql/client/apps": "./dist/graphql/client/apps/*.gql",
143
- "./graphql/client/events": "./dist/graphql/client/events/*.gql",
144
- "./graphql/client/fellowships": "./dist/graphql/client/fellowships/*.gql",
145
- "./graphql/client/files": "./dist/graphql/client/files/*.gql",
146
- "./graphql/client/mailing": "./dist/graphql/client/mailing/*.gql",
147
- "./graphql/client/misc": "./dist/graphql/client/misc/*.gql",
148
- "./graphql/client/news": "./dist/graphql/client/news/*.gql",
149
- "./graphql/client/people": "./dist/graphql/client/people/*.gql",
150
- "./graphql/client/projects": "./dist/graphql/client/projects/*.gql",
151
- "./graphql/client/publications": "./dist/graphql/client/publications/*.gql",
144
+ "./dist/graphql/client/actions/*.gql": "./dist/graphql/client/actions/*.gql",
145
+ "./dist/graphql/client/affiliations/*.gql": "./dist/graphql/client/affiliations/*.gql",
146
+ "./dist/graphql/client/apps/*.gql": "./dist/graphql/client/apps/*.gql",
147
+ "./dist/graphql/client/events/*.gql": "./dist/graphql/client/events/*.gql",
148
+ "./dist/graphql/client/fellowships/*.gql": "./dist/graphql/client/fellowships/*.gql",
149
+ "./dist/graphql/client/files/*.gql": "./dist/graphql/client/files/*.gql",
150
+ "./dist/graphql/client/mailing/*.gql": "./dist/graphql/client/mailing/*.gql",
151
+ "./dist/graphql/client/misc/*.gql": "./dist/graphql/client/misc/*.gql",
152
+ "./dist/graphql/client/news/*.gql": "./dist/graphql/client/news/*.gql",
153
+ "./dist/graphql/client/people/*.gql": "./dist/graphql/client/people/*.gql",
154
+ "./dist/graphql/client/projects/*.gql": "./dist/graphql/client/projects/*.gql",
155
+ "./dist/graphql/client/publications/*.gql": "./dist/graphql/client/publications/*.gql",
152
156
  "./graphql/schemas/apex": "./dist/graphql/schemas/schema.apex.graphql",
153
157
  "./graphql/schemas/apex-resolvers": "./dist/graphql/schemas/apex-resolvers-list.json",
154
158
  "./graphql/schemas/website": "./dist/graphql/schemas/schema.website.graphql",