File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT"
6
6
name = " swc-import-glob-array-plugin"
7
7
publish = false
8
8
repository = " https://github.com/jcoon97/swc-import-glob-array-plugin"
9
- version = " 1.0.1 "
9
+ version = " 1.0.2 "
10
10
11
11
[lib ]
12
12
crate-type = [" cdylib" ]
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ const metadata = [
105
105
106
106
## Compatibility
107
107
108
- | swc-import-glob-array-plugin | @swc/core |
109
- | ------------------------------| ---------------|
110
- | 1.0.1 | 1.3.44-1.3.47 |
108
+ | swc-import-glob-array-plugin | @swc/core |
109
+ | ------------------------------| -----------------|
110
+ | 1.0.1 | 1.3.44 ~ 1.3.47 |
111
+ | 1.0.2 | 1.3.49 ~ 1.3.56 |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " swc-import-glob-array-plugin" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " SWC plugin that expands glob patterns and imports them as an array" ,
5
5
"main" : " swc_import_glob_array_plugin.wasm" ,
6
6
"author" : " James Coon <james@jcoon.dev> (https://jcoon.dev)" ,
You can’t perform that action at this time.
0 commit comments