types-ramda
Advanced tools
Comparing version 0.29.7 to 0.29.8
{ | ||
"name": "types-ramda", | ||
"version": "0.29.7", | ||
"version": "0.29.8", | ||
"description": "Dedicated types library for ramda", | ||
@@ -38,7 +38,11 @@ "author": "Harris Miller <harrismillerconsulting@gmail.com>", | ||
"es", | ||
"src" | ||
"src", | ||
"ts4" | ||
], | ||
"types": "./es/index.d.ts", | ||
"scripts": { | ||
"build": "node scripts/buildTypes.mjs", | ||
"build": "npm run build:types && npm run build:ts4", | ||
"build:types": "node scripts/buildTypes.mjs", | ||
"build:ts4": "node scripts/buildTs4.mjs", | ||
"clean": "rimraf es ts4", | ||
"lint": "eslint . --max-warnings=0", | ||
@@ -61,2 +65,3 @@ "test": "tsd", | ||
"ramda": "^0.29.1", | ||
"rimraf": "^5.0.5", | ||
"tsd": "^0.29.0", | ||
@@ -63,0 +68,0 @@ "typescript": "^5.2.2", |
Sorry, the diff of this file is too big to display
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
503326
9
13798
10