@nebularstreams/libmui 2.5.85 → 2.5.86

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nebularstreams/libmui",
3
3
  "description": "Micro UI based on Mithril",
4
- "version": "2.5.85",
4
+ "version": "2.5.86",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
7
7
  "scripts": {
@@ -422,7 +422,7 @@ const
422
422
  onAction: attrs.onAction,
423
423
  optionsDict: attrs.optionsDict,
424
424
  play: attrs.play,
425
- auxTargetIsDefault: attrs.auxTargetIsDefault,
425
+ auxTargetIsDefault: false,
426
426
  AssetButton: attrs.AssetButton,
427
427
  CodeMirror: attrs.CodeMirror
428
428
  })