npm package diff

Package: @forge/manifest

Versions: 7.7.0-next.12 - 7.5.2-next.0-experimental-204139e

File: package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/manifest",
-  "version": "7.7.0-next.12",
+  "version": "7.5.2-next.0-experimental-204139e",
   "description": "Definitions and validations of the Forge manifest",
   "main": "out/index.js",
   "scripts": {
     "build": "yarn run compile",
@@ -16,21 +16,22 @@
   },
   "devDependencies": {
     "@types/jest": "^29.5.12",
     "@types/node": "14.18.63",
+    "@types/node-fetch": "^2.6.11",
     "json-schema-to-typescript": "^10.1.5",
-    "typescript": "4.8.4",
     "typescript-json-schema": "^0.62.0"
   },
   "author": "Atlassian",
   "license": "UNLICENSED",
   "dependencies": {
+    "@forge/util": "1.4.4",
     "@sentry/node": "7.100.1",
     "ajv": "^8.12.0",
     "ajv-formats": "2.1.1",
     "cheerio": "^0.22.0",
     "glob": "^10.3.10",
     "lodash": "^4.17.21",
-    "mime-types": "^2.1.35",
+    "node-fetch": "2.7.0",
     "yaml": "^2.3.4"
   }
 }