@neo4j-cypher/react-codemirror 1.0.0-next.1 → 1.0.0-next.3

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/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "codemirror",
8
8
  "codemirror 6"
9
9
  ],
10
- "version": "1.0.0-next.1",
10
+ "version": "1.0.0-next.3",
11
11
  "author": "Neo4j Inc.",
12
12
  "license": "GPL-3.0",
13
13
  "main": "./lib/react-codemirror.js",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@babel/runtime": "^7.20.6",
41
- "@neo4j-cypher/codemirror": "1.0.0-next.1",
41
+ "@neo4j-cypher/codemirror": "1.0.0-next.3",
42
42
  "codemirror": "^6.0.1"
43
43
  },
44
44
  "peerDependencies": {
@@ -15,8 +15,8 @@
15
15
  *
16
16
  * @packageDocumentation
17
17
  */
18
- export type {
18
+ export {
19
19
  default as UnstyledCypherEditor,
20
20
  CypherEditorProps
21
21
  } from "./CypherEditor";
22
- export type { default as CypherEditor } from "./CypherEditorStyled";
22
+ export { default as CypherEditor } from "./CypherEditorStyled";