@types/arangodb
Advanced tools
Comparing version 3.4.1 to 3.4.2
@@ -92,3 +92,3 @@ // Type definitions for ArangoDB 3.4 | ||
type EngineType = "mmfiles" | "rocksdb"; | ||
type IndexType = "hash" | "skiplist" | "fulltext" | "geo1" | "geo2"; | ||
type IndexType = "hash" | "skiplist" | "fulltext" | "geo"; | ||
type ViewType = "arangosearch"; | ||
@@ -95,0 +95,0 @@ type KeyGeneratorType = "traditional" | "autoincrement"; |
{ | ||
"name": "@types/arangodb", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"description": "TypeScript definitions for ArangoDB", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "f274a46fcba6dbfb01a597af9a0c7049cdd6a9cf2bf81573bd02bdd3ab8cee3b", | ||
"typesPublisherContentHash": "235a4682475a16892a28aeea948c839b69b4e0e0745d2cd598795859e498c87e", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 08 May 2018 16:35:40 GMT | ||
* Last updated: Tue, 08 May 2018 22:09:43 GMT | ||
* Dependencies: graphql, node | ||
@@ -14,0 +14,0 @@ * Global values: Foxx |
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
63174