imagetools-core
Advanced tools
Comparing version 0.1.0-next.12 to 0.1.0-next.13
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.1.0-next.13](https://github.com/JonasKruckenberg/imagetools/compare/imagetools-core@0.1.0-next.12...imagetools-core@0.1.0-next.13) (2021-04-06) | ||
**Note:** Version bump only for package imagetools-core | ||
# [0.1.0-next.12](https://github.com/JonasKruckenberg/vite-imagetools/compare/imagetools-core@0.1.0-next.11...imagetools-core@0.1.0-next.12) (2021-04-05) | ||
@@ -8,0 +16,0 @@ |
@@ -22,2 +22,3 @@ export * from './transforms/background'; | ||
export * from './builtins'; | ||
export * from './output-formats'; | ||
export * from './util'; | ||
@@ -24,0 +25,0 @@ export { parseURL } from './lib/parse-url'; |
@@ -14,1 +14,2 @@ import { Sharp } from "sharp"; | ||
} | ||
export declare type OutputFormat = (metadata: ImageConfig[]) => any; |
{ | ||
"name": "imagetools-core", | ||
"version": "0.1.0-next.12", | ||
"version": "0.1.0-next.13", | ||
"main": "dist/index.cjs", | ||
@@ -10,3 +10,3 @@ "module": "dist/index.mjs", | ||
], | ||
"homepage": "https://github.com/JonasKruckenberg/vite-imagetools/tree/next/packages/core", | ||
"homepage": "https://github.com/JonasKruckenberg/imagetools/tree/next/packages/core", | ||
"author": "jkruckenberg <iterpre@protonmail.com>", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/JonasKruckenberg/vite-imagetools.git" | ||
"url": "https://github.com/JonasKruckenberg/imagetools.git" | ||
}, | ||
@@ -40,3 +40,2 @@ "keywords": [ | ||
"@types/jest": "^26.0.20", | ||
"@types/mock-fs": "^4.13.0", | ||
"@types/sharp": "^0.27.1", | ||
@@ -46,3 +45,2 @@ "babel-jest": "^26.6.3", | ||
"jest-file-snapshot": "^0.5.0", | ||
"mock-fs": "^4.13.0", | ||
"rollup": "^2.41.2", | ||
@@ -55,3 +53,3 @@ "rollup-plugin-typescript2": "^0.30.0", | ||
}, | ||
"gitHead": "48d169e3151249c25f5559cb69a7abe25f095512" | ||
"gitHead": "f4aef75c31ed2af499661dd54d6ea59d8bd5beda" | ||
} |
@@ -71,3 +71,3 @@ # imagetools-core | ||
Feel free to dive in! [Open an issue](https://github.com/JonasKruckenberg/vite-imagetools/issues/new) or submit PRs! | ||
Feel free to dive in! [Open an issue](https://github.com/JonasKruckenberg/imagetools/issues/new) or submit PRs! | ||
All information to get you started hacking on imagetools is in [CONTRIBUTING.md](../../CONTRIBUTING.md)! | ||
@@ -74,0 +74,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
101818
11
37
889