@joystick.js/node-canary 0.0.0-canary.471 → 0.0.0-canary.472

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@joystick.js/node-canary",
3
3
  "type": "module",
4
- "version": "0.0.0-canary.471",
4
+ "version": "0.0.0-canary.472",
5
5
  "description": "The Node.js framework for Joystick.",
6
6
  "main": "./dist/index.js",
7
7
  "scripts": {
@@ -28,7 +28,7 @@ const register_setters = (express_app = {}, setter_definitions = [], api_context
28
28
  const context = await get_api_context(req, res, api_context);
29
29
 
30
30
  // NOTE: No need for URL decoding or JSON integrity check like getters as these are passed
31
- // via the body, not query parameters. Test.
31
+ // via the body, not query parameters.
32
32
  const input = req?.body?.input || null;
33
33
  const output = req?.body?.output || null;
34
34