@forge/csp 5.6.0-next.1-experimental-2969aa0 → 5.6.0-next.2

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 CHANGED
@@ -1,14 +1,10 @@
1
1
  # @forge/csp
2
2
 
3
- ## 5.6.0-next.1-experimental-2969aa0
4
-
5
- ### Minor Changes
6
-
7
- - 83b3eac: Use public analytics URL
3
+ ## 5.6.0-next.2
8
4
 
9
5
  ### Patch Changes
10
6
 
11
- - 6077876: Fix analytics domains
7
+ - f995494: Fix CSP for emoji service by updating host URL structure
12
8
 
13
9
  ## 5.6.0-next.1
14
10
 
@@ -72,7 +72,7 @@ const ATLASSIAN_HOST = {
72
72
  prod: 'https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net',
73
73
  'fedramp-stg': 'https://pf-emoji-service--cdn.us-east-1.staging.cdn.atlassian-us-gov-mod.com',
74
74
  'fedramp-prod': 'https://pf-emoji-service--cdn.us-east-1.prod.cdn.atlassian-us-gov-mod.com',
75
- ...makeICHosts((env, icOptions) => `https://pf-emoji-service.${getICDomain(env, icOptions)}`)
75
+ ...makeICHosts((env, icOptions) => `https://pf-emoji-service.services.${getICDomain(env, icOptions)}`)
76
76
  },
77
77
  ATLASSIAN_FOP_GE_HOST: {
78
78
  dev: 'https://forge-outbound-proxy.dev.services.atlassian.com',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/csp",
3
- "version": "5.6.0-next.1-experimental-2969aa0",
3
+ "version": "5.6.0-next.2",
4
4
  "description": "Contains the CSP configuration for Custom UI resources in Forge",
5
5
  "main": "out/index.js",
6
6
  "author": "Atlassian",
@@ -11,8 +11,8 @@
11
11
  "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
12
12
  },
13
13
  "devDependencies": {
14
- "@forge/cli-shared": "8.11.1-next.2-experimental-2969aa0",
15
- "@forge/manifest": "11.3.0-next.1-experimental-2969aa0",
14
+ "@forge/cli-shared": "8.11.1-next.3",
15
+ "@forge/manifest": "11.3.0-next.2",
16
16
  "@types/jest": "^29.5.14",
17
17
  "@types/node": "20.19.1",
18
18
  "cheerio": "^1.1.0"