File tree 6 files changed +19
-6
lines changed
6 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " go-captcha-vue" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"private" : false ,
5
5
"type" : " module" ,
6
6
"license" : " MIT" ,
25
25
"module" : " dist/go-captcha-vue.es.js" ,
26
26
"types" : " ./dist/index.d.ts" ,
27
27
"typings" : " ./dist/index.d.ts" ,
28
+ "exports" : {
29
+ "." : {
30
+ "import" : {
31
+ "node" : " ./dist/go-captcha-vue.es.js" ,
32
+ "default" : " ./dist/go-captcha-vue.es.js"
33
+ },
34
+ "require" : " ./dist/go-captcha-vue.es.js" ,
35
+ "types" : " ./dist/index.d.ts"
36
+ },
37
+ "./dist/*" : " ./dist/*" ,
38
+ "./env.d.ts" : " ./env.d.ts" ,
39
+ "./package.json" : " ./package.json"
40
+ },
28
41
"files" : [
29
42
" dist/*" ,
30
43
" env.d.ts"
Original file line number Diff line number Diff line change 7
7
import capt from './index.vue'
8
8
9
9
// @ts -ignore
10
- capt . name = 'goCaptchaButton '
10
+ capt . name = 'gocaptcha-button '
11
11
12
12
// @ts -ignore
13
13
capt . install = function ( Vue : any ) {
Original file line number Diff line number Diff line change 1
1
import capt from './index.vue'
2
2
3
3
// @ts -ignore
4
- capt . name = 'goCaptchaClick '
4
+ capt . name = 'gocaptcha-click '
5
5
6
6
// @ts -ignore
7
7
capt . install = function ( Vue : any ) {
Original file line number Diff line number Diff line change 1
1
import capt from './index.vue'
2
2
3
3
// @ts -ignore
4
- capt . name = 'goCaptchaRotate '
4
+ capt . name = 'gocaptcha-rotate '
5
5
6
6
// @ts -ignore
7
7
capt . install = function ( Vue : any ) {
Original file line number Diff line number Diff line change 1
1
import capt from './index.vue'
2
2
3
3
// @ts -ignore
4
- capt . name = 'goCaptchaSlideRegion '
4
+ capt . name = 'gocaptcha-slide-region '
5
5
6
6
// @ts -ignore
7
7
capt . install = function ( Vue : any ) {
Original file line number Diff line number Diff line change 1
1
import capt from './index.vue'
2
2
3
3
// @ts -ignore
4
- capt . name = 'goCaptchaSlide '
4
+ capt . name = 'gocaptcha-slide '
5
5
6
6
// @ts -ignore
7
7
capt . install = function ( Vue : any ) {
You can’t perform that action at this time.
0 commit comments