@forge/runtime 5.10.8 → 6.0.0-next.0-experimental-97e4b11

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @forge/runtime
2
2
 
3
+ ## 6.0.0-next.0-experimental-97e4b11
4
+
5
+ ### Major Changes
6
+
7
+ - 8f2a3c9: Update the package to build on Node 20
8
+
9
+ ## 6.0.0-next.0
10
+
11
+ ### Major Changes
12
+
13
+ - 8f2a3c9: Update the package to build on Node 20
14
+
3
15
  ## 5.10.8
4
16
 
5
17
  ### Patch Changes
package/out/snapshot.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" resolution-mode="require"/>
2
+ /// <reference types="node" resolution-mode="require"/>
2
3
  interface SnapshotOutput {
3
4
  buffer: ArrayBuffer;
4
5
  logs: {
@@ -1 +1 @@
1
- {"version":3,"file":"snapshot.d.ts","sourceRoot":"","sources":["../src/snapshot.ts"],"names":[],"mappings":";AAAA,UAAU,cAAc;IACtB,MAAM,EAAE,WAAW,CAAC;IACpB,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;KACjB,EAAE,CAAC;CACL;AAED,qBAAa,iBAAkB,SAAQ,KAAK;CAAG;AAE/C,MAAM,WAAW,cAAc;IAC7B,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,oBAAY,eAAe,GAAG,CAC5B,MAAM,EAAE,cAAc,EACtB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,GAAG,SAAS,KAC1B,OAAO,CAAC,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"snapshot.d.ts","sourceRoot":"","sources":["../src/snapshot.ts"],"names":[],"mappings":";;AAAA,UAAU,cAAc;IACtB,MAAM,EAAE,WAAW,CAAC;IACpB,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;KACjB,EAAE,CAAC;CACL;AAED,qBAAa,iBAAkB,SAAQ,KAAK;CAAG;AAE/C,MAAM,WAAW,cAAc;IAC7B,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,oBAAY,eAAe,GAAG,CAC5B,MAAM,EAAE,cAAc,EACtB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,GAAG,SAAS,KAC1B,OAAO,CAAC,cAAc,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/runtime",
3
- "version": "5.10.8",
3
+ "version": "6.0.0-next.0-experimental-97e4b11",
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": "20.19.0",
18
18
  "@types/node-fetch": "^2.6.11",
19
19
  "@types/ws": "^7.4.7",
20
20
  "jest": "^29.7.0",