@dnax/core 0.66.2 → 0.66.3

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 +1 -1
  2. package/package.json +1 -1
package/app/hono.ts CHANGED
@@ -95,7 +95,7 @@ function HonoInstance(): typeof app {
95
95
  })
96
96
  );
97
97
  app.use(secureHeaders());
98
- app.use(compress());
98
+ //app.use(compress());
99
99
 
100
100
  //eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjoibm9tIiwiaWF0IjoxNzE3Nzc0MDQzLCJleHAiOjE3MTc3NzQxMDN9.Ud4-0y8pa4SMIcSn8PU1A-sjC-hT4ZVe_u3AdChyIJU
101
101
  // Middlewares Injection
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnax/core",
3
- "version": "0.66.2",
3
+ "version": "0.66.3",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {},