@forge/csp 5.8.0 → 5.8.1-next.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @forge/csp
2
2
 
3
+ ## 5.8.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 4f3fb5e: Updates emoji image src urls
8
+
3
9
  ## 5.8.0
4
10
 
5
11
  ### Minor Changes
@@ -67,12 +67,12 @@ const ATLASSIAN_HOST = {
67
67
  ...makeICHosts((env, icOptions) => `https://teams-directory-frontend.services.${getICDomain(env, icOptions)}/bfa/`)
68
68
  },
69
69
  ATLASSIAN_EMOJIS_HOST: {
70
- dev: 'https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net',
71
- stg: 'https://pf-emoji-service--cdn.us-east-1.staging.public.atl-paas.net',
72
- prod: 'https://pf-emoji-service--cdn.us-east-1.prod.public.atl-paas.net',
73
- 'fedramp-stg': 'https://pf-emoji-service--cdn.us-east-1.staging.cdn.atlassian-us-gov-mod.com',
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.services.${getICDomain(env, icOptions)}`)
70
+ dev: 'https://pf-emoji-service.ddev.frontend.public.atl-paas.net',
71
+ stg: 'https://pf-emoji-service.stg-east.frontend.public.atl-paas.net',
72
+ prod: 'https://pf-emoji-service.prod-east.frontend.public.atl-paas.net',
73
+ 'fedramp-stg': 'https://pf-emoji-service.frontend.staging.cdn.atlassian-us-gov-mod.com',
74
+ 'fedramp-prod': 'https://pf-emoji-service.frontend.cdn.atlassian-us-gov-mod.com',
75
+ ...makeICHosts((env, icOptions) => `https://pf-emoji-service.${getICDomain(env, icOptions)}/bfa/emoji-service/`)
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.8.0",
3
+ "version": "5.8.1-next.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,8 +11,8 @@
11
11
  "clean": "rm -rf ./out && rm -f tsconfig.tsbuildinfo"
12
12
  },
13
13
  "devDependencies": {
14
- "@forge/cli-shared": "8.21.0",
15
- "@forge/manifest": "12.6.0",
14
+ "@forge/cli-shared": "8.23.1-next.1",
15
+ "@forge/manifest": "12.8.1-next.1",
16
16
  "@types/jest": "^29.5.14",
17
17
  "@types/node": "20.19.1",
18
18
  "cheerio": "^1.1.0"