@joystick.js/node-canary 0.0.0-canary.63 → 0.0.0-canary.65

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
@@ -179,7 +179,8 @@ class App {
179
179
  data: {
180
180
  [data?.componentId]: data?.data
181
181
  },
182
- translations
182
+ translations,
183
+ req: browserSafeRequest
183
184
  });
184
185
  }
185
186
  res.status(200).send({ data: {}, translations: {} });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joystick.js/node-canary",
3
- "version": "0.0.0-canary.63",
3
+ "version": "0.0.0-canary.65",
4
4
  "type": "module",
5
5
  "description": "A Node.js framework for building web apps.",
6
6
  "main": "./dist/index.js",