279map-backend-common
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -69,2 +69,3 @@ import { Auth, MapKind } from '279map-common'; | ||
parent_id?: string; | ||
readonly: boolean; | ||
last_edited_time: string; | ||
@@ -71,0 +72,0 @@ }; |
@@ -69,2 +69,3 @@ import { Auth, MapKind } from '279map-common'; | ||
parent_id?: string; | ||
readonly: boolean; | ||
last_edited_time: string; | ||
@@ -71,0 +72,0 @@ }; |
@@ -73,2 +73,3 @@ /// <reference types="multer" /> | ||
parent_id?: string; | ||
readonly: boolean; | ||
last_edited_time: string; | ||
@@ -75,0 +76,0 @@ }; |
{ | ||
"name": "279map-backend-common", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "279map backend common modules", | ||
@@ -31,3 +31,3 @@ "scripts": { | ||
"@types/node": "^16.18.3", | ||
"279map-common": "^0.6.0", | ||
"279map-common": "^0.6.1", | ||
"rollup": "^2.60.0", | ||
@@ -34,0 +34,0 @@ "rollup-plugin-delete": "^2.0.0", |
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
1435587
55231