@nxtedition/lib 27.1.0 → 27.1.1

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/app.js +1 -1
  2. package/package.json +2 -2
package/app.js CHANGED
@@ -1021,7 +1021,7 @@ export function makeApp(appConfig, onTerminateOrMeta, metaOrNull) {
1021
1021
  }
1022
1022
  }
1023
1023
 
1024
- if (appConfig.profile !== false && !cluster.isWorker) {
1024
+ if (appConfig.profile !== false && !cluster.isWorker && isProduction) {
1025
1025
  // TODO (fix): What about cluster?
1026
1026
 
1027
1027
  const flamegraph = createFlamegraphMiddleware({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "27.1.0",
3
+ "version": "27.1.1",
4
4
  "license": "UNLICENSED",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "type": "module",
@@ -94,5 +94,5 @@
94
94
  "pino": ">=7.0.0",
95
95
  "rxjs": "^7.0.0"
96
96
  },
97
- "gitHead": "71bea4849f5a3e2dd5f9209eadec89e01393d0fd"
97
+ "gitHead": "f31799349f12959956951384782db57a5af14e64"
98
98
  }