@forge/csp
6.0.0-next.36.0.0
package.json~
package.jsonModified+3−3
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/csp",
- "version": "6.0.0-next.3",
+ "version": "6.0.0",
"description": "Contains the CSP configuration for Custom UI resources in Forge",
"main": "out/index.js",
"author": "Atlassian",
"license": "SEE LICENSE IN LICENSE.txt",
@@ -10,10 +10,10 @@
"compile": "tsc -b -v",
"clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
},
"devDependencies": {
- "@forge/cli-shared": "9.0.0-next.7",
- "@forge/manifest": "13.0.0-next.2",
+ "@forge/cli-shared": "9.0.0",
+ "@forge/manifest": "13.0.0",
"@types/jest": "^29.5.14",
"@types/node": "20.19.1",
"cheerio": "^1.2.0",
"typescript": "5.9.2"