@adonisjs/core 6.1.5-21 → 6.1.5-22

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.
@@ -55,7 +55,7 @@ export default class EdgeServiceProvider {
55
55
  return edge.createRenderer().share({
56
56
  request: this.request,
57
57
  });
58
- });
58
+ }, true);
59
59
  /**
60
60
  * Adding brisk route to render templates without an
61
61
  * explicit handler
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adonisjs/core",
3
3
  "description": "Core of AdonisJS",
4
- "version": "6.1.5-21",
4
+ "version": "6.1.5-22",
5
5
  "engines": {
6
6
  "node": ">=18.16.0"
7
7
  },