diff --git a/.changeset/perfect-balloons-teach.md b/.changeset/perfect-balloons-teach.md deleted file mode 100644 index d6e9be9..0000000 --- a/.changeset/perfect-balloons-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"codemirror-json-schema": patch ---- - -Improvements to completion logic (mainly for top level) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e15dac..4bb0e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # codemirror-json-schema +## 0.7.4 + +### Patch Changes + +- [#102](https://github.com/acao/codemirror-json-schema/pull/102) [`296617f`](https://github.com/acao/codemirror-json-schema/commit/296617f4800d875ddd579cbb544240e8a6985bc1) Thanks [@imolorhe](https://github.com/imolorhe)! - Improvements to completion logic (mainly for top level) + ## 0.7.3 ### Patch Changes diff --git a/docs/README.md b/docs/README.md index bfb548a..466b7bf 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 -[bundled.ts:15](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/bundled.ts#L15) +[bundled.ts:15](https://github.com/acao/codemirror-json-schema/blob/296617f/src/bundled.ts#L15) ## Codemirror Extensions @@ -108,7 +108,7 @@ provides a JSON schema enabled autocomplete extension for codemirror #### Defined in -[json-completion.ts:936](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L936) +[json-completion.ts:948](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L948) ___ @@ -144,7 +144,7 @@ provides a JSON schema enabled tooltip extension for codemirror #### Defined in -[json-hover.ts:45](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-hover.ts#L45) +[json-hover.ts:45](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-hover.ts#L45) ___ @@ -178,7 +178,7 @@ Helper for simpler class instantiaton #### Defined in -[json-validation.ts:58](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-validation.ts#L58) +[json-validation.ts:58](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-validation.ts#L58) ## Utilities @@ -201,7 +201,7 @@ retrieve a Map of all the json pointers in a document #### Defined in -[utils/jsonPointers.ts:85](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/utils/jsonPointers.ts#L85) +[utils/jsonPointers.ts:85](https://github.com/acao/codemirror-json-schema/blob/296617f/src/utils/jsonPointers.ts#L85) ___ @@ -226,7 +226,7 @@ retrieve a JSON pointer for a given position in the editor #### Defined in -[utils/jsonPointers.ts:68](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/utils/jsonPointers.ts#L68) +[utils/jsonPointers.ts:68](https://github.com/acao/codemirror-json-schema/blob/296617f/src/utils/jsonPointers.ts#L68) ___ @@ -253,7 +253,7 @@ Mimics the behavior of `json-source-map`'s `parseJSONDocument` function using co #### Defined in -[utils/parseJSONDocument.ts:24](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/utils/parseJSONDocument.ts#L24) +[utils/parseJSONDocument.ts:24](https://github.com/acao/codemirror-json-schema/blob/296617f/src/utils/parseJSONDocument.ts#L24) ___ @@ -280,7 +280,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[utils/parseJSONDocument.ts:10](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/utils/parseJSONDocument.ts#L10) +[utils/parseJSONDocument.ts:10](https://github.com/acao/codemirror-json-schema/blob/296617f/src/utils/parseJSONDocument.ts#L10) ## Functions @@ -300,7 +300,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[state.ts:25](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/state.ts#L25) +[state.ts:25](https://github.com/acao/codemirror-json-schema/blob/296617f/src/state.ts#L25) ___ @@ -322,7 +322,7 @@ ___ #### Defined in -[utils/jsonPointers.ts:31](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/utils/jsonPointers.ts#L31) +[utils/jsonPointers.ts:31](https://github.com/acao/codemirror-json-schema/blob/296617f/src/utils/jsonPointers.ts#L31) ___ @@ -342,7 +342,7 @@ ___ #### Defined in -[json-validation.ts:48](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-validation.ts#L48) +[json-validation.ts:48](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-validation.ts#L48) ___ @@ -363,7 +363,7 @@ ___ #### Defined in -[utils/jsonPointers.ts:18](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/utils/jsonPointers.ts#L18) +[utils/jsonPointers.ts:18](https://github.com/acao/codemirror-json-schema/blob/296617f/src/utils/jsonPointers.ts#L18) ___ @@ -383,7 +383,7 @@ ___ #### Defined in -[state.ts:29](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/state.ts#L29) +[state.ts:29](https://github.com/acao/codemirror-json-schema/blob/296617f/src/state.ts#L29) ___ @@ -404,7 +404,7 @@ ___ #### Defined in -[state.ts:19](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/state.ts#L19) +[state.ts:19](https://github.com/acao/codemirror-json-schema/blob/296617f/src/state.ts#L19) ## Type Aliases @@ -421,7 +421,7 @@ ___ #### Defined in -[json-hover.ts:18](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-hover.ts#L18) +[json-hover.ts:18](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-hover.ts#L18) ___ @@ -431,7 +431,7 @@ ___ #### Defined in -[json-hover.ts:20](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-hover.ts#L20) +[json-hover.ts:20](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-hover.ts#L20) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[json-hover.ts:24](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-hover.ts#L24) +[json-hover.ts:24](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-hover.ts#L24) ___ @@ -467,7 +467,7 @@ ___ #### Defined in -[types.ts:6](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/types.ts#L6) +[types.ts:6](https://github.com/acao/codemirror-json-schema/blob/296617f/src/types.ts#L6) ___ @@ -486,7 +486,7 @@ ___ #### Defined in -[types.ts:11](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/types.ts#L11) +[types.ts:11](https://github.com/acao/codemirror-json-schema/blob/296617f/src/types.ts#L11) ___ @@ -496,7 +496,7 @@ ___ #### Defined in -[types.ts:20](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/types.ts#L20) +[types.ts:20](https://github.com/acao/codemirror-json-schema/blob/296617f/src/types.ts#L20) ## Variables @@ -506,4 +506,4 @@ ___ #### Defined in -[state.ts:6](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/state.ts#L6) +[state.ts:6](https://github.com/acao/codemirror-json-schema/blob/296617f/src/state.ts#L6) diff --git a/docs/classes/JSONCompletion.md b/docs/classes/JSONCompletion.md index c0eb3db..926f7b7 100644 --- a/docs/classes/JSONCompletion.md +++ b/docs/classes/JSONCompletion.md @@ -53,7 +53,7 @@ #### Defined in -[json-completion.ts:57](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L57) +[json-completion.ts:57](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L57) ## Methods @@ -74,7 +74,7 @@ #### Defined in -[json-completion.ts:763](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L763) +[json-completion.ts:774](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L774) --- @@ -96,7 +96,7 @@ #### Defined in -[json-completion.ts:692](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L692) +[json-completion.ts:703](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L703) --- @@ -117,7 +117,7 @@ #### Defined in -[json-completion.ts:738](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L738) +[json-completion.ts:749](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L749) --- @@ -137,7 +137,7 @@ #### Defined in -[json-completion.ts:773](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L773) +[json-completion.ts:784](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L784) --- @@ -159,7 +159,7 @@ #### Defined in -[json-completion.ts:666](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L666) +[json-completion.ts:677](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L677) --- @@ -179,7 +179,7 @@ #### Defined in -[json-completion.ts:236](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L236) +[json-completion.ts:244](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L244) --- @@ -200,7 +200,7 @@ #### Defined in -[json-completion.ts:780](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L780) +[json-completion.ts:791](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L791) --- @@ -220,28 +220,34 @@ #### Defined in -[json-completion.ts:60](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L60) +[json-completion.ts:60](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L60) --- ### expandSchemaProperty -▸ `Private` **expandSchemaProperty**(`property`, `schema`): `JSONSchema7Definition` +▸ `Private` **expandSchemaProperty**<`T`\>(`property`, `schema`): `T` + +#### Type parameters + +| Name | Type | +| :--- | :------------------------------ | +| `T` | extends `JSONSchema7Definition` | #### Parameters -| Name | Type | -| :--------- | :---------------------- | -| `property` | `JSONSchema7Definition` | -| `schema` | `JSONSchema7` | +| Name | Type | +| :--------- | :------------ | +| `property` | `T` | +| `schema` | `JSONSchema7` | #### Returns -`JSONSchema7Definition` +`T` #### Defined in -[json-completion.ts:850](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L850) +[json-completion.ts:862](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L862) --- @@ -261,7 +267,7 @@ #### Defined in -[json-completion.ts:913](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L913) +[json-completion.ts:925](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L925) --- @@ -286,7 +292,7 @@ #### Defined in -[json-completion.ts:888](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L888) +[json-completion.ts:900](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L900) --- @@ -307,7 +313,7 @@ #### Defined in -[json-completion.ts:498](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L498) +[json-completion.ts:496](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L496) --- @@ -327,7 +333,7 @@ #### Defined in -[json-completion.ts:520](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L520) +[json-completion.ts:518](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L518) --- @@ -350,7 +356,7 @@ #### Defined in -[json-completion.ts:342](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L342) +[json-completion.ts:351](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L351) --- @@ -371,7 +377,7 @@ #### Defined in -[json-completion.ts:459](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L459) +[json-completion.ts:468](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L468) --- @@ -392,7 +398,7 @@ #### Defined in -[json-completion.ts:483](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L483) +[json-completion.ts:484](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L484) --- @@ -413,7 +419,7 @@ #### Defined in -[json-completion.ts:524](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L524) +[json-completion.ts:522](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L522) --- @@ -438,7 +444,7 @@ #### Defined in -[json-completion.ts:245](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L245) +[json-completion.ts:253](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L253) --- @@ -459,7 +465,7 @@ #### Defined in -[json-completion.ts:869](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L869) +[json-completion.ts:881](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L881) --- @@ -480,13 +486,13 @@ #### Defined in -[json-completion.ts:795](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L795) +[json-completion.ts:806](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L806) --- ### getValueCompletions -▸ `Private` **getValueCompletions**(`schema`, `ctx`, `types`, `collector`): `void` +▸ `Private` **getValueCompletions**(`schema`, `ctx`, `types`, `collector`): `undefined` \| { `valuePrefix`: `string` } #### Parameters @@ -499,11 +505,11 @@ #### Returns -`void` +`undefined` \| { `valuePrefix`: `string` } #### Defined in -[json-completion.ts:534](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L534) +[json-completion.ts:532](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L532) --- @@ -523,7 +529,7 @@ #### Defined in -[json-completion.ts:909](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L909) +[json-completion.ts:921](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L921) ## Properties @@ -533,7 +539,7 @@ #### Defined in -[json-completion.ts:56](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L56) +[json-completion.ts:56](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L56) --- @@ -543,7 +549,7 @@ #### Defined in -[json-completion.ts:57](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L57) +[json-completion.ts:57](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L57) --- @@ -553,4 +559,4 @@ #### Defined in -[json-completion.ts:55](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L55) +[json-completion.ts:55](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L55) diff --git a/docs/classes/JSONHover.md b/docs/classes/JSONHover.md index 682e78e..a278cd2 100644 --- a/docs/classes/JSONHover.md +++ b/docs/classes/JSONHover.md @@ -35,7 +35,7 @@ #### Defined in -[json-hover.ts:67](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-hover.ts#L67) +[json-hover.ts:67](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-hover.ts#L67) ## Methods @@ -57,7 +57,7 @@ #### Defined in -[json-hover.ts:176](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-hover.ts#L176) +[json-hover.ts:176](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-hover.ts#L176) --- @@ -77,7 +77,7 @@ #### Defined in -[json-hover.ts:115](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-hover.ts#L115) +[json-hover.ts:115](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-hover.ts#L115) --- @@ -99,7 +99,7 @@ #### Defined in -[json-hover.ts:74](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-hover.ts#L74) +[json-hover.ts:74](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-hover.ts#L74) --- @@ -120,7 +120,7 @@ #### Defined in -[json-hover.ts:141](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-hover.ts#L141) +[json-hover.ts:141](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-hover.ts#L141) ## Properties @@ -130,7 +130,7 @@ #### Defined in -[json-hover.ts:66](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-hover.ts#L66) +[json-hover.ts:66](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-hover.ts#L66) --- @@ -140,7 +140,7 @@ #### Defined in -[json-hover.ts:67](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-hover.ts#L67) +[json-hover.ts:67](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-hover.ts#L67) --- @@ -150,4 +150,4 @@ #### Defined in -[json-hover.ts:65](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-hover.ts#L65) +[json-hover.ts:65](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-hover.ts#L65) diff --git a/docs/classes/JSONValidation.md b/docs/classes/JSONValidation.md index 10a0c23..033d218 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 -[json-validation.ts:78](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-validation.ts#L78) +[json-validation.ts:78](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-validation.ts#L78) ## Accessors @@ -70,7 +70,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[json-validation.ts:89](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-validation.ts#L89) +[json-validation.ts:89](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-validation.ts#L89) ## Constructors @@ -86,7 +86,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[json-validation.ts:79](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-validation.ts#L79) +[json-validation.ts:79](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-validation.ts#L79) ## Methods @@ -106,7 +106,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[json-validation.ts:120](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-validation.ts#L120) +[json-validation.ts:120](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-validation.ts#L120) --- @@ -126,7 +126,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[json-validation.ts:94](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-validation.ts#L94) +[json-validation.ts:94](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-validation.ts#L94) ## Properties @@ -136,7 +136,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[json-validation.ts:77](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-validation.ts#L77) +[json-validation.ts:77](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-validation.ts#L77) --- @@ -146,7 +146,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[json-validation.ts:79](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-validation.ts#L79) +[json-validation.ts:79](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-validation.ts#L79) --- @@ -156,4 +156,4 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[json-validation.ts:75](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-validation.ts#L75) +[json-validation.ts:75](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-validation.ts#L75) diff --git a/docs/interfaces/JSONCompletionOptions.md b/docs/interfaces/JSONCompletionOptions.md index f17e78d..ae6e15d 100644 --- a/docs/interfaces/JSONCompletionOptions.md +++ b/docs/interfaces/JSONCompletionOptions.md @@ -16,4 +16,4 @@ #### Defined in -[json-completion.ts:51](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-completion.ts#L51) +[json-completion.ts:51](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-completion.ts#L51) diff --git a/docs/interfaces/JSONValidationOptions.md b/docs/interfaces/JSONValidationOptions.md index 474c034..e97405b 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 -[json-validation.ts:43](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-validation.ts#L43) +[json-validation.ts:43](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-validation.ts#L43) ## Properties @@ -66,7 +66,7 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[json-validation.ts:42](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-validation.ts#L42) +[json-validation.ts:42](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-validation.ts#L42) --- @@ -76,4 +76,4 @@ Return parsed data and json pointers for a given codemirror EditorState #### Defined in -[json-validation.ts:41](https://github.com/acao/codemirror-json-schema/blob/da7f368/src/json-validation.ts#L41) +[json-validation.ts:41](https://github.com/acao/codemirror-json-schema/blob/296617f/src/json-validation.ts#L41) diff --git a/package.json b/package.json index 5f9d176..55ad82e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codemirror-json-schema", "license": "MIT", - "version": "0.7.3", + "version": "0.7.4", "description": "Codemirror 6 extensions that provide full JSONSchema support for `@codemirror/lang-json` and `codemirror-json5`", "contributors": [ {