@neo4j-cypher/react-codemirror
Advanced tools
Comparing version 1.0.0-next.5 to 1.0.0-next.6
@@ -90,2 +90,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
history, | ||
indentWithTab, | ||
lineNumberFormatter, | ||
@@ -115,2 +116,3 @@ lineNumbers, | ||
history, | ||
indentWithTab, | ||
lineNumberFormatter, | ||
@@ -117,0 +119,0 @@ lineNumbers, |
@@ -99,2 +99,3 @@ "use strict"; | ||
history, | ||
indentWithTab, | ||
lineNumberFormatter, | ||
@@ -124,2 +125,3 @@ lineNumbers, | ||
history, | ||
indentWithTab, | ||
lineNumberFormatter, | ||
@@ -126,0 +128,0 @@ lineNumbers, |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "1.0.0-next.5", | ||
"version": "1.0.0-next.6", | ||
"author": "Neo4j Inc.", | ||
@@ -42,3 +42,3 @@ "license": "GPL-3.0", | ||
"@babel/runtime": "^7.20.6", | ||
"@neo4j-cypher/codemirror": "1.0.0-next.4", | ||
"@neo4j-cypher/codemirror": "1.0.0-next.5", | ||
"codemirror": "^6.0.1" | ||
@@ -45,0 +45,0 @@ }, |
@@ -70,2 +70,8 @@ import * as React from "react"; | ||
/** | ||
* Whether pressing the tab key affects editor indentation | ||
* | ||
* @defaultValue true | ||
*/ | ||
indentWithTab?: boolean; | ||
/** | ||
* The formatter for the line numbers of the editor | ||
@@ -72,0 +78,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
22444
641
+ Added@neo4j-cypher/codemirror@1.0.0-next.5(transitive)
- Removed@neo4j-cypher/codemirror@1.0.0-next.4(transitive)