|
35 | 35 | "reads2": "jitar start --env-file=development.env --service=services/reads2.json --http-body-limit=640000", |
36 | 36 | "writes": "jitar start --env-file=development.env --service=services/writes.json --http-body-limit=640000", |
37 | 37 |
|
38 | | - "production": "jitar start --log-level=warn --service=services/standalone.json" |
| 38 | + "production": "jitar start --log-level=warn --service=services/standalone.json --http-body-limit=640000" |
39 | 39 | }, |
40 | 40 | "files": [ |
41 | 41 | "CHANGELOG.md", |
|
50 | 50 | "jitar": "0.10.6", |
51 | 51 | "@maskingtech/designsystem": "0.0.6", |
52 | 52 | "@maskingtech/react-toolkit": "0.0.4", |
53 | | - "@theshelf/authentication": "0.4.0", |
54 | | - "@theshelf/database": "0.4.0", |
55 | | - "@theshelf/connection": "0.4.0", |
56 | | - "@theshelf/eventbroker": "0.4.0", |
57 | | - "@theshelf/filestore": "0.4.0", |
58 | | - "@theshelf/http": "0.4.0", |
59 | | - "@theshelf/logging": "0.4.0", |
60 | | - "@theshelf/notification": "0.4.0", |
61 | | - "@theshelf/validation": "0.4.0", |
62 | | - "@theshelf/authentication-driver-openid": "0.4.0", |
63 | | - "@theshelf/database-driver-mongodb": "0.4.0", |
64 | | - "@theshelf/filestore-driver-s3": "0.4.0", |
65 | | - "@theshelf/logging-driver-database": "0.4.0", |
66 | | - "@theshelf/validation-driver-zod": "0.4.0", |
| 53 | + "@theshelf/authentication": "0.4.1", |
| 54 | + "@theshelf/database": "0.4.1", |
| 55 | + "@theshelf/connection": "0.4.1", |
| 56 | + "@theshelf/eventbroker": "0.4.1", |
| 57 | + "@theshelf/filestore": "0.4.1", |
| 58 | + "@theshelf/http": "0.4.1", |
| 59 | + "@theshelf/logging": "0.4.1", |
| 60 | + "@theshelf/notification": "0.4.1", |
| 61 | + "@theshelf/validation": "0.4.1", |
| 62 | + "@theshelf/authentication-driver-openid": "0.4.1", |
| 63 | + "@theshelf/database-driver-mongodb": "0.4.1", |
| 64 | + "@theshelf/filestore-driver-s3": "0.4.1", |
| 65 | + "@theshelf/logging-driver-database": "0.4.1", |
| 66 | + "@theshelf/validation-driver-zod": "0.4.1", |
67 | 67 | "@jitar-plugins/authentication": "0.1.3", |
68 | 68 | "@jitar-plugins/database": "0.1.3", |
69 | 69 | "@jitar-plugins/eventbroker": "0.1.3", |
|
0 commit comments