@forge/api 2.19.3-next.1 → 2.19.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @forge/api
2
2
 
3
+ ## 2.19.3
4
+
5
+ ### Patch Changes
6
+
7
+ - dd43e2f: Fix trusted routes interpolated into larger routes
8
+ - c93b149: Bumping dependencies via Renovate:
9
+
10
+ - nock
11
+
12
+ - Updated dependencies [863f7eb]
13
+ - @forge/util@1.3.2
14
+
15
+ ## 2.19.3-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - c93b149: Bumping dependencies via Renovate:
20
+
21
+ - nock
22
+
3
23
  ## 2.19.3-next.1
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "2.19.3-next.1",
3
+ "version": "2.19.3",
4
4
  "description": "Forge API methods",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -12,16 +12,16 @@
12
12
  "compile": "tsc -b -v"
13
13
  },
14
14
  "devDependencies": {
15
- "@forge/runtime": "5.1.2-next.2",
15
+ "@forge/runtime": "5.1.2",
16
16
  "@types/node": "14.18.63",
17
17
  "jest-matcher-specific-error": "^1.0.0",
18
- "nock": "13.3.3"
18
+ "nock": "13.3.4"
19
19
  },
20
20
  "dependencies": {
21
21
  "@forge/auth": "0.0.5",
22
22
  "@forge/egress": "1.2.6",
23
23
  "@forge/storage": "1.5.10",
24
- "@forge/util": "1.3.2-next.0",
24
+ "@forge/util": "1.3.2",
25
25
  "@types/node-fetch": "^2.6.6",
26
26
  "node-fetch": "2.7.0"
27
27
  }