x-runtime-lib 0.7.13 → 0.7.15

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 +5 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -730,7 +730,11 @@ function Bs(t, e, i) {
730
730
  pageid: _
731
731
  };
732
732
  k === "push" ? _e.router.push({ path: x, query: y }) : k === "replace" ? _e.router.replace({ path: x, query: y }) : console.assert(!1);
733
- } else t.mode === "preview" && (ai(_e.i18n.t("x-runtime-lib.msg.takeEffectOnlyAfterReleased")), console.log("navigateToV1", f, _, k));
733
+ } else t.mode === "preview" && ai(
734
+ _e.i18n.global.t(
735
+ "x-runtime-lib.msg.takeEffectOnlyAfterReleased"
736
+ )
737
+ );
734
738
  }
735
739
  function u(c, v, h) {
736
740
  const f = e.pseudoToNative(c), _ = e.pseudoToNative(v);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.7.13",
4
+ "version": "0.7.15",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",