@kaciras-blog/image
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,6 +6,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const fs_extra_1 = __importDefault(require("fs-extra")); | ||
const os_1 = __importDefault(require("os")); | ||
const path_1 = __importDefault(require("path")); | ||
const fs_extra_1 = __importDefault(require("fs-extra")); | ||
const build_image_cache_1 = require("../command/build-image-cache"); | ||
const build_image_cache_1 = require("../lib/command/build-image-cache"); | ||
const ROOT = fs_extra_1.default.mkdtempSync(path_1.default.join(os_1.default.tmpdir(), "test-")); | ||
@@ -12,0 +12,0 @@ const NAME = "742c5c7e26d80750f1c32f0bbcf0caab4e41678d03f5d610c3a1057b274b2268.png"; |
@@ -0,5 +1,5 @@ | ||
import fs from "fs-extra"; | ||
import os from "os"; | ||
import path from "path"; | ||
import fs from "fs-extra"; | ||
import { buildCache } from "../command/build-image-cache"; | ||
import { buildCache } from "../lib/command/build-image-cache"; | ||
@@ -6,0 +6,0 @@ const ROOT = fs.mkdtempSync(path.join(os.tmpdir(), "test-")); |
{ | ||
"name": "@kaciras-blog/image", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Image processing library for Kaciras Blog", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "2de7fd96d340661a969635af1270c623941b8f01" | ||
"gitHead": "0b02fc5b8a0262b550f09cd59fa099447ba8d03b" | ||
} |
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
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
4
64535
38
938