@joystick.js/node-canary 0.0.0-canary.95 → 0.0.0-canary.96

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.
@@ -122,7 +122,6 @@ var render_default = (req, res, next, appInstance = {}) => {
122
122
  if (layoutPath && fs.existsSync(layoutPath)) {
123
123
  props.page = Page;
124
124
  }
125
- console.log("TRANSLATIONS IN SSR", translations);
126
125
  const html = await ssr({
127
126
  componentFunction: Layout || Page,
128
127
  req,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joystick.js/node-canary",
3
- "version": "0.0.0-canary.95",
3
+ "version": "0.0.0-canary.96",
4
4
  "type": "module",
5
5
  "description": "A Node.js framework for building web apps.",
6
6
  "main": "./dist/index.js",