thepeer-vue
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,3 +0,3 @@ | ||
export { default as useDirectCharge } from './useDirectCharge'; | ||
export { default as useSend } from './useSend'; | ||
export { default as useCheckout } from './useCheckout'; | ||
export { default as useDirectCharge } from './useDirectCharge.js'; | ||
export { default as useSend } from './useSend.js'; | ||
export { default as useCheckout } from './useCheckout.js'; |
@@ -1,3 +0,3 @@ | ||
import { CheckoutProps } from './types'; | ||
import { CheckoutProps } from './types.js'; | ||
declare const useCheckout: (props: CheckoutProps) => void; | ||
export default useCheckout; |
@@ -1,3 +0,3 @@ | ||
import { GeneralProps } from './types'; | ||
import { GeneralProps } from './types.js'; | ||
declare const useDirectCharge: (props: GeneralProps) => void; | ||
export default useDirectCharge; |
@@ -1,3 +0,3 @@ | ||
import { GeneralProps } from './types'; | ||
import { GeneralProps } from './types.js'; | ||
declare const useSend: (props: GeneralProps) => void; | ||
export default useSend; |
{ | ||
"name": "thepeer-vue", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Official Vue package for Thepeer", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
7656