@stamhoofd/backend-renderer 2.49.0 → 2.50.0

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.
@@ -2,5 +2,6 @@
2
2
  "environment": "development",
3
3
  "PORT": 9093,
4
4
  "CACHE_PATH": "/etc/stamhoofd/renderer/cache",
5
- "INTERNAL_SECRET_KEY": ""
6
- }
5
+ "INTERNAL_SECRET_KEY": "",
6
+ "translationNamespace": "stamhoofd"
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stamhoofd/backend-renderer",
3
- "version": "2.49.0",
3
+ "version": "2.50.0",
4
4
  "main": "./dist/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "license": "UNLICENCED",
11
11
  "scripts": {
12
- "dev": "concurrently -r 'rm -rf ./dist && wait-on ./dist/index.js && nodemon --quiet --inspect=5860 --watch dist --exec node --enable-source-maps ./dist/index.js --signal SIGTERM' 'yarn build --watch --preserveWatchOutput > /dev/null'",
12
+ "dev": "echo 'Waiting for shared backend packages...' && wait-on ../../shared/middleware/dist/index.js && echo 'Start building backend renderer' && concurrently -r 'yarn build --watch --preserveWatchOutput' \"wait-on ./dist/index.js && nodemon --quiet --inspect=5858 --watch dist --watch '../../../shared/*/dist/' --watch '../../shared/*/dist/' --ext .ts,.json,.sql,.js --watch .env.json --delay 1000ms --exec 'node --enable-source-maps ./dist/index.js' --signal SIGTERM\"",
13
13
  "build": "tsc -b",
14
14
  "build:full": "yarn clear && yarn build",
15
15
  "clear": "rm -rf ./dist",
@@ -31,5 +31,5 @@
31
31
  "mysql": "^2.18.1",
32
32
  "puppeteer": "22.12.0"
33
33
  },
34
- "gitHead": "ee78a53466f94dd4c58e7a3140198422f25ee961"
34
+ "gitHead": "809b483cc6e98291fca589b1ac39aaa3a7fcf6f2"
35
35
  }