diff --git a/.changeset/hungry-apricots-hang.md b/.changeset/hungry-apricots-hang.md deleted file mode 100644 index 2e2205c..0000000 --- a/.changeset/hungry-apricots-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"codemirror-json-schema": patch ---- - -set @codemirror/autocomplete as an optional peer, at a fix version for a bug with curly braces diff --git a/CHANGELOG.md b/CHANGELOG.md index e718b1f..24afbc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # codemirror-json-schema +## 0.7.6 + +### Patch Changes + +- [#115](https://github.com/jsonnext/codemirror-json-schema/pull/115) [`c8d2594`](https://github.com/jsonnext/codemirror-json-schema/commit/c8d259443ffdc5eb792dd373dac64e1d4895c876) Thanks [@acao](https://github.com/acao)! - set @codemirror/autocomplete as an optional peer, at a fix version for a bug with curly braces + ## 0.7.5 ### Patch Changes diff --git a/docs/README.md b/docs/README.md index 022d9d5..416f951 100644 --- a/docs/README.md +++ b/docs/README.md @@ -74,7 +74,7 @@ Full featured cm6 extension for json, including `@codemirror/lang-json` #### Defined in -[json/bundled.ts:15](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/json/bundled.ts#L15) +[json/bundled.ts:15](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/json/bundled.ts#L15) ## Codemirror Extensions @@ -108,7 +108,7 @@ provides a JSON schema enabled autocomplete extension for codemirror #### Defined in -[features/completion.ts:949](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L949) +[features/completion.ts:949](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L949) ___ @@ -144,7 +144,7 @@ provides a JSON schema enabled tooltip extension for codemirror #### Defined in -[features/hover.ts:46](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L46) +[features/hover.ts:46](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L46) ___ @@ -178,7 +178,7 @@ Helper for simpler class instantiaton #### Defined in -[features/validation.ts:58](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L58) +[features/validation.ts:58](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L58) ## Utilities @@ -201,7 +201,7 @@ retrieve a Map of all the json pointers in a document #### Defined in -[utils/json-pointers.ts:85](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/utils/json-pointers.ts#L85) +[utils/json-pointers.ts:85](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/utils/json-pointers.ts#L85) ___ @@ -226,7 +226,7 @@ retrieve a JSON pointer for a given position in the editor #### Defined in -[utils/json-pointers.ts:68](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/utils/json-pointers.ts#L68) +[utils/json-pointers.ts:68](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/utils/json-pointers.ts#L68) ___ @@ -253,7 +253,7 @@ Mimics the behavior of `json-source-map`'s `parseJSONDocument` function using co #### Defined in -[utils/parse-json-document.ts:24](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/utils/parse-json-document.ts#L24) +[utils/parse-json-document.ts:24](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/utils/parse-json-document.ts#L24) ___ @@ -280,7 +280,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[utils/parse-json-document.ts:10](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/utils/parse-json-document.ts#L10) +[utils/parse-json-document.ts:10](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/utils/parse-json-document.ts#L10) ## Functions @@ -300,7 +300,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[features/state.ts:25](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/state.ts#L25) +[features/state.ts:25](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/state.ts#L25) ___ @@ -322,7 +322,7 @@ ___ #### Defined in -[utils/json-pointers.ts:31](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/utils/json-pointers.ts#L31) +[utils/json-pointers.ts:31](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/utils/json-pointers.ts#L31) ___ @@ -342,7 +342,7 @@ ___ #### Defined in -[features/validation.ts:48](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L48) +[features/validation.ts:48](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L48) ___ @@ -363,7 +363,7 @@ ___ #### Defined in -[utils/json-pointers.ts:18](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/utils/json-pointers.ts#L18) +[utils/json-pointers.ts:18](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/utils/json-pointers.ts#L18) ___ @@ -383,7 +383,7 @@ ___ #### Defined in -[features/state.ts:29](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/state.ts#L29) +[features/state.ts:29](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/state.ts#L29) ___ @@ -404,7 +404,7 @@ ___ #### Defined in -[features/state.ts:19](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/state.ts#L19) +[features/state.ts:19](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/state.ts#L19) ## Type Aliases @@ -421,7 +421,7 @@ ___ #### Defined in -[features/hover.ts:19](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L19) +[features/hover.ts:19](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L19) ___ @@ -431,7 +431,7 @@ ___ #### Defined in -[features/hover.ts:21](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L21) +[features/hover.ts:21](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L21) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[features/hover.ts:25](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L25) +[features/hover.ts:25](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L25) ___ @@ -467,7 +467,7 @@ ___ #### Defined in -[types.ts:6](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/types.ts#L6) +[types.ts:6](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/types.ts#L6) ___ @@ -486,7 +486,7 @@ ___ #### Defined in -[types.ts:11](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/types.ts#L11) +[types.ts:11](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/types.ts#L11) ___ @@ -496,7 +496,7 @@ ___ #### Defined in -[types.ts:20](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/types.ts#L20) +[types.ts:20](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/types.ts#L20) ## Variables @@ -506,4 +506,4 @@ ___ #### Defined in -[features/state.ts:6](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/state.ts#L6) +[features/state.ts:6](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/state.ts#L6) diff --git a/docs/classes/JSONCompletion.md b/docs/classes/JSONCompletion.md index 80bfac2..7c4001c 100644 --- a/docs/classes/JSONCompletion.md +++ b/docs/classes/JSONCompletion.md @@ -53,7 +53,7 @@ #### Defined in -[features/completion.ts:58](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L58) +[features/completion.ts:58](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L58) ## Methods @@ -74,7 +74,7 @@ #### Defined in -[features/completion.ts:775](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L775) +[features/completion.ts:775](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L775) --- @@ -96,7 +96,7 @@ #### Defined in -[features/completion.ts:704](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L704) +[features/completion.ts:704](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L704) --- @@ -117,7 +117,7 @@ #### Defined in -[features/completion.ts:750](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L750) +[features/completion.ts:750](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L750) --- @@ -137,7 +137,7 @@ #### Defined in -[features/completion.ts:785](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L785) +[features/completion.ts:785](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L785) --- @@ -159,7 +159,7 @@ #### Defined in -[features/completion.ts:678](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L678) +[features/completion.ts:678](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L678) --- @@ -179,7 +179,7 @@ #### Defined in -[features/completion.ts:245](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L245) +[features/completion.ts:245](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L245) --- @@ -200,7 +200,7 @@ #### Defined in -[features/completion.ts:792](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L792) +[features/completion.ts:792](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L792) --- @@ -220,7 +220,7 @@ #### Defined in -[features/completion.ts:61](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L61) +[features/completion.ts:61](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L61) --- @@ -247,7 +247,7 @@ #### Defined in -[features/completion.ts:863](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L863) +[features/completion.ts:863](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L863) --- @@ -267,7 +267,7 @@ #### Defined in -[features/completion.ts:926](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L926) +[features/completion.ts:926](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L926) --- @@ -292,7 +292,7 @@ #### Defined in -[features/completion.ts:901](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L901) +[features/completion.ts:901](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L901) --- @@ -313,7 +313,7 @@ #### Defined in -[features/completion.ts:497](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L497) +[features/completion.ts:497](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L497) --- @@ -333,7 +333,7 @@ #### Defined in -[features/completion.ts:519](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L519) +[features/completion.ts:519](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L519) --- @@ -356,7 +356,7 @@ #### Defined in -[features/completion.ts:352](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L352) +[features/completion.ts:352](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L352) --- @@ -377,7 +377,7 @@ #### Defined in -[features/completion.ts:469](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L469) +[features/completion.ts:469](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L469) --- @@ -398,7 +398,7 @@ #### Defined in -[features/completion.ts:485](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L485) +[features/completion.ts:485](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L485) --- @@ -419,7 +419,7 @@ #### Defined in -[features/completion.ts:523](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L523) +[features/completion.ts:523](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L523) --- @@ -444,7 +444,7 @@ #### Defined in -[features/completion.ts:254](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L254) +[features/completion.ts:254](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L254) --- @@ -465,7 +465,7 @@ #### Defined in -[features/completion.ts:882](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L882) +[features/completion.ts:882](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L882) --- @@ -486,7 +486,7 @@ #### Defined in -[features/completion.ts:807](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L807) +[features/completion.ts:807](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L807) --- @@ -509,7 +509,7 @@ #### Defined in -[features/completion.ts:533](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L533) +[features/completion.ts:533](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L533) --- @@ -529,7 +529,7 @@ #### Defined in -[features/completion.ts:922](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L922) +[features/completion.ts:922](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L922) ## Properties @@ -539,7 +539,7 @@ #### Defined in -[features/completion.ts:57](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L57) +[features/completion.ts:57](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L57) --- @@ -549,7 +549,7 @@ #### Defined in -[features/completion.ts:58](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L58) +[features/completion.ts:58](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L58) --- @@ -559,4 +559,4 @@ #### Defined in -[features/completion.ts:56](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L56) +[features/completion.ts:56](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L56) diff --git a/docs/classes/JSONHover.md b/docs/classes/JSONHover.md index 5ba4835..39d3c6c 100644 --- a/docs/classes/JSONHover.md +++ b/docs/classes/JSONHover.md @@ -35,7 +35,7 @@ #### Defined in -[features/hover.ts:88](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L88) +[features/hover.ts:88](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L88) ## Methods @@ -57,7 +57,7 @@ #### Defined in -[features/hover.ts:203](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L203) +[features/hover.ts:203](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L203) --- @@ -77,7 +77,7 @@ #### Defined in -[features/hover.ts:136](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L136) +[features/hover.ts:136](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L136) --- @@ -99,7 +99,7 @@ #### Defined in -[features/hover.ts:95](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L95) +[features/hover.ts:95](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L95) --- @@ -120,7 +120,7 @@ #### Defined in -[features/hover.ts:162](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L162) +[features/hover.ts:162](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L162) ## Properties @@ -130,7 +130,7 @@ #### Defined in -[features/hover.ts:87](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L87) +[features/hover.ts:87](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L87) --- @@ -140,7 +140,7 @@ #### Defined in -[features/hover.ts:88](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L88) +[features/hover.ts:88](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L88) --- @@ -150,4 +150,4 @@ #### Defined in -[features/hover.ts:86](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L86) +[features/hover.ts:86](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L86) diff --git a/docs/classes/JSONValidation.md b/docs/classes/JSONValidation.md index ddc03fe..ba6eca0 100644 --- a/docs/classes/JSONValidation.md +++ b/docs/classes/JSONValidation.md @@ -56,7 +56,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[features/validation.ts:78](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L78) +[features/validation.ts:78](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L78) ## Accessors @@ -70,7 +70,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[features/validation.ts:89](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L89) +[features/validation.ts:89](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L89) ## Constructors @@ -86,7 +86,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[features/validation.ts:79](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L79) +[features/validation.ts:79](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L79) ## Methods @@ -106,7 +106,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[features/validation.ts:120](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L120) +[features/validation.ts:120](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L120) --- @@ -126,7 +126,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[features/validation.ts:94](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L94) +[features/validation.ts:94](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L94) ## Properties @@ -136,7 +136,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[features/validation.ts:77](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L77) +[features/validation.ts:77](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L77) --- @@ -146,7 +146,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[features/validation.ts:79](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L79) +[features/validation.ts:79](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L79) --- @@ -156,4 +156,4 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[features/validation.ts:75](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L75) +[features/validation.ts:75](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L75) diff --git a/docs/interfaces/JSONCompletionOptions.md b/docs/interfaces/JSONCompletionOptions.md index d180363..503f86f 100644 --- a/docs/interfaces/JSONCompletionOptions.md +++ b/docs/interfaces/JSONCompletionOptions.md @@ -16,4 +16,4 @@ #### Defined in -[features/completion.ts:52](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L52) +[features/completion.ts:52](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L52) diff --git a/docs/interfaces/JSONValidationOptions.md b/docs/interfaces/JSONValidationOptions.md index d678612..ed70483 100644 --- a/docs/interfaces/JSONValidationOptions.md +++ b/docs/interfaces/JSONValidationOptions.md @@ -42,7 +42,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[features/validation.ts:43](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L43) +[features/validation.ts:43](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L43) ## Properties @@ -66,7 +66,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[features/validation.ts:42](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L42) +[features/validation.ts:42](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L42) --- @@ -76,4 +76,4 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[features/validation.ts:41](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L41) +[features/validation.ts:41](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L41) diff --git a/package.json b/package.json index 737fee9..259043e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codemirror-json-schema", "license": "MIT", - "version": "0.7.5", + "version": "0.7.6", "description": "Codemirror 6 extensions that provide full JSONSchema support for `@codemirror/lang-json` and `codemirror-json5`", "contributors": [ {