File tree Expand file tree Collapse file tree 6 files changed +19
-6
lines changed Expand file tree Collapse file tree 6 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " go-captcha-vue" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "private" : false ,
55 "type" : " module" ,
66 "license" : " MIT" ,
2525 "module" : " dist/go-captcha-vue.es.js" ,
2626 "types" : " ./dist/index.d.ts" ,
2727 "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+ },
2841 "files" : [
2942 " dist/*" ,
3043 " env.d.ts"
Original file line number Diff line number Diff line change 77import capt from './index.vue'
88
99// @ts -ignore
10- capt . name = 'goCaptchaButton '
10+ capt . name = 'gocaptcha-button '
1111
1212// @ts -ignore
1313capt . install = function ( Vue : any ) {
Original file line number Diff line number Diff line change 11import capt from './index.vue'
22
33// @ts -ignore
4- capt . name = 'goCaptchaClick '
4+ capt . name = 'gocaptcha-click '
55
66// @ts -ignore
77capt . install = function ( Vue : any ) {
Original file line number Diff line number Diff line change 11import capt from './index.vue'
22
33// @ts -ignore
4- capt . name = 'goCaptchaRotate '
4+ capt . name = 'gocaptcha-rotate '
55
66// @ts -ignore
77capt . install = function ( Vue : any ) {
Original file line number Diff line number Diff line change 11import capt from './index.vue'
22
33// @ts -ignore
4- capt . name = 'goCaptchaSlideRegion '
4+ capt . name = 'gocaptcha-slide-region '
55
66// @ts -ignore
77capt . install = function ( Vue : any ) {
Original file line number Diff line number Diff line change 11import capt from './index.vue'
22
33// @ts -ignore
4- capt . name = 'goCaptchaSlide '
4+ capt . name = 'gocaptcha-slide '
55
66// @ts -ignore
77capt . install = function ( Vue : any ) {
You can’t perform that action at this time.
0 commit comments