@cloudquery/plugin-config-ui-connector
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -25,2 +25,3 @@ /** | ||
tables: string[] | undefined; | ||
skipTables: string[] | undefined; | ||
writeMode: 'append' | 'overwrite' | 'overwrite-delete-stale' | undefined; | ||
@@ -158,2 +159,3 @@ } | undefined; | ||
tables?: string[]; | ||
skipTables?: string[]; | ||
writeMode?: 'append' | 'overwrite' | 'overwrite-delete-stale'; | ||
@@ -208,2 +210,3 @@ }; | ||
tables?: string[]; | ||
skipTables?: string[]; | ||
writeMode?: 'append' | 'overwrite' | 'overwrite-delete-stale'; | ||
@@ -210,0 +213,0 @@ }; |
{ | ||
"name": "@cloudquery/plugin-config-ui-connector", | ||
"description": "Plugin configuration UI connector for CloudQuery Cloud App", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"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
30666
220