@gbl-uzh/platform 0.2.13 → 0.2.14

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/nexus.js +2 -2
  2. package/package.json +1 -1
package/dist/nexus.js CHANGED
@@ -326,10 +326,10 @@ var Game = (0, import_nexus5.objectType)({
326
326
  t.field("activePeriod", {
327
327
  type: Period
328
328
  });
329
- t.nonNull.list.nonNull.field("players", {
329
+ t.list.nonNull.field("players", {
330
330
  type: Player
331
331
  });
332
- t.nonNull.list.nonNull.field("periods", {
332
+ t.list.nonNull.field("periods", {
333
333
  type: Period
334
334
  });
335
335
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gbl-uzh/platform",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "license": "AGPL-3.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",