@tryvital/vital-link
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -7,2 +7,3 @@ import React from 'react'; | ||
onLoad?: Function; | ||
env: string; | ||
} | ||
@@ -9,0 +10,0 @@ export declare type VitalLinkOptionsWithLinkToken = CommonVitalLinkOptions & {}; |
{ | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
@@ -39,3 +39,3 @@ # React Vital Link | ||
const { open, ready, error } = useVitalLink(config); | ||
const { open, ready, error, env: "sandbox" } = useVitalLink(config); | ||
@@ -42,0 +42,0 @@ const handleVitalOpen = async () => { |
@@ -15,2 +15,4 @@ import React from 'react'; | ||
onLoad?: Function; | ||
env: string; | ||
} | ||
@@ -17,0 +19,0 @@ |
50465
643