@wvlet/wvlet 2026.1.0 → 2026.1.1
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/dist/lib/main.js +6 -6
- package/dist/lib/main.js.map +1 -1
- package/lib/main.js +6 -6
- package/lib/main.js.map +1 -1
- package/package.json +1 -1
package/dist/lib/main.js
CHANGED
|
@@ -18970,14 +18970,14 @@ $c_Lwvlet_lang_sdk_js_WvletJS$.prototype.compile__T__T__T = (function (query, op
|
|
|
18970
18970
|
}
|
|
18971
18971
|
}
|
|
18972
18972
|
});
|
|
18973
|
+
$c_Lwvlet_lang_sdk_js_WvletJS$.prototype.getVersion = (function () {
|
|
18974
|
+
return $m_Lwvlet_lang_BuildInfo$().Lwvlet_lang_BuildInfo$__f_version;
|
|
18975
|
+
});
|
|
18973
18976
|
$c_Lwvlet_lang_sdk_js_WvletJS$.prototype.compile = (function (arg, ...rest) {
|
|
18974
18977
|
var prep0 = $as_T(arg);
|
|
18975
18978
|
var prep1 = ((rest[0] === (void 0)) ? "{}" : $as_T(rest[0]));
|
|
18976
18979
|
return this.compile__T__T__T(prep0, prep1);
|
|
18977
18980
|
});
|
|
18978
|
-
$c_Lwvlet_lang_sdk_js_WvletJS$.prototype.getVersion = (function () {
|
|
18979
|
-
return $m_Lwvlet_lang_BuildInfo$().Lwvlet_lang_BuildInfo$__f_version;
|
|
18980
|
-
});
|
|
18981
18981
|
var $d_Lwvlet_lang_sdk_js_WvletJS$ = new $TypeData().initClass($c_Lwvlet_lang_sdk_js_WvletJS$, "wvlet.lang.sdk.js.WvletJS$", ({
|
|
18982
18982
|
Lwvlet_lang_sdk_js_WvletJS$: 1
|
|
18983
18983
|
}));
|
|
@@ -117036,11 +117036,11 @@ function $c_Lwvlet_lang_BuildInfo$() {
|
|
|
117036
117036
|
this.Lwvlet_lang_BuildInfo$__f_toString = null;
|
|
117037
117037
|
$n_Lwvlet_lang_BuildInfo$ = this;
|
|
117038
117038
|
this.Lwvlet_lang_BuildInfo$__f_name = "wvlet-api";
|
|
117039
|
-
this.Lwvlet_lang_BuildInfo$__f_version = "2026.1.
|
|
117039
|
+
this.Lwvlet_lang_BuildInfo$__f_version = "2026.1.1+0-7747e7db+20260128-2112";
|
|
117040
117040
|
this.Lwvlet_lang_BuildInfo$__f_scalaVersion = "3.7.3";
|
|
117041
117041
|
this.Lwvlet_lang_BuildInfo$__f_sbtVersion = "1.12.1";
|
|
117042
|
-
this.Lwvlet_lang_BuildInfo$__f_builtAtString = "2026-01-28
|
|
117043
|
-
this.Lwvlet_lang_BuildInfo$__f_builtAtMillis_$lo =
|
|
117042
|
+
this.Lwvlet_lang_BuildInfo$__f_builtAtString = "2026-01-28 21:12:04.615+0000";
|
|
117043
|
+
this.Lwvlet_lang_BuildInfo$__f_builtAtMillis_$lo = 108198663;
|
|
117044
117044
|
this.Lwvlet_lang_BuildInfo$__f_builtAtMillis_$hi = 412;
|
|
117045
117045
|
this.Lwvlet_lang_BuildInfo$__f_toString = $m_sc_StringOps$().format$extension__T__sci_Seq__T("name: %s, version: %s, scalaVersion: %s, sbtVersion: %s, builtAtString: %s, builtAtMillis: %s", $m_sr_ScalaRunTime$().genericWrapArray__O__sci_ArraySeq(new $ac_O([this.Lwvlet_lang_BuildInfo$__f_name, this.Lwvlet_lang_BuildInfo$__f_version, this.Lwvlet_lang_BuildInfo$__f_scalaVersion, this.Lwvlet_lang_BuildInfo$__f_sbtVersion, this.Lwvlet_lang_BuildInfo$__f_builtAtString, $bL(this.Lwvlet_lang_BuildInfo$__f_builtAtMillis_$lo, this.Lwvlet_lang_BuildInfo$__f_builtAtMillis_$hi)])));
|
|
117046
117046
|
}
|