File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ [ 0.4.5]
4
+ - Fix: commonjs
5
+
3
6
[ 0.4.4]
4
7
- Fix: types
5
8
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Make the vue script setup syntax support the name attribute
6
6
7
7
## CHANGELOG
8
8
9
+ [ 0.4.5]
10
+ - Fix: commonjs
11
+
9
12
[ 0.4.4]
10
13
- Fix: types
11
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unplugin-vue-setup-extend-plus" ,
3
+ "type" : " module" ,
3
4
"version" : " 0.4.4" ,
4
5
"packageManager" :
" [email protected] " ,
5
6
"description" : " Extending the vue script setup syntactic sugar" ,
22
23
"type" : " git" ,
23
24
"url" : " git+https://github.com/chenxch/unplugin-vue-setup-extend-plus.git"
24
25
},
25
- "main" : " dist/index.js " ,
26
- "module" : " dist/index.mjs " ,
26
+ "main" : " dist/index.cjs " ,
27
+ "module" : " dist/index.js " ,
27
28
"types" : " dist/index.d.ts" ,
28
29
"exports" : {
29
30
"." : {
75
76
"dev" : " tsup --watch src" ,
76
77
"lint" : " eslint ." ,
77
78
"play" : " npm -C playground run dev" ,
79
+ "prepublishOnly" : " npm run build" ,
78
80
"release" : " bumpp --commit --push --tag && pnpm publish --registry=https://registry.npmjs.org/" ,
79
81
"start" : " esno src/index.ts" ,
80
82
"test" : " vitest"
You can’t perform that action at this time.
0 commit comments