@pi-r/jimp 0.6.5 → 0.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.js +0 -1
  2. package/package.json +3 -3
  3. package/util.js +0 -1
package/index.js CHANGED
@@ -1002,5 +1002,4 @@ class Jimp extends Image {
1002
1002
  return (_a = this.module).settings || (_a.settings = {});
1003
1003
  }
1004
1004
  }
1005
-
1006
1005
  module.exports = Jimp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-r/jimp",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "Jimp image constructor for E-mc.",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
@@ -20,8 +20,8 @@
20
20
  "license": "MIT",
21
21
  "homepage": "https://github.com/anpham6/pi-r#readme",
22
22
  "dependencies": {
23
- "@e-mc/image": "^0.8.6",
24
- "@e-mc/types": "^0.8.6",
23
+ "@e-mc/image": "^0.8.7",
24
+ "@e-mc/types": "^0.8.7",
25
25
  "bmp-js": "^0.1.0",
26
26
  "gifwrap": "^0.10.1",
27
27
  "jimp": "^0.22.12"
package/util.js CHANGED
@@ -1,5 +1,4 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
2
  exports.showOutputType = exports.showInputType = exports.getWebP_bin = exports.normalizePath = exports.renameExt = exports.parseFormat = exports.MIME_OUTPUT = exports.MIME_INPUT = void 0;
4
3
  const path = require("path");
5
4
  const fs = require("fs");