From d93c8cd9dce237b4117c075a3a3392fea200c7a5 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Tue, 26 Nov 2019 20:24:01 +0000 Subject: [PATCH] Bump version to: 0.9.2 [skip ci] --- lerna.json | 2 +- packages/cli/package.json | 4 ++-- packages/core/package.json | 4 ++-- packages/custom/package.json | 6 +++--- packages/jimp/package.json | 4 ++-- packages/plugin-blit/package.json | 6 +++--- packages/plugin-blur/package.json | 6 +++--- packages/plugin-circle/package.json | 6 +++--- packages/plugin-color/package.json | 4 ++-- packages/plugin-contain/package.json | 6 +++--- packages/plugin-cover/package.json | 6 +++--- packages/plugin-crop/package.json | 6 +++--- packages/plugin-displace/package.json | 6 +++--- packages/plugin-dither/package.json | 6 +++--- packages/plugin-fisheye/package.json | 6 +++--- packages/plugin-flip/package.json | 6 +++--- packages/plugin-gaussian/package.json | 6 +++--- packages/plugin-invert/package.json | 6 +++--- packages/plugin-mask/package.json | 6 +++--- packages/plugin-normalize/package.json | 6 +++--- packages/plugin-print/package.json | 4 ++-- packages/plugin-resize/package.json | 6 +++--- packages/plugin-rotate/package.json | 6 +++--- packages/plugin-scale/package.json | 6 +++--- packages/plugin-shadow/package.json | 6 +++--- packages/plugin-threshold/package.json | 6 +++--- packages/plugins/package.json | 4 ++-- packages/test-utils/package.json | 4 ++-- packages/type-bmp/package.json | 6 +++--- packages/type-gif/package.json | 4 ++-- packages/type-jpeg/package.json | 4 ++-- packages/type-png/package.json | 4 ++-- packages/type-tiff/package.json | 4 ++-- packages/types/package.json | 4 ++-- packages/utils/package.json | 6 +++--- 35 files changed, 91 insertions(+), 91 deletions(-) diff --git a/lerna.json b/lerna.json index d8a450d0f..3a854abfd 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "npmClient": "yarn", "registry": "https://registry.npmjs.org/", "useWorkspaces": true, - "version": "0.9.1" + "version": "0.9.2" } diff --git a/packages/cli/package.json b/packages/cli/package.json index c269e7403..b2a686e85 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/cli", - "version": "0.9.1", + "version": "0.9.2", "description": "jimp on the cli", "bin": { "jimp": "dist/index.js" @@ -19,7 +19,7 @@ "dependencies": { "@jimp/custom": "link:../custom", "chalk": "^2.4.1", - "jimp": "^0.9.1", + "jimp": "^0.9.2", "log-symbols": "^2.2.0", "yargs": "^12.0.2" }, diff --git a/packages/core/package.json b/packages/core/package.json index 118224b0b..c490bfa59 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/core", - "version": "0.9.1", + "version": "0.9.2", "description": "Jimp core", "main": "dist/index.js", "module": "es/index.js", @@ -34,11 +34,11 @@ "author": "Oliver Moran ", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", "any-base": "^1.1.0", "buffer": "^5.2.0", "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2", "exif-parser": "^0.1.12", "file-type": "^9.0.0", "load-bmfont": "^1.3.1", diff --git a/packages/custom/package.json b/packages/custom/package.json index a41aaca6d..b75b8d61d 100644 --- a/packages/custom/package.json +++ b/packages/custom/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/custom", - "version": "0.9.1", + "version": "0.9.2", "description": "Interface to customize jimp configuration", "main": "dist/index.js", "module": "es/index.js", @@ -17,9 +17,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/core": "link:../core", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "publishConfig": { "access": "public" diff --git a/packages/jimp/package.json b/packages/jimp/package.json index 307348fe1..7a2d4bcf6 100644 --- a/packages/jimp/package.json +++ b/packages/jimp/package.json @@ -1,6 +1,6 @@ { "name": "jimp", - "version": "0.9.1", + "version": "0.9.2", "description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies)", "main": "dist/index.js", "module": "es/index.js", @@ -59,11 +59,11 @@ "author": "Oliver Moran ", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/custom": "link:../custom", "@jimp/plugins": "link:../plugins", "@jimp/types": "link:../types", "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2", "regenerator-runtime": "^0.13.3" }, "devDependencies": { diff --git a/packages/plugin-blit/package.json b/packages/plugin-blit/package.json index 342522dd4..42b940074 100644 --- a/packages/plugin-blit/package.json +++ b/packages/plugin-blit/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-blit", - "version": "0.9.1", + "version": "0.9.2", "description": "Blit an image.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "devDependencies": { "@jimp/custom": "link:../custom", diff --git a/packages/plugin-blur/package.json b/packages/plugin-blur/package.json index 755e7bc7a..18daa669f 100644 --- a/packages/plugin-blur/package.json +++ b/packages/plugin-blur/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-blur", - "version": "0.9.1", + "version": "0.9.2", "description": "blur an image.", "main": "dist/index.js", "module": "es/index.js", @@ -17,9 +17,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5" diff --git a/packages/plugin-circle/package.json b/packages/plugin-circle/package.json index 9d05f135a..ab1225cc3 100644 --- a/packages/plugin-circle/package.json +++ b/packages/plugin-circle/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-circle", - "version": "0.9.1", + "version": "0.9.2", "description": "Creates a circle out of an image.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5" diff --git a/packages/plugin-color/package.json b/packages/plugin-color/package.json index 53d515e07..fa0570780 100644 --- a/packages/plugin-color/package.json +++ b/packages/plugin-color/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-color", - "version": "0.9.1", + "version": "0.9.2", "description": "Bitmap manipulation to adjust the color in an image.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2", "tinycolor2": "^1.4.1" }, "devDependencies": { diff --git a/packages/plugin-contain/package.json b/packages/plugin-contain/package.json index c44d5e836..955537c92 100644 --- a/packages/plugin-contain/package.json +++ b/packages/plugin-contain/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-contain", - "version": "0.9.1", + "version": "0.9.2", "description": "contain an image.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5", diff --git a/packages/plugin-cover/package.json b/packages/plugin-cover/package.json index 3d9ba4558..79e8584b4 100644 --- a/packages/plugin-cover/package.json +++ b/packages/plugin-cover/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-cover", - "version": "0.9.1", + "version": "0.9.2", "description": "cover an image.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5", diff --git a/packages/plugin-crop/package.json b/packages/plugin-crop/package.json index 1bd31a15d..7d31adc54 100644 --- a/packages/plugin-crop/package.json +++ b/packages/plugin-crop/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-crop", - "version": "0.9.1", + "version": "0.9.2", "description": "crop an image.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "devDependencies": { "@jimp/custom": "link:../custom", diff --git a/packages/plugin-displace/package.json b/packages/plugin-displace/package.json index bbeb057dd..b61a18351 100644 --- a/packages/plugin-displace/package.json +++ b/packages/plugin-displace/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-displace", - "version": "0.9.1", + "version": "0.9.2", "description": "displace an image.", "main": "dist/index.js", "module": "es/index.js", @@ -17,9 +17,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5" diff --git a/packages/plugin-dither/package.json b/packages/plugin-dither/package.json index 92af6cfaf..e102399b8 100644 --- a/packages/plugin-dither/package.json +++ b/packages/plugin-dither/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-dither", - "version": "0.9.1", + "version": "0.9.2", "description": "Dither an image.", "main": "dist/index.js", "module": "es/index.js", @@ -17,9 +17,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5" diff --git a/packages/plugin-fisheye/package.json b/packages/plugin-fisheye/package.json index 77eee5a23..5e832850d 100644 --- a/packages/plugin-fisheye/package.json +++ b/packages/plugin-fisheye/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-fisheye", - "version": "0.9.1", + "version": "0.9.2", "description": "Apply a fisheye effect to an image.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5" diff --git a/packages/plugin-flip/package.json b/packages/plugin-flip/package.json index 7e4ccc514..7996ac076 100644 --- a/packages/plugin-flip/package.json +++ b/packages/plugin-flip/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-flip", - "version": "0.9.1", + "version": "0.9.2", "description": "flip an image.", "main": "dist/index.js", "module": "es/index.js", @@ -17,9 +17,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5", diff --git a/packages/plugin-gaussian/package.json b/packages/plugin-gaussian/package.json index 4aa00f3bc..32e5386d6 100644 --- a/packages/plugin-gaussian/package.json +++ b/packages/plugin-gaussian/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-gaussian", - "version": "0.9.1", + "version": "0.9.2", "description": "gaussian blur an image.", "main": "dist/index.js", "module": "es/index.js", @@ -17,9 +17,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5" diff --git a/packages/plugin-invert/package.json b/packages/plugin-invert/package.json index 78bb6f9b4..3f4b0e607 100644 --- a/packages/plugin-invert/package.json +++ b/packages/plugin-invert/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-invert", - "version": "0.9.1", + "version": "0.9.2", "description": "invert an image.", "main": "dist/index.js", "module": "es/index.js", @@ -17,9 +17,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5" diff --git a/packages/plugin-mask/package.json b/packages/plugin-mask/package.json index 79b2ad262..f4d1421a1 100644 --- a/packages/plugin-mask/package.json +++ b/packages/plugin-mask/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-mask", - "version": "0.9.1", + "version": "0.9.2", "description": "mask an image.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5" diff --git a/packages/plugin-normalize/package.json b/packages/plugin-normalize/package.json index cf8f78cab..9041495e3 100644 --- a/packages/plugin-normalize/package.json +++ b/packages/plugin-normalize/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-normalize", - "version": "0.9.1", + "version": "0.9.2", "description": "normalize an image.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5" diff --git a/packages/plugin-print/package.json b/packages/plugin-print/package.json index a8c03be50..58f58f015 100644 --- a/packages/plugin-print/package.json +++ b/packages/plugin-print/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-print", - "version": "0.9.1", + "version": "0.9.2", "description": "print an image.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2", "load-bmfont": "^1.4.0" }, "peerDependencies": { diff --git a/packages/plugin-resize/package.json b/packages/plugin-resize/package.json index 5a1d5fd2b..53c2bf467 100644 --- a/packages/plugin-resize/package.json +++ b/packages/plugin-resize/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-resize", - "version": "0.9.1", + "version": "0.9.2", "description": "Resize an image.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5" diff --git a/packages/plugin-rotate/package.json b/packages/plugin-rotate/package.json index 5a93a3935..4e68187c0 100644 --- a/packages/plugin-rotate/package.json +++ b/packages/plugin-rotate/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-rotate", - "version": "0.9.1", + "version": "0.9.2", "description": "Rotate an image.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5", diff --git a/packages/plugin-scale/package.json b/packages/plugin-scale/package.json index 7e0a2580f..d4e2fe013 100644 --- a/packages/plugin-scale/package.json +++ b/packages/plugin-scale/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-scale", - "version": "0.9.1", + "version": "0.9.2", "description": "scale an image.", "main": "dist/index.js", "module": "es/index.js", @@ -17,9 +17,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5", diff --git a/packages/plugin-shadow/package.json b/packages/plugin-shadow/package.json index 51683f479..b7c78d3e7 100644 --- a/packages/plugin-shadow/package.json +++ b/packages/plugin-shadow/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-shadow", - "version": "0.9.1", + "version": "0.9.2", "description": "Creates a shadow on an image.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5", diff --git a/packages/plugin-threshold/package.json b/packages/plugin-threshold/package.json index 203f9108e..d67891800 100644 --- a/packages/plugin-threshold/package.json +++ b/packages/plugin-threshold/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugin-threshold", - "version": "0.9.1", + "version": "0.9.2", "description": "Lightens an image.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5", diff --git a/packages/plugins/package.json b/packages/plugins/package.json index 2eb98ea04..cd0d1bf7c 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/plugins", - "version": "0.9.1", + "version": "0.9.2", "description": "Default Jimp plugin.", "main": "dist/index.js", "module": "es/index.js", @@ -17,6 +17,7 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/plugin-blit": "link:../plugin-blit", "@jimp/plugin-blur": "link:../plugin-blur", "@jimp/plugin-color": "link:../plugin-color", @@ -35,7 +36,6 @@ "@jimp/plugin-rotate": "link:../plugin-rotate", "@jimp/plugin-scale": "link:../plugin-scale", "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2", "timm": "^1.6.1" }, "peerDependencies": { diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 1bc7c5b13..0b467c80a 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/test-utils", - "version": "0.9.1", + "version": "0.9.2", "description": "Test utils for jimp extensions.", "main": "dist/index.js", "module": "es/index.js", @@ -22,8 +22,8 @@ "access": "public" }, "dependencies": { - "core-js": "^3.4.1", "@babel/runtime": "^7.7.2", + "core-js": "^3.4.1", "pngjs": "^3.3.3" }, "devDependencies": { diff --git a/packages/type-bmp/package.json b/packages/type-bmp/package.json index f869ac5fb..66291f45f 100644 --- a/packages/type-bmp/package.json +++ b/packages/type-bmp/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/bmp", - "version": "0.9.1", + "version": "0.9.2", "description": "Default Jimp bmp encoder/decoder.", "main": "dist/index.js", "module": "es/index.js", @@ -20,10 +20,10 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", "bmp-js": "^0.1.0", - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "core-js": "^3.4.1" }, "peerDependencies": { "@jimp/custom": ">=0.3.5" diff --git a/packages/type-gif/package.json b/packages/type-gif/package.json index 36b053997..a62b9d9aa 100644 --- a/packages/type-gif/package.json +++ b/packages/type-gif/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/gif", - "version": "0.9.1", + "version": "0.9.2", "description": "Default Jimp gif encoder/decoder.", "main": "dist/index.js", "module": "es/index.js", @@ -17,9 +17,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2", "omggif": "^1.0.9" }, "peerDependencies": { diff --git a/packages/type-jpeg/package.json b/packages/type-jpeg/package.json index 3cffe7341..e2d026850 100644 --- a/packages/type-jpeg/package.json +++ b/packages/type-jpeg/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/jpeg", - "version": "0.9.1", + "version": "0.9.2", "description": "Default Jimp jpeg encoder/decoder.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2", "jpeg-js": "^0.3.4" }, "peerDependencies": { diff --git a/packages/type-png/package.json b/packages/type-png/package.json index 8cc794fc0..90bd9db2c 100644 --- a/packages/type-png/package.json +++ b/packages/type-png/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/png", - "version": "0.9.1", + "version": "0.9.2", "description": "Default Jimp png encoder/decoder.", "main": "dist/index.js", "module": "es/index.js", @@ -20,9 +20,9 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/utils": "link:../utils", "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2", "pngjs": "^3.3.3" }, "peerDependencies": { diff --git a/packages/type-tiff/package.json b/packages/type-tiff/package.json index 540818834..b4e88e2a0 100644 --- a/packages/type-tiff/package.json +++ b/packages/type-tiff/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/tiff", - "version": "0.9.1", + "version": "0.9.2", "description": "Default Jimp tiff encoder/decoder.", "main": "dist/index.js", "module": "es/index.js", @@ -20,8 +20,8 @@ "author": "", "license": "MIT", "dependencies": { - "core-js": "^3.4.1", "@babel/runtime": "^7.7.2", + "core-js": "^3.4.1", "utif": "^2.0.1" }, "peerDependencies": { diff --git a/packages/types/package.json b/packages/types/package.json index c12219774..394aa89cb 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/types", - "version": "0.9.1", + "version": "0.9.2", "description": "Default Jimp encoder/decoders.", "main": "dist/index.js", "module": "es/index.js", @@ -17,13 +17,13 @@ "author": "", "license": "MIT", "dependencies": { + "@babel/runtime": "^7.7.2", "@jimp/bmp": "link:../type-bmp", "@jimp/gif": "link:../type-gif", "@jimp/jpeg": "link:../type-jpeg", "@jimp/png": "link:../type-png", "@jimp/tiff": "link:../type-tiff", "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2", "timm": "^1.6.1" }, "peerDependencies": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 64435001d..f3fef0428 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@jimp/utils", - "version": "0.9.1", + "version": "0.9.2", "description": "Utils for jimp extensions.", "main": "dist/index.js", "module": "es/index.js", @@ -20,7 +20,7 @@ "access": "public" }, "dependencies": { - "core-js": "^3.4.1", - "@babel/runtime": "^7.7.2" + "@babel/runtime": "^7.7.2", + "core-js": "^3.4.1" } }