@forge/api 2.20.0-next.2 → 2.20.0-next.3

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,12 @@
1
1
  # @forge/api
2
2
 
3
+ ## 2.20.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [63aba96]
8
+ - @forge/storage@1.5.12-next.0
9
+
3
10
  ## 2.20.0-next.2
4
11
 
5
12
  ### Patch Changes
package/out/safeUrl.js CHANGED
@@ -37,7 +37,7 @@ function escapeParameter(parameter, mode) {
37
37
  if (containsOneOf(DOUBLE_DOT, parameter) ||
38
38
  containsOneOf(ENDS_PATH, parameter) ||
39
39
  containsOneOf(DIRECTORY_PATH, parameter)) {
40
- throw new Error('Disallowing path manipulation attempt. For more information see: https://developer.atlassian.com/platform/forge/runtime-reference/product-fetch-api/#route');
40
+ throw new Error('Disallowing path manipulation attempt. For more information see: https://go.atlassian.com/product-fetch-api-route');
41
41
  }
42
42
  return parameter;
43
43
  case 'query':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "2.20.0-next.2",
3
+ "version": "2.20.0-next.3",
4
4
  "description": "Forge API methods",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@forge/auth": "0.0.5",
23
23
  "@forge/egress": "1.2.7",
24
- "@forge/storage": "1.5.11",
24
+ "@forge/storage": "1.5.12-next.0",
25
25
  "@forge/util": "1.3.3",
26
26
  "@types/node-fetch": "^2.6.7",
27
27
  "node-fetch": "2.7.0"