x-runtime-lib 0.8.13 → 0.8.14

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -7
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7531,7 +7531,7 @@ function Ne(t, e, i, o, l) {
7531
7531
  if (s[i])
7532
7532
  for (const m of s[i]) {
7533
7533
  const f = ns(m);
7534
- t.callFunction(`__watchEffect@${f}__();`);
7534
+ t.callFunction(`__watchEffect$${f}__();`);
7535
7535
  }
7536
7536
  if (a.triggers[i])
7537
7537
  for (const m of a.triggers[i]) {
@@ -8072,17 +8072,13 @@ function dc(t) {
8072
8072
  g
8073
8073
  ));
8074
8074
  }, d = (b, h, g) => {
8075
- o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
8076
- `customStateChange@${b}`,
8077
- h,
8078
- g
8079
- ]), t.value?.code.reactivity && Ne(
8075
+ o !== "runtime" && o !== "preview" || t.value?.code.reactivity && Ne(
8080
8076
  u,
8081
8077
  t.value.code.reactivity,
8082
8078
  Ie({ type: "customState", stateId: b }),
8083
8079
  h,
8084
8080
  g
8085
- ));
8081
+ );
8086
8082
  }, c = (b, h, g) => {
8087
8083
  o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
8088
8084
  `adaptSlotProp@${b}`,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.8.13",
4
+ "version": "0.8.14",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",