@forge/csp

5.8.15.8.1-experimental-04cc2b9
package.json
~package.jsonModified
+10−5
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/csp",
-  "version": "5.8.1",
+  "version": "5.8.1-experimental-04cc2b9",
   "description": "Contains the CSP configuration for Custom UI resources in Forge",
   "main": "out/index.js",
   "author": "Atlassian",
   "license": "SEE LICENSE IN LICENSE.txt",
@@ -10,23 +10,28 @@
     "compile": "tsc -b -v",
     "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
   },
   "devDependencies": {
-    "@forge/cli-shared": "8.24.0",
-    "@forge/manifest": "12.9.0",
+    "@forge/cli-shared": "8.24.0-experimental-04cc2b9",
+    "@forge/manifest": "12.9.0-experimental-04cc2b9",
     "@types/jest": "^29.5.14",
     "@types/node": "20.19.1",
-    "cheerio": "^1.1.0"
+    "cheerio": "^1.1.0",
+    "typescript": "5.9.2"
   },
   "dependencies": {
     "content-security-policy-parser": "^0.6.0"
   },
   "peerDependencies": {
-    "cheerio": "^1.1.0"
+    "cheerio": "^1.1.0",
+    "typescript": ">=5.0.0"
   },
   "peerDependenciesMeta": {
     "cheerio": {
       "optional": true
+    },
+    "typescript": {
+      "optional": true
     }
   },
   "publishConfig": {
     "registry": "https://packages.atlassian.com/api/npm/npm-public/"