@forge/runtime 5.2.0-next.3 → 5.2.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 +28 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @forge/runtime
2
2
 
3
+ ## 5.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e241f90c: Replace js-yaml with yaml
8
+
9
+ ### Patch Changes
10
+
11
+ - 3c3f7b1b: Bumping dependencies via Renovate:
12
+
13
+ - @types/jest
14
+
15
+ - 0cdbe736: Bumping dependencies via Renovate:
16
+
17
+ - @types/node-fetch
18
+
19
+ - 859ce647: Bumping dependencies via Renovate:
20
+
21
+ - nock
22
+
23
+ - 63622081: Fix yaml listed as devDependency
24
+
25
+ ## 5.2.0-next.4
26
+
27
+ ### Patch Changes
28
+
29
+ - 6362208: Fix yaml listed as devDependency
30
+
3
31
  ## 5.2.0-next.3
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/runtime",
3
- "version": "5.2.0-next.3",
3
+ "version": "5.2.0",
4
4
  "description": "A Node.js runtime for Atlassian app functions",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -23,8 +23,7 @@
23
23
  "tmp": "^0.2.1",
24
24
  "ts-jest": "^29.1.1",
25
25
  "ts-loader": "^9.5.0",
26
- "typescript": "^4.9.5",
27
- "yaml": "^2.3.4"
26
+ "typescript": "^4.9.5"
28
27
  },
29
28
  "dependencies": {
30
29
  "@forge/util": "1.3.3",
@@ -33,7 +32,8 @@
33
32
  "io-ts-reporters": "^2.0.1",
34
33
  "node-fetch": "2.7.0",
35
34
  "tslib": "^2.6.2",
36
- "ws": "^7.5.9"
35
+ "ws": "^7.5.9",
36
+ "yaml": "^2.3.4"
37
37
  },
38
38
  "jest": {
39
39
  "preset": "ts-jest",