@cloudquery/plugin-config-ui-connector
Advanced tools
Comparing version 0.1.4 to 0.1.6
@@ -66,3 +66,3 @@ /** | ||
/** The response headers */ | ||
headers: Headers; | ||
headers: Record<string, string>; | ||
/** The response body */ | ||
@@ -255,3 +255,3 @@ body?: any; | ||
options?: { | ||
headers?: HeadersInit; | ||
headers?: Record<string, string>; | ||
mode?: RequestMode; | ||
@@ -258,0 +258,0 @@ }; |
{ | ||
"name": "@cloudquery/plugin-config-ui-connector", | ||
"description": "Plugin configuration UI connector for CloudQuery Cloud App", | ||
"version": "0.1.4", | ||
"version": "0.1.6", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.js", |
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
33535