@newskit-render/core 2.39.3-alpha.4 → 2.39.3-alpha.5

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/newrelic.js +1 -1
  2. package/package.json +1 -1
package/newrelic.js CHANGED
@@ -36,7 +36,7 @@ exports.config = {
36
36
  * issues with the agent, 'info' and higher will impose the least overhead on
37
37
  * production applications.
38
38
  */
39
- level: 'trace',
39
+ level: 'info',
40
40
  filepath: '',
41
41
  },
42
42
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/core",
3
- "version": "2.39.3-alpha.4",
3
+ "version": "2.39.3-alpha.5",
4
4
  "description": "Newskit Render - Core package",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",