@tryvital/vital-node
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -38,3 +38,3 @@ export interface UserIdResponse { | ||
created_on: string; | ||
connecte_sources: Array<ConnectedSourceClientFacing>; | ||
connected_sources: Array<ConnectedSourceClientFacing>; | ||
user_id: string; | ||
@@ -41,0 +41,0 @@ } |
@@ -32,3 +32,3 @@ export interface UserIdResponse { | ||
created_on: string; | ||
connecte_sources: Array<ConnectedSourceClientFacing>; | ||
connected_sources: Array<ConnectedSourceClientFacing>; | ||
user_id: string; | ||
@@ -35,0 +35,0 @@ } |
{ | ||
"name": "@tryvital/vital-node", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Node client for Vital", | ||
@@ -5,0 +5,0 @@ "author": "maitham", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
210709