metaschema
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "metaschema", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -44,6 +44,6 @@ "description": "Metadata Schema and Interface Definition Language (IDL)", | ||
"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"", | ||
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"" | ||
"fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"" | ||
}, | ||
"engines": { | ||
"node": "18 || 20 || 21" | ||
"node": "18 || 20 || 21 || 22" | ||
}, | ||
@@ -55,12 +55,9 @@ "dependencies": { | ||
"devDependencies": { | ||
"@types/node": "^20.9.1", | ||
"eslint": "^8.54.0", | ||
"eslint-config-metarhia": "^8.2.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-import": "^2.20.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"@types/node": "^22.5.1", | ||
"eslint": "^9.9.1", | ||
"eslint-config-metarhia": "^9.0.5", | ||
"metatests": "^0.8.2", | ||
"prettier": "^3.1.0", | ||
"typescript": "^5.1.6" | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.4" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6
34028