@forestadmin/agent 1.59.0 → 1.59.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.
@@ -158,7 +158,7 @@ class ChartRoute extends collection_route_1.default {
158
158
  exports.default = ChartRoute;
159
159
  ChartRoute.formats = {
160
160
  Day: 'dd/MM/yyyy',
161
- Week: "'W'W-yyyy",
161
+ Week: "'W'W-kkkk",
162
162
  Month: 'MMM yy',
163
163
  Year: 'yyyy',
164
164
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forestadmin/agent",
3
- "version": "1.59.0",
3
+ "version": "1.59.2",
4
4
  "main": "dist/index.js",
5
5
  "license": "GPL-3.0",
6
6
  "publishConfig": {
@@ -14,7 +14,7 @@
14
14
  "dependencies": {
15
15
  "@fast-csv/format": "^4.3.5",
16
16
  "@fastify/express": "^1.1.0",
17
- "@forestadmin/datasource-customizer": "1.61.3",
17
+ "@forestadmin/datasource-customizer": "1.62.0",
18
18
  "@forestadmin/datasource-toolkit": "1.48.0",
19
19
  "@forestadmin/forestadmin-client": "1.36.8",
20
20
  "@koa/cors": "^5.0.0",
@@ -24,7 +24,7 @@
24
24
  "json-api-serializer": "^2.6.6",
25
25
  "json-stringify-pretty-compact": "^3.0.0",
26
26
  "jsonwebtoken": "^9.0.0",
27
- "koa": "^2.14.1",
27
+ "koa": "^2.15.4",
28
28
  "koa-bodyparser": "^4.3.0",
29
29
  "koa-jwt": "^4.0.4",
30
30
  "luxon": "^3.2.1",