Skip to content

Commit 41c0f66

Browse files
authoredJun 1, 2024··
Version Packages (#116)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## codemirror-json-schema@0.7.6 ### Patch Changes - [#115](#115) [`c8d2594`](c8d2594) Thanks [@acao](https://github.com/acao)! - set @codemirror/autocomplete as an optional peer, at a fix version for a bug with curly braces Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c8d2594 commit 41c0f66

9 files changed

+74
-73
lines changed
 

‎.changeset/hungry-apricots-hang.md

-5
This file was deleted.

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# codemirror-json-schema
22

3+
## 0.7.6
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.7.5
410

511
### Patch Changes

‎docs/README.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Full featured cm6 extension for json, including `@codemirror/lang-json`
7474

7575
#### Defined in
7676

77-
[json/bundled.ts:15](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/json/bundled.ts#L15)
77+
[json/bundled.ts:15](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/json/bundled.ts#L15)
7878

7979
## Codemirror Extensions
8080

@@ -108,7 +108,7 @@ provides a JSON schema enabled autocomplete extension for codemirror
108108

109109
#### Defined in
110110

111-
[features/completion.ts:949](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L949)
111+
[features/completion.ts:949](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L949)
112112

113113
___
114114

@@ -144,7 +144,7 @@ provides a JSON schema enabled tooltip extension for codemirror
144144

145145
#### Defined in
146146

147-
[features/hover.ts:46](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L46)
147+
[features/hover.ts:46](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L46)
148148

149149
___
150150

@@ -178,7 +178,7 @@ Helper for simpler class instantiaton
178178

179179
#### Defined in
180180

181-
[features/validation.ts:58](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L58)
181+
[features/validation.ts:58](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L58)
182182

183183
## Utilities
184184

@@ -201,7 +201,7 @@ retrieve a Map of all the json pointers in a document
201201

202202
#### Defined in
203203

204-
[utils/json-pointers.ts:85](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/utils/json-pointers.ts#L85)
204+
[utils/json-pointers.ts:85](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/utils/json-pointers.ts#L85)
205205

206206
___
207207

@@ -226,7 +226,7 @@ retrieve a JSON pointer for a given position in the editor
226226

227227
#### Defined in
228228

229-
[utils/json-pointers.ts:68](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/utils/json-pointers.ts#L68)
229+
[utils/json-pointers.ts:68](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/utils/json-pointers.ts#L68)
230230

231231
___
232232

@@ -253,7 +253,7 @@ Mimics the behavior of `json-source-map`'s `parseJSONDocument` function using co
253253

254254
#### Defined in
255255

256-
[utils/parse-json-document.ts:24](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/utils/parse-json-document.ts#L24)
256+
[utils/parse-json-document.ts:24](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/utils/parse-json-document.ts#L24)
257257

258258
___
259259

@@ -280,7 +280,7 @@ Return parsed data and json pointers for a given codemirror EditorState
280280

281281
#### Defined in
282282

283-
[utils/parse-json-document.ts:10](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/utils/parse-json-document.ts#L10)
283+
[utils/parse-json-document.ts:10](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/utils/parse-json-document.ts#L10)
284284

285285
## Functions
286286

@@ -300,7 +300,7 @@ Return parsed data and json pointers for a given codemirror EditorState
300300

301301
#### Defined in
302302

303-
[features/state.ts:25](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/state.ts#L25)
303+
[features/state.ts:25](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/state.ts#L25)
304304

305305
___
306306

@@ -322,7 +322,7 @@ ___
322322

323323
#### Defined in
324324

325-
[utils/json-pointers.ts:31](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/utils/json-pointers.ts#L31)
325+
[utils/json-pointers.ts:31](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/utils/json-pointers.ts#L31)
326326

327327
___
328328

@@ -342,7 +342,7 @@ ___
342342

343343
#### Defined in
344344

345-
[features/validation.ts:48](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L48)
345+
[features/validation.ts:48](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L48)
346346

347347
___
348348

@@ -363,7 +363,7 @@ ___
363363

364364
#### Defined in
365365

366-
[utils/json-pointers.ts:18](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/utils/json-pointers.ts#L18)
366+
[utils/json-pointers.ts:18](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/utils/json-pointers.ts#L18)
367367

368368
___
369369

@@ -383,7 +383,7 @@ ___
383383

384384
#### Defined in
385385

386-
[features/state.ts:29](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/state.ts#L29)
386+
[features/state.ts:29](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/state.ts#L29)
387387

388388
___
389389

@@ -404,7 +404,7 @@ ___
404404

405405
#### Defined in
406406

407-
[features/state.ts:19](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/state.ts#L19)
407+
[features/state.ts:19](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/state.ts#L19)
408408

409409
## Type Aliases
410410

@@ -421,7 +421,7 @@ ___
421421

422422
#### Defined in
423423

424-
[features/hover.ts:19](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L19)
424+
[features/hover.ts:19](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L19)
425425

426426
___
427427

@@ -431,7 +431,7 @@ ___
431431

432432
#### Defined in
433433

434-
[features/hover.ts:21](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L21)
434+
[features/hover.ts:21](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L21)
435435

436436
___
437437

@@ -450,7 +450,7 @@ ___
450450

451451
#### Defined in
452452

453-
[features/hover.ts:25](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L25)
453+
[features/hover.ts:25](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L25)
454454

455455
___
456456

@@ -467,7 +467,7 @@ ___
467467

468468
#### Defined in
469469

470-
[types.ts:6](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/types.ts#L6)
470+
[types.ts:6](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/types.ts#L6)
471471

472472
___
473473

@@ -486,7 +486,7 @@ ___
486486

487487
#### Defined in
488488

489-
[types.ts:11](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/types.ts#L11)
489+
[types.ts:11](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/types.ts#L11)
490490

491491
___
492492

@@ -496,7 +496,7 @@ ___
496496

497497
#### Defined in
498498

499-
[types.ts:20](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/types.ts#L20)
499+
[types.ts:20](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/types.ts#L20)
500500

501501
## Variables
502502

@@ -506,4 +506,4 @@ ___
506506

507507
#### Defined in
508508

509-
[features/state.ts:6](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/state.ts#L6)
509+
[features/state.ts:6](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/state.ts#L6)

‎docs/classes/JSONCompletion.md

+26-26
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
#### Defined in
5555

56-
[features/completion.ts:58](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L58)
56+
[features/completion.ts:58](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L58)
5757

5858
## Methods
5959

@@ -74,7 +74,7 @@
7474

7575
#### Defined in
7676

77-
[features/completion.ts:775](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L775)
77+
[features/completion.ts:775](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L775)
7878

7979
---
8080

@@ -96,7 +96,7 @@
9696

9797
#### Defined in
9898

99-
[features/completion.ts:704](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L704)
99+
[features/completion.ts:704](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L704)
100100

101101
---
102102

@@ -117,7 +117,7 @@
117117

118118
#### Defined in
119119

120-
[features/completion.ts:750](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L750)
120+
[features/completion.ts:750](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L750)
121121

122122
---
123123

@@ -137,7 +137,7 @@
137137

138138
#### Defined in
139139

140-
[features/completion.ts:785](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L785)
140+
[features/completion.ts:785](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L785)
141141

142142
---
143143

@@ -159,7 +159,7 @@
159159

160160
#### Defined in
161161

162-
[features/completion.ts:678](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L678)
162+
[features/completion.ts:678](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L678)
163163

164164
---
165165

@@ -179,7 +179,7 @@
179179

180180
#### Defined in
181181

182-
[features/completion.ts:245](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L245)
182+
[features/completion.ts:245](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L245)
183183

184184
---
185185

@@ -200,7 +200,7 @@
200200

201201
#### Defined in
202202

203-
[features/completion.ts:792](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L792)
203+
[features/completion.ts:792](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L792)
204204

205205
---
206206

@@ -220,7 +220,7 @@
220220

221221
#### Defined in
222222

223-
[features/completion.ts:61](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L61)
223+
[features/completion.ts:61](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L61)
224224

225225
---
226226

@@ -247,7 +247,7 @@
247247

248248
#### Defined in
249249

250-
[features/completion.ts:863](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L863)
250+
[features/completion.ts:863](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L863)
251251

252252
---
253253

@@ -267,7 +267,7 @@
267267

268268
#### Defined in
269269

270-
[features/completion.ts:926](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L926)
270+
[features/completion.ts:926](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L926)
271271

272272
---
273273

@@ -292,7 +292,7 @@
292292

293293
#### Defined in
294294

295-
[features/completion.ts:901](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L901)
295+
[features/completion.ts:901](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L901)
296296

297297
---
298298

@@ -313,7 +313,7 @@
313313

314314
#### Defined in
315315

316-
[features/completion.ts:497](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L497)
316+
[features/completion.ts:497](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L497)
317317

318318
---
319319

@@ -333,7 +333,7 @@
333333

334334
#### Defined in
335335

336-
[features/completion.ts:519](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L519)
336+
[features/completion.ts:519](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L519)
337337

338338
---
339339

@@ -356,7 +356,7 @@
356356

357357
#### Defined in
358358

359-
[features/completion.ts:352](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L352)
359+
[features/completion.ts:352](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L352)
360360

361361
---
362362

@@ -377,7 +377,7 @@
377377

378378
#### Defined in
379379

380-
[features/completion.ts:469](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L469)
380+
[features/completion.ts:469](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L469)
381381

382382
---
383383

@@ -398,7 +398,7 @@
398398

399399
#### Defined in
400400

401-
[features/completion.ts:485](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L485)
401+
[features/completion.ts:485](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L485)
402402

403403
---
404404

@@ -419,7 +419,7 @@
419419

420420
#### Defined in
421421

422-
[features/completion.ts:523](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L523)
422+
[features/completion.ts:523](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L523)
423423

424424
---
425425

@@ -444,7 +444,7 @@
444444

445445
#### Defined in
446446

447-
[features/completion.ts:254](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L254)
447+
[features/completion.ts:254](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L254)
448448

449449
---
450450

@@ -465,7 +465,7 @@
465465

466466
#### Defined in
467467

468-
[features/completion.ts:882](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L882)
468+
[features/completion.ts:882](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L882)
469469

470470
---
471471

@@ -486,7 +486,7 @@
486486

487487
#### Defined in
488488

489-
[features/completion.ts:807](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L807)
489+
[features/completion.ts:807](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L807)
490490

491491
---
492492

@@ -509,7 +509,7 @@
509509

510510
#### Defined in
511511

512-
[features/completion.ts:533](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L533)
512+
[features/completion.ts:533](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L533)
513513

514514
---
515515

@@ -529,7 +529,7 @@
529529

530530
#### Defined in
531531

532-
[features/completion.ts:922](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L922)
532+
[features/completion.ts:922](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L922)
533533

534534
## Properties
535535

@@ -539,7 +539,7 @@
539539

540540
#### Defined in
541541

542-
[features/completion.ts:57](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L57)
542+
[features/completion.ts:57](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L57)
543543

544544
---
545545

@@ -549,7 +549,7 @@
549549

550550
#### Defined in
551551

552-
[features/completion.ts:58](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L58)
552+
[features/completion.ts:58](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L58)
553553

554554
---
555555

@@ -559,4 +559,4 @@
559559

560560
#### Defined in
561561

562-
[features/completion.ts:56](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L56)
562+
[features/completion.ts:56](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L56)

‎docs/classes/JSONHover.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
#### Defined in
3737

38-
[features/hover.ts:88](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L88)
38+
[features/hover.ts:88](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L88)
3939

4040
## Methods
4141

@@ -57,7 +57,7 @@
5757

5858
#### Defined in
5959

60-
[features/hover.ts:203](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L203)
60+
[features/hover.ts:203](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L203)
6161

6262
---
6363

@@ -77,7 +77,7 @@
7777

7878
#### Defined in
7979

80-
[features/hover.ts:136](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L136)
80+
[features/hover.ts:136](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L136)
8181

8282
---
8383

@@ -99,7 +99,7 @@
9999

100100
#### Defined in
101101

102-
[features/hover.ts:95](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L95)
102+
[features/hover.ts:95](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L95)
103103

104104
---
105105

@@ -120,7 +120,7 @@
120120

121121
#### Defined in
122122

123-
[features/hover.ts:162](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L162)
123+
[features/hover.ts:162](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L162)
124124

125125
## Properties
126126

@@ -130,7 +130,7 @@
130130

131131
#### Defined in
132132

133-
[features/hover.ts:87](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L87)
133+
[features/hover.ts:87](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L87)
134134

135135
---
136136

@@ -140,7 +140,7 @@
140140

141141
#### Defined in
142142

143-
[features/hover.ts:88](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L88)
143+
[features/hover.ts:88](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L88)
144144

145145
---
146146

@@ -150,4 +150,4 @@
150150

151151
#### Defined in
152152

153-
[features/hover.ts:86](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/hover.ts#L86)
153+
[features/hover.ts:86](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/hover.ts#L86)

‎docs/classes/JSONValidation.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Return parsed data and json pointers for a given codemirror EditorState
5656

5757
#### Defined in
5858

59-
[features/validation.ts:78](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L78)
59+
[features/validation.ts:78](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L78)
6060

6161
## Accessors
6262

@@ -70,7 +70,7 @@ Return parsed data and json pointers for a given codemirror EditorState
7070

7171
#### Defined in
7272

73-
[features/validation.ts:89](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L89)
73+
[features/validation.ts:89](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L89)
7474

7575
## Constructors
7676

@@ -86,7 +86,7 @@ Return parsed data and json pointers for a given codemirror EditorState
8686

8787
#### Defined in
8888

89-
[features/validation.ts:79](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L79)
89+
[features/validation.ts:79](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L79)
9090

9191
## Methods
9292

@@ -106,7 +106,7 @@ Return parsed data and json pointers for a given codemirror EditorState
106106

107107
#### Defined in
108108

109-
[features/validation.ts:120](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L120)
109+
[features/validation.ts:120](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L120)
110110

111111
---
112112

@@ -126,7 +126,7 @@ Return parsed data and json pointers for a given codemirror EditorState
126126

127127
#### Defined in
128128

129-
[features/validation.ts:94](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L94)
129+
[features/validation.ts:94](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L94)
130130

131131
## Properties
132132

@@ -136,7 +136,7 @@ Return parsed data and json pointers for a given codemirror EditorState
136136

137137
#### Defined in
138138

139-
[features/validation.ts:77](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L77)
139+
[features/validation.ts:77](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L77)
140140

141141
---
142142

@@ -146,7 +146,7 @@ Return parsed data and json pointers for a given codemirror EditorState
146146

147147
#### Defined in
148148

149-
[features/validation.ts:79](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L79)
149+
[features/validation.ts:79](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L79)
150150

151151
---
152152

@@ -156,4 +156,4 @@ Return parsed data and json pointers for a given codemirror EditorState
156156

157157
#### Defined in
158158

159-
[features/validation.ts:75](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L75)
159+
[features/validation.ts:75](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L75)

‎docs/interfaces/JSONCompletionOptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
#### Defined in
1818

19-
[features/completion.ts:52](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/completion.ts#L52)
19+
[features/completion.ts:52](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/completion.ts#L52)

‎docs/interfaces/JSONValidationOptions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Return parsed data and json pointers for a given codemirror EditorState
4242

4343
#### Defined in
4444

45-
[features/validation.ts:43](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L43)
45+
[features/validation.ts:43](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L43)
4646

4747
## Properties
4848

@@ -66,7 +66,7 @@ Return parsed data and json pointers for a given codemirror EditorState
6666

6767
#### Defined in
6868

69-
[features/validation.ts:42](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L42)
69+
[features/validation.ts:42](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L42)
7070

7171
---
7272

@@ -76,4 +76,4 @@ Return parsed data and json pointers for a given codemirror EditorState
7676

7777
#### Defined in
7878

79-
[features/validation.ts:41](https://github.com/jsonnext/codemirror-json-schema/blob/c982a74/src/features/validation.ts#L41)
79+
[features/validation.ts:41](https://github.com/jsonnext/codemirror-json-schema/blob/c8d2594/src/features/validation.ts#L41)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codemirror-json-schema",
33
"license": "MIT",
4-
"version": "0.7.5",
4+
"version": "0.7.6",
55
"description": "Codemirror 6 extensions that provide full JSONSchema support for `@codemirror/lang-json` and `codemirror-json5`",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)
Please sign in to comment.