concise-diagram
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -37,2 +37,3 @@ 'use strict'; | ||
Output options: | ||
* `file?` (`string`): if specified, output will be written to the specified path | ||
* `filterEdges?` (`{ from: ModelName, to: ModelName, as: FieldName, isRequired: boolean } => boolean`): | ||
@@ -39,0 +40,0 @@ return `true` if a given edge must be shown. Default: all edges are shown |
{ | ||
"name": "concise-diagram", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Guillermo Grau Panea", | ||
@@ -33,3 +33,4 @@ "license": "MIT", | ||
"graphql", | ||
"sequelize" | ||
"sequelize", | ||
"firebase" | ||
], | ||
@@ -36,0 +37,0 @@ "homepage": "https://github.com/guigrpa/concise#readme", |
@@ -21,2 +21,3 @@ // @flow | ||
Output options: | ||
* `file?` (`string`): if specified, output will be written to the specified path | ||
* `filterEdges?` (`{ from: ModelName, to: ModelName, as: FieldName, isRequired: boolean } => boolean`): | ||
@@ -23,0 +24,0 @@ return `true` if a given edge must be shown. Default: all edges are shown |
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
15431
277