@cloudquery/plugin-config-ui-connector
Advanced tools
Comparing version 0.2.14 to 0.2.15
@@ -26,3 +26,3 @@ /** | ||
name: string; | ||
displayName: string; | ||
displayName?: string; | ||
migrateMode: 'forced' | 'safe' | undefined; | ||
@@ -205,3 +205,3 @@ envs: Array<{ | ||
name: string; | ||
displayName: string; | ||
displayName?: string; | ||
migrateMode?: 'forced' | 'safe'; | ||
@@ -258,3 +258,3 @@ envs: Array<{ | ||
name: string; | ||
displayName: string; | ||
displayName?: string; | ||
migrateMode?: 'forced' | 'safe'; | ||
@@ -315,3 +315,3 @@ envs: Array<{ | ||
name: string; | ||
displayName: string; | ||
displayName?: string; | ||
migrateMode?: 'forced' | 'safe'; | ||
@@ -318,0 +318,0 @@ envs: Array<{ |
{ | ||
"name": "@cloudquery/plugin-config-ui-connector", | ||
"description": "Plugin configuration UI connector for CloudQuery Cloud App", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"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
35861