@amplitude/identity
Advanced tools
Comparing version 1.7.0 to 1.8.0
{ | ||
"name": "@amplitude/identity", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Identity Manager for JS-based SDK's to help track device and user ID's", | ||
@@ -19,4 +19,4 @@ "repository": "git://github.com/amplitude/Amplitude-Node.git", | ||
"dependencies": { | ||
"@amplitude/types": "^1.7.0", | ||
"@amplitude/utils": "^1.7.0", | ||
"@amplitude/types": "^1.8.0", | ||
"@amplitude/utils": "^1.8.0", | ||
"tslib": "^1.9.3" | ||
@@ -51,3 +51,3 @@ }, | ||
"sideEffects": false, | ||
"gitHead": "6d1eb8cdb145c1ebf185b1bb75fa95266bb3a31d" | ||
"gitHead": "a6d353de0fb262b8cd9ff4d74e46a99c3c4b1a9e" | ||
} |
Updated@amplitude/types@^1.8.0
Updated@amplitude/utils@^1.8.0