jssm 5.159.1 → 5.159.2
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/README.md +4 -4
- package/dist/cdn/instance.js +1 -1
- package/dist/cdn/viz.js +1 -1
- package/dist/cli/fsl-export-system-prompt.cjs +1 -1
- package/dist/cli/fsl-render.cjs +1 -1
- package/dist/cli/fsl.cjs +1 -1
- package/dist/cli/lib.cjs +1 -1
- package/dist/cli/lib.mjs +1 -1
- package/dist/deno/README.md +4 -4
- package/dist/deno/jssm.js +1 -1
- package/dist/fence/fence.js +1 -1
- package/dist/jssm.es5.cjs +1 -1
- package/dist/jssm.es5.iife.js +1 -1
- package/dist/jssm.es6.mjs +1 -1
- package/dist/jssm_viz.cjs +1 -1
- package/dist/jssm_viz.iife.cjs +1 -1
- package/dist/jssm_viz.mjs +1 -1
- package/package.json +15 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jssm",
|
|
3
|
-
"version": "5.159.
|
|
3
|
+
"version": "5.159.2",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=10.0.0"
|
|
6
6
|
},
|
|
@@ -352,8 +352,12 @@
|
|
|
352
352
|
"reduce-to-639-1": "^1.1.0"
|
|
353
353
|
},
|
|
354
354
|
"peerDependencies": {
|
|
355
|
+
"@codemirror/autocomplete": ">=6",
|
|
356
|
+
"@codemirror/commands": ">=6",
|
|
355
357
|
"@codemirror/language": ">=6",
|
|
358
|
+
"@codemirror/lint": ">=6",
|
|
356
359
|
"@codemirror/state": ">=6",
|
|
360
|
+
"@codemirror/view": ">=6 <6.43.3 || >6.43.4",
|
|
357
361
|
"@lezer/highlight": ">=1",
|
|
358
362
|
"lit": ">=3"
|
|
359
363
|
},
|
|
@@ -361,13 +365,22 @@
|
|
|
361
365
|
"lit": {
|
|
362
366
|
"optional": true
|
|
363
367
|
},
|
|
368
|
+
"@codemirror/autocomplete": {
|
|
369
|
+
"optional": true
|
|
370
|
+
},
|
|
371
|
+
"@codemirror/commands": {
|
|
372
|
+
"optional": true
|
|
373
|
+
},
|
|
364
374
|
"@codemirror/language": {
|
|
365
375
|
"optional": true
|
|
366
376
|
},
|
|
377
|
+
"@codemirror/lint": {
|
|
378
|
+
"optional": true
|
|
379
|
+
},
|
|
367
380
|
"@codemirror/state": {
|
|
368
381
|
"optional": true
|
|
369
382
|
},
|
|
370
|
-
"@
|
|
383
|
+
"@codemirror/view": {
|
|
371
384
|
"optional": true
|
|
372
385
|
}
|
|
373
386
|
},
|