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