@lesjoursfr/gifsicle-wrapper 5.0.7 → 6.0.0
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/install/wrapper.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import BinWrapper from "@lesjoursfr/bin-wrapper";
|
|
2
2
|
import { platform } from "process";
|
|
3
3
|
import { fileURLToPath } from "url";
|
|
4
|
-
const version = "1.
|
|
4
|
+
const version = "1.96";
|
|
5
5
|
const base = `https://raw.githubusercontent.com/lesjoursfr/gifsicle-wrapper/main/vendor/v${version}`;
|
|
6
6
|
export const gifsicleWrapper = new BinWrapper({ strip: 0 });
|
|
7
7
|
gifsicleWrapper.addSrc(`${base}/linux/x64/gifsicle.tar.gz`, "linux", "x64");
|
package/lib/wrapper.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import BinWrapper from "@lesjoursfr/bin-wrapper";
|
|
2
2
|
import { platform } from "process";
|
|
3
3
|
import { fileURLToPath } from "url";
|
|
4
|
-
const version = "1.
|
|
4
|
+
const version = "1.96";
|
|
5
5
|
const base = `https://raw.githubusercontent.com/lesjoursfr/gifsicle-wrapper/main/vendor/v${version}`;
|
|
6
6
|
export const gifsicleWrapper = new BinWrapper({ strip: 0 });
|
|
7
7
|
gifsicleWrapper.addSrc(`${base}/linux/x64/gifsicle.tar.gz`, "linux", "x64");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lesjoursfr/gifsicle-wrapper",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "Wrapper for Gifsicle",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"types": "./lib/index.d.ts",
|
|
22
22
|
"files": [
|
|
23
23
|
"install/**/*",
|
|
24
|
-
"vendor/v1.
|
|
24
|
+
"vendor/v1.96/source/gifsicle.tar.gz",
|
|
25
25
|
"lib/**/*",
|
|
26
26
|
"src/**/*"
|
|
27
27
|
],
|
|
@@ -49,25 +49,25 @@
|
|
|
49
49
|
],
|
|
50
50
|
"type": "module",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@lesjoursfr/bin-wrapper": "^13.0
|
|
52
|
+
"@lesjoursfr/bin-wrapper": "^13.1.0",
|
|
53
53
|
"execa": "^9.6.1",
|
|
54
54
|
"image-size": "^2.0.2",
|
|
55
|
-
"tar": "^7.5.
|
|
55
|
+
"tar": "^7.5.13",
|
|
56
56
|
"tempy": "^3.2.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@eslint/js": "10.0.1",
|
|
60
60
|
"@tsconfig/node22": "22.0.5",
|
|
61
61
|
"@types/mocha": "10.0.10",
|
|
62
|
-
"@types/node": "24.
|
|
63
|
-
"eslint": "10.0
|
|
62
|
+
"@types/node": "24.12.2",
|
|
63
|
+
"eslint": "10.2.0",
|
|
64
64
|
"eslint-config-prettier": "10.1.8",
|
|
65
|
-
"globals": "17.
|
|
65
|
+
"globals": "17.5.0",
|
|
66
66
|
"mocha": "11.7.5",
|
|
67
|
-
"prettier": "3.8.
|
|
67
|
+
"prettier": "3.8.3",
|
|
68
68
|
"ts-node": "10.9.2",
|
|
69
|
-
"typescript": "
|
|
70
|
-
"typescript-eslint": "8.
|
|
69
|
+
"typescript": "6.0.2",
|
|
70
|
+
"typescript-eslint": "8.58.2"
|
|
71
71
|
},
|
|
72
|
-
"packageManager": "yarn@4.
|
|
72
|
+
"packageManager": "yarn@4.14.1"
|
|
73
73
|
}
|
package/src/wrapper.ts
CHANGED
|
@@ -2,7 +2,7 @@ import BinWrapper from "@lesjoursfr/bin-wrapper";
|
|
|
2
2
|
import { platform } from "process";
|
|
3
3
|
import { fileURLToPath } from "url";
|
|
4
4
|
|
|
5
|
-
const version = "1.
|
|
5
|
+
const version = "1.96";
|
|
6
6
|
const base = `https://raw.githubusercontent.com/lesjoursfr/gifsicle-wrapper/main/vendor/v${version}`;
|
|
7
7
|
|
|
8
8
|
export const gifsicleWrapper = new BinWrapper({ strip: 0 });
|
|
Binary file
|
|
Binary file
|