@forge/lint
6.0.3-next.206.1.0-next.21
package.json~
package.jsonModified+4−2
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/lint",
- "version": "6.0.3-next.20",
+ "version": "6.1.0-next.21",
"description": "Linting for forge apps",
"main": "out/index.js",
"license": "SEE LICENSE IN LICENSE.txt",
"scripts": {
@@ -18,17 +18,19 @@
"@types/node-fetch": "^2.6.12",
"eslint-plugin-import": "^2.29.1"
},
"dependencies": {
- "@forge/cli-shared": "9.3.0-next.18",
+ "@forge/cli-shared": "9.3.0-next.19",
"@forge/csp": "6.3.0-next.0",
"@forge/egress": "3.0.0",
"@forge/manifest": "13.3.0-next.10",
"@typescript-eslint/typescript-estree": "^5.62.0",
+ "archiver": "^8.0.0",
"array.prototype.flatmap": "^1.3.3",
"@atlassian/atlassian-openapi": "^1.0.6",
"cross-spawn": "^7.0.6",
"node-fetch": "2.7.0",
+ "tmp": "^0.2.3",
"typescript": "5.9.2"
},
"publishConfig": {
"registry": "https://packages.atlassian.com/api/npm/npm-public/"