@brouwervos/sdk
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -101,5 +101,6 @@ import { Address } from "./Address"; | ||
user?: { | ||
ip_address: string; | ||
user_agent: string; | ||
ip_address?: string; | ||
user_agent?: string; | ||
language?: string; | ||
country?: string; | ||
}; | ||
@@ -106,0 +107,0 @@ api?: { |
{ | ||
"name": "@brouwervos/sdk", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
65711
1209