PluginProbe
Plus WebP or AVIF / 4.11
Plus WebP or AVIF v4.11
5.21 5.20 5.12 5.11 trunk 1.00 1.01 1.02 1.03 1.04 1.05 1.06 1.07 1.08 1.09 1.10 1.11 1.12 1.13 2.00 2.01 2.02 2.03 2.04 2.05 All 47 releases
← All changes | guten/package.json +8 -9 trunk4.11 View file →
@@ -1,20 +1,19 @@
1 1 {
2 2 "name": "plus-webp",
3 - "version": "3.0.0",
3 + "version": "1.0.6",
4 4 "description": "Plus WebP",
5 - "main": "index.js",
5 + "main": "plus-webp.js",
6 6 "scripts": {
7 - "build": "wp-scripts build",
8 - "start": "wp-scripts start"
7 + "start": "wp-scripts start",
8 + "build:plus-webp": "wp-scripts build src/plus-webp --output-path=dist",
9 + "lint-js": "wp-scripts lint-js",
10 + "test": "echo \"Error: no test specified\" && exit 1"
9 11 },
10 12 "author": "Katsushi Kawamori",
11 13 "devDependencies": {
12 - "@wordpress/scripts": "34.1.0"
14 + "@wordpress/scripts": "26.5.0"
13 15 },
14 16 "dependencies": {
15 - "@wordpress/api-fetch": "^7.53.0",
16 - "@wordpress/dom-ready": "^4.53.0",
17 - "@wordpress/element": "^8.5.0",
18 - "@wordpress/i18n": "^6.26.0"
17 + "@wordpress/api-fetch": "^6.31.0"
19 18 }
20 19 }