@pi-r/jimp 0.7.1 → 0.7.3
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.
- package/index.js +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -641,7 +641,7 @@ class Jimp extends Image {
|
|
|
641
641
|
}
|
|
642
642
|
async using(data, command) {
|
|
643
643
|
if (this.aborted) {
|
|
644
|
-
return
|
|
644
|
+
return (0, types_1.createAbortError)(true);
|
|
645
645
|
}
|
|
646
646
|
return new Promise(async (resolve, reject) => {
|
|
647
647
|
const { host, file } = data;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-r/jimp",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
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.9.
|
|
24
|
-
"@e-mc/types": "^0.9.
|
|
23
|
+
"@e-mc/image": "^0.9.6",
|
|
24
|
+
"@e-mc/types": "^0.9.6",
|
|
25
25
|
"bmp-js": "^0.1.0",
|
|
26
26
|
"gifwrap": "^0.10.1",
|
|
27
27
|
"jimp": "^0.22.12"
|