@forge/runtime 5.9.0-next.1-experimental-ee31b41 → 5.9.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 +13 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
# @forge/runtime
|
|
2
2
|
|
|
3
|
-
## 5.9.0
|
|
3
|
+
## 5.9.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- 146721e: allow contextAri in async event queue paths and use its value to replace {cloudId}
|
|
8
8
|
- 2a08e4c: allow contextAri in async event queue paths and use its value to replace {cloudId}
|
|
9
9
|
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies [99fb753]
|
|
13
|
+
- @forge/util@1.4.4
|
|
14
|
+
|
|
15
|
+
## 5.9.0-next.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [99fb753]
|
|
20
|
+
- @forge/util@1.4.4-next.0
|
|
21
|
+
|
|
10
22
|
## 5.9.0-next.1
|
|
11
23
|
|
|
12
24
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/runtime",
|
|
3
|
-
"version": "5.9.0
|
|
3
|
+
"version": "5.9.0",
|
|
4
4
|
"description": "A Node.js runtime for Atlassian app functions",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"typescript": "4.8.4"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@forge/util": "1.4.
|
|
29
|
+
"@forge/util": "1.4.4",
|
|
30
30
|
"fp-ts": "^2.16.2",
|
|
31
31
|
"io-ts": "^2.2.21",
|
|
32
32
|
"io-ts-reporters": "^2.0.1",
|