@cabloy/vue-runtime-core 3.5.29 → 3.5.30

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.
@@ -5448,6 +5448,9 @@ function baseCreateRenderer(options, createHydrationFns) {
5448
5448
  if (zova && zova.meta.$ssr.isRuntimeSsrPreHydration && !zova.meta.$ssr._hydratingInstanceRecord(instance)) {
5449
5449
  return;
5450
5450
  }
5451
+ if (zova && instance.zovaHostProviders) {
5452
+ zova._zovaHostProviders();
5453
+ }
5451
5454
  effect.run();
5452
5455
  }
5453
5456
  }
@@ -4178,6 +4178,9 @@ function baseCreateRenderer(options, createHydrationFns) {
4178
4178
  if (zova && zova.meta.$ssr.isRuntimeSsrPreHydration && !zova.meta.$ssr._hydratingInstanceRecord(instance)) {
4179
4179
  return;
4180
4180
  }
4181
+ if (zova && instance.zovaHostProviders) {
4182
+ zova._zovaHostProviders();
4183
+ }
4181
4184
  effect.run();
4182
4185
  }
4183
4186
  }
@@ -5505,6 +5505,9 @@ function baseCreateRenderer(options, createHydrationFns) {
5505
5505
  if (zova && zova.meta.$ssr.isRuntimeSsrPreHydration && !zova.meta.$ssr._hydratingInstanceRecord(instance)) {
5506
5506
  return;
5507
5507
  }
5508
+ if (zova && instance.zovaHostProviders) {
5509
+ zova._zovaHostProviders();
5510
+ }
5508
5511
  effect.run();
5509
5512
  }
5510
5513
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cabloy/vue-runtime-core",
3
- "version": "3.5.29",
3
+ "version": "3.5.30",
4
4
  "description": "@vue/runtime-core",
5
5
  "main": "index.js",
6
6
  "module": "dist/runtime-core.esm-bundler.js",