@forge/runtime 5.10.7 → 5.10.8-experimental-76b1041

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 +22 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @forge/runtime
2
2
 
3
+ ## 5.10.8-experimental-76b1041
4
+
5
+ ### Patch Changes
6
+
7
+ - 1f8d16f: Update node dev types
8
+
9
+ ## 5.10.8
10
+
11
+ ### Patch Changes
12
+
13
+ - 984c454: Forcing patch bump to update internal registry
14
+ - Updated dependencies [984c454]
15
+ - @forge/util@1.4.9
16
+
17
+ ## 5.10.8-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - 984c454: Forcing patch bump to update internal registry
22
+ - Updated dependencies [984c454]
23
+ - @forge/util@1.4.9-next.0
24
+
3
25
  ## 5.10.7
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/runtime",
3
- "version": "5.10.7",
3
+ "version": "5.10.8-experimental-76b1041",
4
4
  "description": "A Node.js runtime for Atlassian app functions",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/jest": "^29.5.12",
17
- "@types/node": "14.18.63",
17
+ "@types/node": "22.2.0",
18
18
  "@types/node-fetch": "^2.6.11",
19
19
  "@types/ws": "^7.4.7",
20
20
  "jest": "^29.7.0",
@@ -26,7 +26,7 @@
26
26
  "typescript": "4.8.4"
27
27
  },
28
28
  "dependencies": {
29
- "@forge/util": "1.4.8",
29
+ "@forge/util": "1.4.9",
30
30
  "fp-ts": "^2.16.2",
31
31
  "io-ts": "^2.2.21",
32
32
  "io-ts-reporters": "^2.0.1",