File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.2.6] ( https://github.com/dylan237/vuejs-dynamic-component/compare/v3.2.5...v3.2.6 ) (2021-08-25)
2
+
3
+
4
+
1
5
## [ 3.2.5] ( https://github.com/dylan237/vuejs-dynamic-component/compare/v3.2.4...v3.2.5 ) (2021-08-25)
2
6
3
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuejs-dynamic-component" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"description" : " Make components dynamically in Vue, It is suitable for encapsulating your own non-ermanent components such as dialog and toast." ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " git+https://github.com/dylan237/vuejs-dynamic-component.git"
8
8
},
9
9
"source" : " src/index.ts" ,
10
- "main" : " dist/index.umd.js" ,
11
- "module" : " dist/index.modern.js" ,
10
+ "main" : " dist/index.js" ,
11
+ "exports" : " ./dist/index.modern.js" ,
12
+ "module" : " dist/index.js" ,
12
13
"types" : " dist/index.d.ts" ,
13
- "exports" : {
14
- "." : " ./dist/index.modern.js" ,
15
- "./unpkg" : " ./dist/index.umd.js" ,
16
- "./normal" : " ./dist/index.js"
17
- },
18
14
"scripts" : {
19
15
"dev" : " microbundle watch" ,
20
16
"build" : " microbundle" ,
40
36
"author" : " dylan237 <dylan.liu237@gmail.com>" ,
41
37
"license" : " MIT" ,
42
38
"dependencies" : {
43
- "vue" : " ^2.6.12"
39
+ "vue" : " ^2.6.12" ,
40
+ "vuejs-dynamic-component" : " ^3.2.5"
44
41
},
45
42
"devDependencies" : {
46
43
"@commitlint/cli" : " ^12.1.4" ,
You can’t perform that action at this time.
0 commit comments