@bedrock/account-http
Advanced tools
Comparing version 7.1.0 to 7.1.1
# bedrock-account-http ChangeLog | ||
## 7.1.1 - 2023-10-20 | ||
### Fixed | ||
- Remove unused `@bedrock/https-agent` dep. | ||
- Move `@bedrock/turnstile` into `peerDependencies`. | ||
## 7.1.0 - 2023-10-18 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@bedrock/account-http", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"type": "module", | ||
@@ -28,4 +28,2 @@ "description": "HTTP API for Bedrock User Accounts", | ||
"dependencies": { | ||
"@bedrock/https-agent": "^4.0.0", | ||
"@bedrock/turnstile": "^1.0.0", | ||
"@digitalbazaar/http-client": "^4.0.0", | ||
@@ -42,2 +40,3 @@ "express-query-boolean": "^2.0.0", | ||
"@bedrock/passport": "^11.0.0", | ||
"@bedrock/turnstile": "^1.0.1", | ||
"@bedrock/validation": "^7.0.0" | ||
@@ -44,0 +43,0 @@ }, |
@@ -26,5 +26,5 @@ { | ||
"dependencies": { | ||
"@bedrock/core": "^6.0.0", | ||
"@bedrock/account": "^9.0.0", | ||
"@bedrock/account-http": "file:..", | ||
"@bedrock/core": "^6.0.0", | ||
"@bedrock/express": "^8.0.0", | ||
@@ -35,2 +35,3 @@ "@bedrock/mongodb": "^10.0.0", | ||
"@bedrock/test": "^8.0.0", | ||
"@bedrock/turnstile": "^1.0.1", | ||
"@bedrock/validation": "^7.0.0", | ||
@@ -37,0 +38,0 @@ "apisauce": "^2.0.0", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
41959
11
1
- Removed@bedrock/https-agent@^4.0.0
- Removed@bedrock/turnstile@^1.0.0