@dnax/core 0.9.2 → 0.9.4
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/app/hono.ts +1 -1
- package/package.json +2 -2
package/app/hono.ts
CHANGED
|
@@ -302,7 +302,7 @@ function HonoInstance(): typeof app {
|
|
|
302
302
|
|
|
303
303
|
var response;
|
|
304
304
|
var parseBody;
|
|
305
|
-
|
|
305
|
+
var { action, collection, cleanDeep, useCache, name } =
|
|
306
306
|
c.req.query() as Q;
|
|
307
307
|
const service = getService(name, c.var["tenant-id"]);
|
|
308
308
|
const col = getCollection(collection, c.var["tenant-id"]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dnax/core",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.4",
|
|
4
4
|
"module": "index.ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"find-open-port": "^2.0.3",
|
|
32
32
|
"fs-extra": "^11.2.0",
|
|
33
33
|
"generate-unique-id": "^2.0.3",
|
|
34
|
-
"hono": "^4.
|
|
34
|
+
"hono": "^4.6.3",
|
|
35
35
|
"joi": "^17.13.3",
|
|
36
36
|
"json-joy": "^16.8.0",
|
|
37
37
|
"jsonwebtoken": "^9.0.2",
|