npm package diff
Package: @forge/csp
Versions: 4.2.1 - 5.0.0-next.0
File: package/package.json
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/csp",
- "version": "4.2.1",
+ "version": "5.0.0-next.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,17 +10,25 @@
"compile": "tsc -b -v",
"clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
},
"devDependencies": {
- "@forge/cli-shared": "8.3.0",
- "@forge/manifest": "10.2.1",
+ "@forge/cli-shared": "8.3.1-next.2",
+ "@forge/manifest": "10.2.2-next.2",
"@types/jest": "^29.5.14",
- "@types/node": "20.19.1"
+ "@types/node": "20.19.1",
+ "cheerio": "^1.1.0"
},
"dependencies": {
- "cheerio": "^1.1.0",
"content-security-policy-parser": "^0.4.1"
},
+ "peerDependencies": {
+ "cheerio": "^1.1.0"
+ },
+ "peerDependenciesMeta": {
+ "cheerio": {
+ "optional": true
+ }
+ },
"publishConfig": {
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
}
}