File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -51,19 +51,35 @@ plugins:
51
51
from : " \\ $\\ {__VERSION__\\ }"
52
52
to : " ${nextRelease.version}"
53
53
results :
54
- - file : " ./lib/index .cjs"
54
+ - file : " ./lib/classic .cjs"
55
55
hasChanged : true
56
56
numMatches : 1
57
57
numReplacements : 1
58
- - file : " ./lib/index .d.cts"
58
+ - file : " ./lib/classic .d.cts"
59
59
hasChanged : false
60
60
numMatches : 0
61
61
numReplacements : 0
62
- - file : " ./lib/index .d.mts"
62
+ - file : " ./lib/classic .d.mts"
63
63
hasChanged : false
64
64
numMatches : 0
65
65
numReplacements : 0
66
- - file : " ./lib/index.mjs"
66
+ - file : " ./lib/classic.mjs"
67
+ hasChanged : true
68
+ numMatches : 1
69
+ numReplacements : 1
70
+ - file : " ./lib/flat.cjs"
71
+ hasChanged : true
72
+ numMatches : 1
73
+ numReplacements : 1
74
+ - file : " ./lib/flat.d.cts"
75
+ hasChanged : false
76
+ numMatches : 0
77
+ numReplacements : 0
78
+ - file : " ./lib/flat.d.mts"
79
+ hasChanged : false
80
+ numMatches : 0
81
+ numReplacements : 0
82
+ - file : " ./lib/flat.mjs"
67
83
hasChanged : true
68
84
numMatches : 1
69
85
numReplacements : 1
You can’t perform that action at this time.
0 commit comments