@dnax/core 0.69.1 → 0.69.2

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 -0
  2. package/package.json +1 -1
package/app/hono.ts CHANGED
@@ -849,6 +849,7 @@ function HonoInstance(): typeof app {
849
849
 
850
850
  // Retourner l'image redimensionnée
851
851
  return c.body(buffer, 200, {
852
+ "Access-Control-Allow-Origin": "*",
852
853
  "Cache-Control": "public, max-age=31536000, immutable",
853
854
  "Content-Type": "image/jpeg",
854
855
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnax/core",
3
- "version": "0.69.1",
3
+ "version": "0.69.2",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {},