@amplitude/identity
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "@amplitude/identity", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Identity Manager for JS-based SDK's to help track device and user ID's", | ||
@@ -20,3 +20,3 @@ "repository": "git://github.com/amplitude/Amplitude-Node.git", | ||
"@amplitude/types": "^1.5.0", | ||
"@amplitude/utils": "^1.5.0", | ||
"@amplitude/utils": "^1.5.1", | ||
"tslib": "^1.9.3" | ||
@@ -28,2 +28,3 @@ }, | ||
"eslint": "^7.0.0", | ||
"eslint-plugin-jest": "^24.1.5", | ||
"jest": "^26.4.0", | ||
@@ -43,6 +44,6 @@ "npm-run-all": "^4.1.5", | ||
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"", | ||
"lint:eslint": "eslint 'src/**/*.ts'", | ||
"lint:eslint": "eslint '{src,test}/**/*.ts'", | ||
"fix": "run-s fix:eslint fix:prettier", | ||
"fix:prettier": "prettier --write \"{src,test}/**/*.ts\"", | ||
"fix:eslint": "eslint --fix 'src/**/*.ts'", | ||
"fix:eslint": "yarn lint:eslint --fix", | ||
"link:yarn": "yarn link", | ||
@@ -52,3 +53,3 @@ "test": "jest" | ||
"sideEffects": false, | ||
"gitHead": "b65defea984885bd25391ee411ec8b5790f3eaf8" | ||
"gitHead": "bdc32d6da16fb13056cd534b657d1c6a35682306" | ||
} |
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
45631
8
Updated@amplitude/utils@^1.5.1