Skip to content

Commit dee06e6

Browse files
committed
v6.0.0 fix: prioritize config version over package version. #228 b872b3b
1 parent 878fce0 commit dee06e6

32 files changed

+170
-166
lines changed

CONTRIBUTORS.svg

Lines changed: 1 addition & 1 deletion
Loading

badges.svg

Lines changed: 4 additions & 4 deletions
Loading

coverage-summary.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{"total": {"lines":{"total":318,"covered":0,"skipped":0,"pct":0},"statements":{"total":344,"covered":0,"skipped":0,"pct":0},"functions":{"total":66,"covered":0,"skipped":0,"pct":0},"branches":{"total":208,"covered":0,"skipped":0,"pct":0},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":"Unknown"}}
1+
{"total": {"lines":{"total":318,"covered":0,"skipped":0,"pct":0},"statements":{"total":344,"covered":0,"skipped":0,"pct":0},"functions":{"total":66,"covered":0,"skipped":0,"pct":0},"branches":{"total":210,"covered":0,"skipped":0,"pct":0},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":"Unknown"}}
22
,"/home/runner/work/svgtofont/svgtofont/src/cli.ts": {"lines":{"total":11,"covered":0,"skipped":0,"pct":0},"functions":{"total":2,"covered":0,"skipped":0,"pct":0},"statements":{"total":11,"covered":0,"skipped":0,"pct":0},"branches":{"total":6,"covered":0,"skipped":0,"pct":0}}
33
,"/home/runner/work/svgtofont/svgtofont/src/generate.ts": {"lines":{"total":56,"covered":0,"skipped":0,"pct":0},"functions":{"total":17,"covered":0,"skipped":0,"pct":0},"statements":{"total":63,"covered":0,"skipped":0,"pct":0},"branches":{"total":42,"covered":0,"skipped":0,"pct":0}}
4-
,"/home/runner/work/svgtofont/svgtofont/src/index.ts": {"lines":{"total":118,"covered":0,"skipped":0,"pct":0},"functions":{"total":4,"covered":0,"skipped":0,"pct":0},"statements":{"total":125,"covered":0,"skipped":0,"pct":0},"branches":{"total":91,"covered":0,"skipped":0,"pct":0}}
4+
,"/home/runner/work/svgtofont/svgtofont/src/index.ts": {"lines":{"total":118,"covered":0,"skipped":0,"pct":0},"functions":{"total":4,"covered":0,"skipped":0,"pct":0},"statements":{"total":125,"covered":0,"skipped":0,"pct":0},"branches":{"total":93,"covered":0,"skipped":0,"pct":0}}
55
,"/home/runner/work/svgtofont/svgtofont/src/log.ts": {"lines":{"total":13,"covered":0,"skipped":0,"pct":0},"functions":{"total":8,"covered":0,"skipped":0,"pct":0},"statements":{"total":17,"covered":0,"skipped":0,"pct":0},"branches":{"total":10,"covered":0,"skipped":0,"pct":0}}
66
,"/home/runner/work/svgtofont/svgtofont/src/utils.ts": {"lines":{"total":120,"covered":0,"skipped":0,"pct":0},"functions":{"total":35,"covered":0,"skipped":0,"pct":0},"statements":{"total":128,"covered":0,"skipped":0,"pct":0},"branches":{"total":59,"covered":0,"skipped":0,"pct":0}}
77
}

example/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
/* IE9*/
7474
src: url("svgtofont.eot#iefix") format("embedded-opentype"),
7575
/* IE6-IE8 */
76-
url("svgtofont.woff2?1725049644194") format("woff2"),
77-
url("svgtofont.woff?1725049644194") format("woff"),
76+
url("svgtofont.woff2?1731480981158") format("woff2"),
77+
url("svgtofont.woff?1731480981158") format("woff"),
7878
/* chrome, firefox */
79-
url("svgtofont.ttf?1725049644194") format("truetype"),
79+
url("svgtofont.ttf?1731480981158") format("truetype"),
8080
/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
81-
url("svgtofont.svg#svgtofont?1725049644194") format("svg");
81+
url("svgtofont.svg#svgtofont?1731480981158") format("svg");
8282
/* iOS 4.1- */
8383
}
8484
.iconfont {

example/svgtofont.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@font-face {
22
font-family: "svgtofont";
3-
src: url('svgtofont.eot?t=1725049644161'); /* IE9*/
4-
src: url('svgtofont.eot?t=1725049644161#iefix') format('embedded-opentype'), /* IE6-IE8 */
5-
url("svgtofont.woff2?t=1725049644161") format("woff2"),
6-
url("svgtofont.woff?t=1725049644161") format("woff"),
7-
url('svgtofont.ttf?t=1725049644161') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
8-
url('svgtofont.svg?t=1725049644161#svgtofont') format('svg'); /* iOS 4.1- */
3+
src: url('svgtofont.eot?t=1731480981126'); /* IE9*/
4+
src: url('svgtofont.eot?t=1731480981126#iefix') format('embedded-opentype'), /* IE6-IE8 */
5+
url("svgtofont.woff2?t=1731480981126") format("woff2"),
6+
url("svgtofont.woff?t=1731480981126") format("woff"),
7+
url('svgtofont.ttf?t=1731480981126') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
8+
url('svgtofont.svg?t=1731480981126#svgtofont') format('svg'); /* iOS 4.1- */
99
}
1010

1111
[class^="svgtofont-"], [class*=" svgtofont-"] {

example/svgtofont.eot

0 Bytes
Binary file not shown.

example/svgtofont.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {font-family: "svgtofont";
2-
src: url('svgtofont.eot?t=1725049644161'); /* IE9*/
3-
src: url('svgtofont.eot?t=1725049644161#iefix') format('embedded-opentype'), /* IE6-IE8 */
4-
url("svgtofont.woff2?t=1725049644161") format("woff2"),
5-
url("svgtofont.woff?t=1725049644161") format("woff"),
6-
url('svgtofont.ttf?t=1725049644161') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7-
url('svgtofont.svg?t=1725049644161#svgtofont') format('svg'); /* iOS 4.1- */
2+
src: url('svgtofont.eot?t=1731480981126'); /* IE9*/
3+
src: url('svgtofont.eot?t=1731480981126#iefix') format('embedded-opentype'), /* IE6-IE8 */
4+
url("svgtofont.woff2?t=1731480981126") format("woff2"),
5+
url("svgtofont.woff?t=1731480981126") format("woff"),
6+
url('svgtofont.ttf?t=1731480981126') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7+
url('svgtofont.svg?t=1731480981126#svgtofont') format('svg'); /* iOS 4.1- */
88
}
99

1010
[class^="svgtofont-"], [class*=" svgtofont-"] {

example/svgtofont.module.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {font-family: "svgtofont";
2-
src: url('svgtofont.eot?t=1725049644161'); /* IE9*/
3-
src: url('svgtofont.eot?t=1725049644161#iefix') format('embedded-opentype'), /* IE6-IE8 */
4-
url("svgtofont.woff2?t=1725049644161") format("woff2"),
5-
url("svgtofont.woff?t=1725049644161") format("woff"),
6-
url('svgtofont.ttf?t=1725049644161') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7-
url('svgtofont.svg?t=1725049644161#svgtofont') format('svg'); /* iOS 4.1- */
2+
src: url('svgtofont.eot?t=1731480981126'); /* IE9*/
3+
src: url('svgtofont.eot?t=1731480981126#iefix') format('embedded-opentype'), /* IE6-IE8 */
4+
url("svgtofont.woff2?t=1731480981126") format("woff2"),
5+
url("svgtofont.woff?t=1731480981126") format("woff"),
6+
url('svgtofont.ttf?t=1731480981126') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7+
url('svgtofont.svg?t=1731480981126#svgtofont') format('svg'); /* iOS 4.1- */
88
}
99

1010
[class^="svgtofont-"], [class*=" svgtofont-"] {

example/svgtofont.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {font-family: "svgtofont";
2-
src: url('svgtofont.eot?t=1725049644161'); /* IE9*/
3-
src: url('svgtofont.eot?t=1725049644161#iefix') format('embedded-opentype'), /* IE6-IE8 */
4-
url("svgtofont.woff2?t=1725049644161") format("woff2"),
5-
url("svgtofont.woff?t=1725049644161") format("woff"),
6-
url('svgtofont.ttf?t=1725049644161') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7-
url('svgtofont.svg?t=1725049644161#svgtofont') format('svg'); /* iOS 4.1- */
2+
src: url('svgtofont.eot?t=1731480981126'); /* IE9*/
3+
src: url('svgtofont.eot?t=1731480981126#iefix') format('embedded-opentype'), /* IE6-IE8 */
4+
url("svgtofont.woff2?t=1731480981126") format("woff2"),
5+
url("svgtofont.woff?t=1731480981126") format("woff"),
6+
url('svgtofont.ttf?t=1731480981126') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7+
url('svgtofont.svg?t=1731480981126#svgtofont') format('svg'); /* iOS 4.1- */
88
}
99

1010
[class^="svgtofont-"], [class*=" svgtofont-"] {

example/svgtofont.styl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {font-family: "svgtofont";
2-
src: url('svgtofont.eot?t=1725049644161'); /* IE9*/
3-
src: url('svgtofont.eot?t=1725049644161#iefix') format('embedded-opentype'), /* IE6-IE8 */
4-
url("svgtofont.woff2?t=1725049644161") format("woff2"),
5-
url("svgtofont.woff?t=1725049644161") format("woff"),
6-
url('svgtofont.ttf?t=1725049644161') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7-
url('svgtofont.svg?t=1725049644161#svgtofont') format('svg'); /* iOS 4.1- */
2+
src: url('svgtofont.eot?t=1731480981126'); /* IE9*/
3+
src: url('svgtofont.eot?t=1731480981126#iefix') format('embedded-opentype'), /* IE6-IE8 */
4+
url("svgtofont.woff2?t=1731480981126") format("woff2"),
5+
url("svgtofont.woff?t=1731480981126") format("woff"),
6+
url('svgtofont.ttf?t=1731480981126') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7+
url('svgtofont.svg?t=1731480981126#svgtofont') format('svg'); /* iOS 4.1- */
88
}
99

1010
[class^="svgtofont-"], [class*=" svgtofont-"] {

0 commit comments

Comments
 (0)