@anchrd/intel-api 0.29.0 → 0.31.0
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/dist/build/build.js +1 -0
- package/package.json +2 -2
package/dist/build/build.js
CHANGED
|
@@ -53,6 +53,7 @@ const defaultLogo = `export const customLogoUrl: string | null = null;\n`;
|
|
|
53
53
|
const headersFile = `# Generated by \`intel build\` — do not edit by hand.
|
|
54
54
|
/*
|
|
55
55
|
Cache-Control: no-store
|
|
56
|
+
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' blob: data:; font-src 'self' data:; connect-src 'self'; worker-src 'self' blob:; object-src 'none'; base-uri 'self'; frame-ancestors 'none'
|
|
56
57
|
|
|
57
58
|
/assets/*
|
|
58
59
|
! Cache-Control
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anchrd/intel-api",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.31.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"typecheck": "tsc --noEmit"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@anchrd/gate-sdk": "^0.
|
|
45
|
+
"@anchrd/gate-sdk": "^0.24.0",
|
|
46
46
|
"@anchrd/intel-contract": "^0.24.0",
|
|
47
47
|
"@cfworker/json-schema": "^4.1.1",
|
|
48
48
|
"@modelcontextprotocol/sdk": "^1.30.0",
|