@gbl-uzh/platform 0.4.9 → 0.4.10

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/index.js CHANGED
@@ -1737,7 +1737,7 @@ async function getPlayerResult(args, ctx) {
1737
1737
  }
1738
1738
  },
1739
1739
  orderBy: {
1740
- createdAt: "desc"
1740
+ createdAt: "asc"
1741
1741
  }
1742
1742
  });
1743
1743
  return {
@@ -1917,7 +1917,7 @@ async function getPlayerTransactions(args, ctx) {
1917
1917
  }
1918
1918
  },
1919
1919
  orderBy: {
1920
- createdAt: "desc"
1920
+ createdAt: "asc"
1921
1921
  }
1922
1922
  });
1923
1923
  return playerActions;
package/dist/nexus.js CHANGED
@@ -2014,7 +2014,7 @@ async function getPlayerResult(args, ctx) {
2014
2014
  }
2015
2015
  },
2016
2016
  orderBy: {
2017
- createdAt: "desc"
2017
+ createdAt: "asc"
2018
2018
  }
2019
2019
  });
2020
2020
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gbl-uzh/platform",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "license": "LGPL-3.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",