@dnax/core 0.4.6 → 0.4.7

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.
Files changed (2) hide show
  1. package/app/hono.ts +2 -0
  2. package/package.json +1 -1
package/app/hono.ts CHANGED
@@ -232,6 +232,8 @@ function HonoInstance(): typeof app {
232
232
  session: sessionStorage(),
233
233
  isAuth: c.var?._v?.isAuth || false,
234
234
  });
235
+
236
+ return c.json(response);
235
237
  }
236
238
 
237
239
  if (!getAction(action) || !collection) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnax/core",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {