@sitecore-cloudsdk/utils
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -40,2 +40,7 @@ import { Cookie } from './cookies/interfaces'; | ||
url?: string; | ||
geo?: { | ||
city?: string; | ||
country?: string; | ||
region?: string; | ||
}; | ||
} | ||
@@ -42,0 +47,0 @@ /** |
@@ -40,2 +40,7 @@ import { Cookie } from './cookies/interfaces'; | ||
url?: string; | ||
geo?: { | ||
city?: string; | ||
country?: string; | ||
region?: string; | ||
}; | ||
} | ||
@@ -42,0 +47,0 @@ /** |
{ | ||
"name": "@sitecore-cloudsdk/utils", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/src/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
114176
104
1439