npm package diff

Package: @forge/runtime

Versions: 6.0.0-next.0-experimental-97e4b11 - 6.0.0-next.1

File: package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/runtime",
-  "version": "6.0.0-next.0-experimental-97e4b11",
+  "version": "6.0.0-next.1",
   "description": "A Node.js runtime for Atlassian app functions",
   "author": "Atlassian",
   "license": "SEE LICENSE IN LICENSE.txt",
   "main": "out/index.js",
@@ -14,42 +14,10 @@
   },
   "devDependencies": {
     "@types/jest": "^29.5.12",
     "@types/node": "20.19.0",
-    "@types/node-fetch": "^2.6.11",
-    "@types/ws": "^7.4.7",
-    "jest": "^29.7.0",
-    "jest-junit": "^16.0.0",
-    "nock": "13.5.4",
-    "tmp": "^0.2.3",
-    "ts-jest": "29.1.1",
-    "ts-loader": "^9.5.1",
-    "typescript": "4.8.4"
+    "jest": "^29.7.0"
   },
-  "dependencies": {
-    "@forge/util": "1.4.9",
-    "fp-ts": "^2.16.2",
-    "io-ts": "^2.2.21",
-    "io-ts-reporters": "^2.0.1",
-    "node-fetch": "2.7.0",
-    "tslib": "^2.6.2",
-    "ws": "^7.5.9",
-    "yaml": "^2.3.4"
-  },
-  "jest": {
-    "preset": "ts-jest",
-    "testEnvironment": "node",
-    "roots": [
-      "src"
-    ],
-    "reporters": [
-      "default",
-      "jest-junit"
-    ]
-  },
-  "jest-junit": {
-    "outputDirectory": "./test-reports"
-  },
   "publishConfig": {
     "registry": "https://packages.atlassian.com/api/npm/npm-public/"
   }
 }