@forge/runtime 5.3.0-next.6 → 5.3.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 +32 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @forge/runtime
|
|
2
2
|
|
|
3
|
+
## 5.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- b3245a7: - Add environmentType, invocationId, installationId in runtime V2 context
|
|
8
|
+
- Rename getRuntime to \_\_getRuntime in @forge/api
|
|
9
|
+
- Add new method getAppContext in @forge/api to retrieve app context data
|
|
10
|
+
- Replace @atlassian/cs-ari package with @atlassian/ari
|
|
11
|
+
- bfb4b87: Downgrade Typescript version so it fixes out of memory issues on big repos
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 73e1aac: Bumping dependencies via Renovate:
|
|
16
|
+
|
|
17
|
+
- nock
|
|
18
|
+
|
|
19
|
+
- 44f1456: Bumping dependencies via Renovate:
|
|
20
|
+
|
|
21
|
+
- fp-ts
|
|
22
|
+
|
|
23
|
+
- 579c6a2: send metrics with the same name but different tags separately
|
|
24
|
+
- 680e21f: Bumping dependencies via Renovate:
|
|
25
|
+
|
|
26
|
+
- io-ts
|
|
27
|
+
|
|
28
|
+
- 16a7cf5: Bumping dependencies via Renovate:
|
|
29
|
+
|
|
30
|
+
- @types/node-fetch
|
|
31
|
+
|
|
32
|
+
- Updated dependencies [b3245a7]
|
|
33
|
+
- @forge/util@1.4.0
|
|
34
|
+
|
|
3
35
|
## 5.3.0-next.6
|
|
4
36
|
|
|
5
37
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/runtime",
|
|
3
|
-
"version": "5.3.0
|
|
3
|
+
"version": "5.3.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.0
|
|
29
|
+
"@forge/util": "1.4.0",
|
|
30
30
|
"fp-ts": "^2.16.2",
|
|
31
31
|
"io-ts": "^2.2.21",
|
|
32
32
|
"io-ts-reporters": "^2.0.1",
|