@jimp/types
Advanced tools
Comparing version 1.1.2 to 1.1.3--canary.34e8f3b.0
{ | ||
"name": "@jimp/types", | ||
"version": "1.1.2", | ||
"version": "1.1.3--canary.34e8f3b.0", | ||
"repository": "jimp-dev/jimp", | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"scripts": { | ||
@@ -14,9 +17,9 @@ "lint": "eslint .", | ||
"devDependencies": { | ||
"@jimp/config-eslint": "1.1.2", | ||
"@jimp/config-typescript": "1.1.2", | ||
"@types/node": "^20.12.5", | ||
"eslint": "^8.57.0", | ||
"@jimp/config-eslint": "1.1.3--canary.34e8f3b.0", | ||
"@jimp/config-typescript": "1.1.3--canary.34e8f3b.0", | ||
"@types/node": "^18.19.48", | ||
"eslint": "^9.9.1", | ||
"tshy": "^3.0.2", | ||
"typescript": "^5.5.4", | ||
"vitest": "^1.4.0" | ||
"vitest": "^2.0.5" | ||
}, | ||
@@ -49,3 +52,3 @@ "tshy": { | ||
"dependencies": { | ||
"zod": "^3.22.4" | ||
"zod": "^3.23.8" | ||
}, | ||
@@ -57,3 +60,3 @@ "publishConfig": { | ||
"module": "./dist/esm/index.js", | ||
"gitHead": "ba9de4df25a2f0e41f11a68c7aa50181a52115cb" | ||
"gitHead": "34e8f3bbb3f0392953c609a6d4f6e4ec4acb092e" | ||
} |
@@ -63,3 +63,3 @@ import { z } from "zod"; | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
cb: (x: number, y: number, idx: number) => any | ||
cb: (x: number, y: number, idx: number) => any, | ||
): JimpClass; | ||
@@ -73,4 +73,4 @@ scan( | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
f?: (x: number, y: number, idx: number) => any | ||
f?: (x: number, y: number, idx: number) => any, | ||
): JimpClass; | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
15851
21
26
274
2
Updatedzod@^3.23.8