@quasar/icongenie 3.0.0 → 3.1.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/.eslintrc.cjs
CHANGED
|
@@ -55,8 +55,11 @@ export default [
|
|
|
55
55
|
},
|
|
56
56
|
|
|
57
57
|
...[
|
|
58
|
-
[
|
|
59
|
-
[
|
|
58
|
+
[ 1290, 2796, 3, '<!-- iPhone 14 Pro, 14 Pro Max -->' ],
|
|
59
|
+
[ 1179, 2556, 3, '<!-- iPhone 14, 14 Pro -->' ],
|
|
60
|
+
[ 1284, 2778, 3, '<!-- iPhone 12 Pro Max, 13 Pro Max -->' ],
|
|
61
|
+
[ 1170, 2532, 3, '<!-- iPhone 12, 12 Pro, 13, 13 Pro -->' ],
|
|
62
|
+
[ 1080, 2340, 3, '<!-- iPhone 13 Mini -->' ],
|
|
60
63
|
[ 828, 1792, 2, '<!-- iPhone XR, 11 -->' ],
|
|
61
64
|
[ 1125, 2436, 3, '<!-- iPhone X, XS, 12 mini, 11 Pro -->' ],
|
|
62
65
|
[ 1242, 2688, 3, '<!-- iPhone XS Max, 11 Pro Max -->' ],
|
|
@@ -55,8 +55,11 @@ export default [
|
|
|
55
55
|
},
|
|
56
56
|
|
|
57
57
|
...[
|
|
58
|
-
[
|
|
59
|
-
[
|
|
58
|
+
[ 1290, 2796, 3, '<!-- iPhone 14 Pro, 14 Pro Max -->' ],
|
|
59
|
+
[ 1179, 2556, 3, '<!-- iPhone 14, 14 Pro -->' ],
|
|
60
|
+
[ 1284, 2778, 3, '<!-- iPhone 12 Pro Max, 13 Pro Max -->' ],
|
|
61
|
+
[ 1170, 2532, 3, '<!-- iPhone 12, 12 Pro, 13, 13 Pro -->' ],
|
|
62
|
+
[ 1080, 2340, 3, '<!-- iPhone 13 Mini -->' ],
|
|
60
63
|
[ 828, 1792, 2, '<!-- iPhone XR, 11 -->' ],
|
|
61
64
|
[ 1125, 2436, 3, '<!-- iPhone X, XS, 12 mini, 11 Pro -->' ],
|
|
62
65
|
[ 1242, 2688, 3, '<!-- iPhone XS Max, 11 Pro Max -->' ],
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quasar/icongenie",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "A Quasar tool for generating all your Quasar App's icons and splashscreens",
|
|
5
5
|
"bin": {
|
|
6
6
|
"icongenie": "./bin/icongenie.js"
|
|
7
7
|
},
|
|
8
8
|
"type": "module",
|
|
9
9
|
"scripts": {
|
|
10
|
-
"lint": "eslint --ext .js ./ --fix"
|
|
10
|
+
"lint": "eslint --ext .js ./ --fix --report-unused-disable-directives"
|
|
11
11
|
},
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|