@types/geojson
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -90,3 +90,3 @@ // Type definitions for GeoJSON Format Specification Revision 1.0 | ||
/*** | ||
* http://geojson.org/geojson-spec.html#feature-objects | ||
* https://tools.ietf.org/html/rfc7946#section-3.2 | ||
*/ | ||
@@ -97,3 +97,3 @@ export interface Feature<T extends GeometryObject> extends GeoJsonObject { | ||
properties: any; | ||
id?: string; | ||
id?: string | number; | ||
} | ||
@@ -100,0 +100,0 @@ |
{ | ||
"name": "@types/geojson", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "TypeScript definitions for GeoJSON Format Specification Revision", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6e3dee85c5a9e68c45cf2ec8d41ac929576b537091e839a51163b930eb6a6918", | ||
"typesPublisherContentHash": "3a0ca828d3ecee52b8bfed4a8bd2a6360b7b21deef004689e65ab0773931d223", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 26 Sep 2017 23:48:03 GMT | ||
* Last updated: Wed, 11 Oct 2017 23:26:32 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: GeoJSON |
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
5431