@forge/auth
Advanced tools
Comparing version 0.0.4-next.0 to 0.0.4-next.1
# @forge/auth | ||
## 0.0.4-next.1 | ||
### Patch Changes | ||
- 854ff5d: Fix Authorize API on Node runtime | ||
## 0.0.4-next.0 | ||
@@ -4,0 +10,0 @@ |
@@ -10,2 +10,3 @@ "use strict"; | ||
method: 'post', | ||
headers: { 'content-type': 'application/json' }, | ||
body: JSON.stringify({ | ||
@@ -12,0 +13,0 @@ subject: { |
@@ -12,2 +12,3 @@ "use strict"; | ||
method: 'post', | ||
headers: { 'content-type': 'application/json' }, | ||
body: JSON.stringify({ | ||
@@ -14,0 +15,0 @@ accountId, |
@@ -5,2 +5,5 @@ export type PermissionCheck = (args?: any) => Promise<boolean | object>; | ||
method: string; | ||
headers?: { | ||
[key: string]: string; | ||
}; | ||
body: string; | ||
@@ -7,0 +10,0 @@ } |
{ | ||
"name": "@forge/auth", | ||
"version": "0.0.4-next.0", | ||
"version": "0.0.4-next.1", | ||
"description": "Supports authorization for product REST API calls", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
15593
220