kiro-memory 1.7.0 → 1.7.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "kiro-memory",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "Persistent cross-session memory for AI coding assistants. Works with Claude Code, Cursor, Windsurf, Cline, and any MCP-compatible editor.",
5
5
  "keywords": [
6
6
  "kiro",
@@ -4797,11 +4797,11 @@ app.use(helmet({
4797
4797
  contentSecurityPolicy: {
4798
4798
  directives: {
4799
4799
  defaultSrc: ["'self'"],
4800
- scriptSrc: ["'self'", "'unsafe-inline'"],
4801
- styleSrc: ["'self'", "'unsafe-inline'", "https://cdn.tailwindcss.com"],
4800
+ scriptSrc: ["'self'", "'unsafe-inline'", "'unsafe-eval'", "https://cdn.tailwindcss.com"],
4801
+ styleSrc: ["'self'", "'unsafe-inline'", "https://fonts.googleapis.com", "https://cdn.tailwindcss.com"],
4802
4802
  imgSrc: ["'self'", "data:"],
4803
4803
  connectSrc: ["'self'"],
4804
- fontSrc: ["'self'", "https://fonts.googleapis.com", "https://fonts.gstatic.com"],
4804
+ fontSrc: ["'self'", "https://fonts.gstatic.com"],
4805
4805
  frameSrc: ["'none'"]
4806
4806
  }
4807
4807
  }