@secretlint/source-creator
Advanced tools
Comparing version 6.2.3 to 6.2.4
@@ -10,2 +10,3 @@ "use strict"; | ||
const path_1 = __importDefault(require("path")); | ||
// @ts-expect-error invalid type? | ||
const istextorbinary_1 = require("istextorbinary"); | ||
@@ -12,0 +13,0 @@ const readFile = util_1.default.promisify(fs_1.default.readFile); |
{ | ||
"name": "@secretlint/source-creator", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "Create SecretLintRawSource from content.", | ||
@@ -45,9 +45,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@secretlint/types": "^6.2.3", | ||
"@secretlint/types": "^6.2.4", | ||
"istextorbinary": "^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/istextorbinary": "2.3.1", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.18", | ||
"@types/node": "^18.16.18", | ||
"mocha": "^10.2.0", | ||
@@ -66,3 +65,3 @@ "prettier": "^2.8.1", | ||
}, | ||
"gitHead": "33526d2cc14778bd0e3df752c0ea91214daec5e5" | ||
"gitHead": "0b3c044ebe7db12d9e1e1dea53369ba050483a4b" | ||
} |
@@ -6,2 +6,3 @@ import fs from "fs"; | ||
// @ts-expect-error invalid type? | ||
import { isBinary, isText } from "istextorbinary"; | ||
@@ -8,0 +9,0 @@ |
Sorry, the diff of this file is not supported yet
6985
8
64
Updated@secretlint/types@^6.2.4