@rubytech/create-realagent 1.0.836 → 1.0.837

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": "@rubytech/create-realagent",
3
- "version": "1.0.836",
3
+ "version": "1.0.837",
4
4
  "description": "Install Real Agent — Built for agents. By agents.",
5
5
  "bin": {
6
6
  "create-realagent": "./dist/index.js"
@@ -12128,7 +12128,7 @@ var MIME = {
12128
12128
  ".otf": "font/otf"
12129
12129
  };
12130
12130
  var HTML_EXTS = /* @__PURE__ */ new Set([".html", ".htm"]);
12131
- var CSP_HTML = "default-src 'self' https: data:; script-src 'none'";
12131
+ var CSP_HTML = "default-src 'self' https: data:; style-src 'self' https: 'unsafe-inline'; script-src 'none'";
12132
12132
  function getExt(p) {
12133
12133
  const idx = p.lastIndexOf(".");
12134
12134
  if (idx < 0) return "";