@forge/api 6.1.0-next.1 → 6.1.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 +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @forge/api
2
2
 
3
+ ## 6.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 518c490: Add invokeService to @forge/api
8
+
9
+ ### Patch Changes
10
+
11
+ - 6392355: Add realtime to ForgeRuntime type
12
+ - Updated dependencies [8a3d993]
13
+ - @forge/egress@2.0.3
14
+
15
+ ## 6.1.0-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [8a3d993]
20
+ - @forge/egress@2.0.3-next.0
21
+
3
22
  ## 6.1.0-next.1
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "6.1.0-next.1",
3
+ "version": "6.1.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.3-next.0",
19
+ "@forge/runtime": "6.0.3",
20
20
  "@types/node": "20.19.1",
21
21
  "@types/node-fetch": "^2.6.12",
22
22
  "expect-type": "^0.17.3",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@forge/auth": "0.0.8",
29
- "@forge/egress": "2.0.2",
29
+ "@forge/egress": "2.0.3",
30
30
  "@forge/i18n": "0.0.7",
31
31
  "@forge/storage": "2.0.2",
32
32
  "headers-utils": "^3.0.2"