@joystick.js/node-canary 0.0.0-canary.58 → 0.0.0-canary.59

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