279map-backend-common
Advanced tools
Comparing version 0.8.3 to 0.8.4
@@ -31,3 +31,3 @@ import { Auth, MapKind } from '../279map-common'; | ||
editable: boolean; | ||
connection: string; | ||
connection: string | DataSourceConnection; | ||
last_edited_time: string; | ||
@@ -34,0 +34,0 @@ }; |
@@ -31,3 +31,3 @@ import { Auth, MapKind } from '../279map-common'; | ||
editable: boolean; | ||
connection: string; | ||
connection: string | DataSourceConnection; | ||
last_edited_time: string; | ||
@@ -34,0 +34,0 @@ }; |
@@ -194,3 +194,3 @@ /// <reference types="multer" /> | ||
editable: boolean; | ||
connection: string; | ||
connection: string | DataSourceConnection; | ||
last_edited_time: string; | ||
@@ -197,0 +197,0 @@ }; |
{ | ||
"name": "279map-backend-common", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "279map backend common modules", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
1450612