@forge/csp 2.2.0-next.0 → 2.2.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/CHANGELOG.md +16 -0
- package/package.json +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @forge/csp
|
|
2
2
|
|
|
3
|
+
## 2.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- b45820c1: Allow \*.atlassian-fex.com domains to frame Custom UI apps
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 439098ca: Add missing dev dependencies
|
|
12
|
+
|
|
13
|
+
## 2.2.0-next.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 439098ca: Add missing dev dependencies
|
|
18
|
+
|
|
3
19
|
## 2.2.0-next.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/csp",
|
|
3
|
-
"version": "2.2.0
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Contains the CSP configuration for Custom UI resources in Forge",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"author": "Atlassian",
|
|
@@ -11,9 +11,11 @@
|
|
|
11
11
|
"clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@forge/cli-shared": "3.17.2
|
|
15
|
-
"@forge/manifest": "4.19.1
|
|
16
|
-
"@types/
|
|
14
|
+
"@forge/cli-shared": "3.17.2",
|
|
15
|
+
"@forge/manifest": "4.19.1",
|
|
16
|
+
"@types/ignore-walk": "^4.0.0",
|
|
17
|
+
"@types/jest": "^29.5.3",
|
|
18
|
+
"@types/node": "14.18.54"
|
|
17
19
|
},
|
|
18
20
|
"dependencies": {
|
|
19
21
|
"cheerio": "^0.22.0",
|