npm package diff
Package: @forge/manifest
Versions: 7.5.2-next.0-experimental-10722bc - 7.7.0-next.13
File: package/package.json
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/manifest",
- "version": "7.5.2-next.0-experimental-10722bc",
+ "version": "7.7.0-next.13",
"description": "Definitions and validations of the Forge manifest",
"main": "out/index.js",
"scripts": {
"build": "yarn run compile",
@@ -16,22 +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",
+ "@forge/i18n": "0.0.1-next.12",
"@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",
- "node-fetch": "2.7.0",
+ "mime-types": "^2.1.35",
"yaml": "^2.3.4"
}
}