@stepzen/dashboard
Advanced tools
Comparing version 0.1.17 to 0.1.18
{ | ||
"name": "@stepzen/dashboard", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"author": "Darren Waddell <darren@stepzen.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -9,3 +9,3 @@ // Copyright (c) 2020,2021, StepZen, Inc. | ||
const proxy = async (req, res) => { | ||
const { account, domain, predicates, workspace } = req; | ||
const { account, adminkey, domain, predicates, workspace } = req; | ||
@@ -12,0 +12,0 @@ let endpoint = workspace.endpoint; |
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
6876789