@joystick.js/node-canary 0.0.0-canary.60 → 0.0.0-canary.61

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.
package/dist/app/index.js CHANGED
@@ -173,7 +173,7 @@ class App {
173
173
  const browserSafeRequest = getBrowserSafeRequest(req);
174
174
  const data = await getDataFromComponent(componentInstance, apiForDataFunctions, browserSafeRequest);
175
175
  return res.status(200).send({
176
- data,
176
+ data: data?.data,
177
177
  translations: {}
178
178
  });
179
179
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joystick.js/node-canary",
3
- "version": "0.0.0-canary.60",
3
+ "version": "0.0.0-canary.61",
4
4
  "type": "module",
5
5
  "description": "A Node.js framework for building web apps.",
6
6
  "main": "./dist/index.js",