@forge/api 6.0.2-next.3 → 6.0.3-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @forge/api
2
2
 
3
+ ## 6.0.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [10c0bc6]
8
+ - @forge/egress@2.0.2-next.0
9
+
10
+ ## 6.0.2
11
+
12
+ ### Patch Changes
13
+
14
+ - 7abca30: Remove SDK dependency on @atlassian/ari
15
+ - 8916328: Fix ARI JSON serialisation
16
+ - e118b07: Remove remnants of sandbox runtime
17
+ - ebad936: Added support for feature flags requests in \_\_fetchProduct
18
+ - Updated dependencies [7abca30]
19
+ - @forge/storage@2.0.2
20
+
3
21
  ## 6.0.2-next.3
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "6.0.2-next.3",
3
+ "version": "6.0.3-next.0",
4
4
  "description": "Forge API methods",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -16,7 +16,7 @@
16
16
  "@atlassian/ari": "^2.199.0",
17
17
  "@atlassian/in-memory-metrics": "0.1.0",
18
18
  "@atlassian/metrics-interface": "4.0.0",
19
- "@forge/runtime": "6.0.2-next.0",
19
+ "@forge/runtime": "6.0.2",
20
20
  "@types/node": "20.19.1",
21
21
  "@types/node-fetch": "^2.6.12",
22
22
  "expect-type": "^0.17.3",
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@forge/auth": "0.0.8",
29
- "@forge/egress": "2.0.1",
29
+ "@forge/egress": "2.0.2-next.0",
30
30
  "@forge/i18n": "0.0.7",
31
- "@forge/storage": "2.0.2-next.0",
31
+ "@forge/storage": "2.0.2",
32
32
  "headers-utils": "^3.0.2"
33
33
  },
34
34
  "publishConfig": {