@jsenv/plugin-toolbar 1.5.34 → 1.5.35

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.
@@ -542,6 +542,7 @@ function y({
542
542
  data: t
543
543
  }) {
544
544
  const i = useSignal(t);
545
+ i.name = "ReactiveDom";
545
546
  i.value = t;
546
547
  const [e, f] = q$1(() => {
547
548
  let t = this,
@@ -633,12 +634,14 @@ g("__r", (t, i) => {
633
634
  });
634
635
  n.c = t;
635
636
  return n;
636
- }(() => {
637
- var i;
638
- if (h) null == (i = t.y) || i.call(t);
639
- n.__$f |= 1;
640
- n.setState({});
641
- }, "function" == typeof i.type ? i.type.displayName || i.type.name : "");
637
+ }(function (t) {
638
+ return function () {
639
+ var i;
640
+ if (h) null == (i = this.y) || i.call(this);
641
+ t.__$f |= 1;
642
+ t.setState({});
643
+ };
644
+ }(n), "function" == typeof i.type ? i.type.displayName || i.type.name : "");
642
645
  }
643
646
  b(t);
644
647
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/plugin-toolbar",
3
- "version": "1.5.34",
3
+ "version": "1.5.35",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,15 +28,15 @@
28
28
  "prepublishOnly": "npm run build"
29
29
  },
30
30
  "dependencies": {
31
- "@jsenv/ast": "6.9.0"
31
+ "@jsenv/ast": "6.9.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@jsenv/core": "../../",
35
35
  "@jsenv/filesystem": "../../tooling/filesystem",
36
36
  "@jsenv/plugin-toolbar": "./",
37
37
  "@jsenv/utils": "../../tooling/utils",
38
- "@preact/signals": "2.9.4",
39
- "playwright": "1.61.1"
38
+ "@preact/signals": "2.11.1",
39
+ "playwright": "1.62.1"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"