File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 6
6
"include" : [
7
7
" LICENSE" ,
8
8
" README.md" ,
9
+ " jsr.json" ,
9
10
" lib/rregex.wasm" ,
10
11
" lib/rregex.wasm.d.ts" ,
12
+ " lib/esm.mjs" ,
11
13
" lib/esm.d.ts"
12
14
]
13
15
}
Original file line number Diff line number Diff line change 92
92
"assets" : [
93
93
{
94
94
"path" : " lib/standalone.js" ,
95
- "label" : " js"
95
+ "label" : " standalone. js"
96
96
},
97
97
{
98
98
"path" : " lib/esm.mjs" ,
99
- "label" : " esm"
99
+ "label" : " esm.js "
100
100
},
101
101
{
102
102
"path" : " lib/esm.d.ts" ,
103
- "label" : " typescript "
103
+ "label" : " esm.d.ts "
104
104
},
105
105
{
106
106
"path" : " lib/rregex.wasm" ,
107
- "label" : " wasm"
107
+ "label" : " rregex. wasm"
108
108
}
109
109
]
110
110
}
111
111
],
112
112
[
113
113
" @semantic-release/exec" ,
114
114
{
115
- "publishCmd" : " node bin/jsr.mjs ${nextRelease.version} && npx jsr publish"
115
+ "publishCmd" : " node bin/jsr.mjs ${nextRelease.version} && npx jsr publish --allow-dirty "
116
116
}
117
117
]
118
118
]
Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ export type LookWordUnicodeNegateVariant = {
749
749
'@type': 'enum'
750
750
'@name': 'regex_syntax::hir:Look'
751
751
'@variant': 'WordUnicodeNegate'
752
-
752
+ }
753
753
754
754
/**
755
755
* Match the start of an ASCII-only word boundary. That is, this matches a
You can’t perform that action at this time.
0 commit comments