@applitools/types
Advanced tools
Comparing version 1.4.3 to 1.4.4
{ | ||
"name": "@applitools/types", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"keywords": [ | ||
@@ -28,7 +28,9 @@ "applitools", | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./types/index.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"directories": { | ||
"test": "./test", | ||
"src": "./src" | ||
}, | ||
"files": [ | ||
@@ -39,5 +41,5 @@ "dist", | ||
"scripts": { | ||
"lint": "eslint \"**/*.ts\"", | ||
"build": "tsc", | ||
"deps": "bongo deps", | ||
"lint": "eslint \"**/*.ts\"", | ||
"preversion": "bongo preversion && yarn build", | ||
@@ -55,15 +57,15 @@ "version": "bongo version", | ||
"@applitools/bongo": "^2.1.0", | ||
"@types/node": "^14.14.7", | ||
"@typescript-eslint/eslint-plugin": "^4.7.0", | ||
"@typescript-eslint/parser": "^4.7.0", | ||
"eslint": "^7.13.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"@types/node": "12", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"@typescript-eslint/parser": "^5.27.0", | ||
"eslint": "^8.16.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"husky": "^4.3.8", | ||
"prettier": "^2.1.2", | ||
"typescript": "^4.5.2" | ||
"prettier": "^2.6.2", | ||
"typescript": "^4.7.2" | ||
}, | ||
"engines": { | ||
"node": ">= 8.9.0" | ||
"node": ">=12.13.0" | ||
} | ||
} |
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
43797