es-mapping-to-schema
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "es-mapping-to-schema", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Convert Elasticsearch mappings to Schema Inspector schemas", | ||
@@ -32,7 +32,9 @@ "main": "index.js", | ||
"dependencies": { | ||
"chai": "^3.5.0", | ||
"lodash": "^4.12.0", | ||
"mocha": "^2.4.5", | ||
"schema-inspector": "^1.6.4" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"mocha": "^2.4.5" | ||
} | ||
} |
@@ -7,4 +7,3 @@ ## Elasticsearch Mapping to Schema Inspector schema | ||
### Changelog: | ||
3.0.1 - Removed unused dependencies | ||
3.0.0 - Completely changed the API and output. Now offers more options, and generates separate schemas for validation and | ||
3.0 - Completely changed the API and output. Now offers more options, and generates separate schemas for validation and | ||
sanitization. Previous version combined validation and sanitization into a single schema, with occasionally bad results. | ||
@@ -11,0 +10,0 @@ |
Sorry, the diff of this file is not supported yet
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
2
103327
2
144
- Removedchai@^3.5.0
- Removedmocha@^2.4.5
- Removedassertion-error@1.1.0(transitive)
- Removedchai@3.5.0(transitive)
- Removedcommander@0.6.12.3.0(transitive)
- Removeddebug@2.2.0(transitive)
- Removeddeep-eql@0.1.3(transitive)
- Removeddiff@1.4.0(transitive)
- Removedescape-string-regexp@1.0.2(transitive)
- Removedglob@3.2.11(transitive)
- Removedgrowl@1.9.2(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjade@0.26.3(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.3.0(transitive)
- Removedminimist@0.0.8(transitive)
- Removedmkdirp@0.3.00.5.1(transitive)
- Removedmocha@2.5.3(transitive)
- Removedms@0.7.1(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedsupports-color@1.2.0(transitive)
- Removedto-iso-string@0.0.2(transitive)
- Removedtype-detect@0.1.11.0.0(transitive)