@neo4j-cypher/react-codemirror 2.0.0-next.0 → 2.0.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/index.cjs +0 -12
- package/dist/cjs/index.cjs.map +2 -2
- package/dist/esm/index.mjs +0 -2
- package/dist/esm/index.mjs.map +2 -2
- package/dist/types/index.d.ts +0 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/index.ts +0 -1
package/dist/esm/index.mjs
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
2
|
import { CypherParser, parse } from "@neo4j-cypher/language-support";
|
|
3
|
-
import * as ReactCodemirror from "@uiw/react-codemirror";
|
|
4
3
|
|
|
5
4
|
// src/CypherEditor.tsx
|
|
6
5
|
import {
|
|
@@ -1459,7 +1458,6 @@ var CypherEditor = class extends Component {
|
|
|
1459
1458
|
export {
|
|
1460
1459
|
CypherEditor,
|
|
1461
1460
|
CypherParser,
|
|
1462
|
-
ReactCodemirror,
|
|
1463
1461
|
cypher,
|
|
1464
1462
|
darkThemeConstants,
|
|
1465
1463
|
lightThemeConstants,
|