@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/lib/main.js
CHANGED
|
@@ -18288,14 +18288,14 @@ $c_Lwvlet_lang_sdk_js_WvletJS$.prototype.compile__T__T__T = (function(query, opt
|
|
|
18288
18288
|
}
|
|
18289
18289
|
}
|
|
18290
18290
|
});
|
|
18291
|
+
$c_Lwvlet_lang_sdk_js_WvletJS$.prototype.getVersion = (function() {
|
|
18292
|
+
return $m_Lwvlet_lang_BuildInfo$().Lwvlet_lang_BuildInfo$__f_version;
|
|
18293
|
+
});
|
|
18291
18294
|
$c_Lwvlet_lang_sdk_js_WvletJS$.prototype.compile = (function(arg, ...rest) {
|
|
18292
18295
|
var prep0 = $as_T(arg);
|
|
18293
18296
|
var prep1 = ((rest[0] === (void 0)) ? "{}" : $as_T(rest[0]));
|
|
18294
18297
|
return this.compile__T__T__T(prep0, prep1);
|
|
18295
18298
|
});
|
|
18296
|
-
$c_Lwvlet_lang_sdk_js_WvletJS$.prototype.getVersion = (function() {
|
|
18297
|
-
return $m_Lwvlet_lang_BuildInfo$().Lwvlet_lang_BuildInfo$__f_version;
|
|
18298
|
-
});
|
|
18299
18299
|
var $d_Lwvlet_lang_sdk_js_WvletJS$ = new $TypeData().initClass($c_Lwvlet_lang_sdk_js_WvletJS$, "wvlet.lang.sdk.js.WvletJS$", ({
|
|
18300
18300
|
Lwvlet_lang_sdk_js_WvletJS$: 1
|
|
18301
18301
|
}));
|
|
@@ -112769,11 +112769,11 @@ function $c_Lwvlet_lang_BuildInfo$() {
|
|
|
112769
112769
|
this.Lwvlet_lang_BuildInfo$__f_toString = null;
|
|
112770
112770
|
$n_Lwvlet_lang_BuildInfo$ = this;
|
|
112771
112771
|
this.Lwvlet_lang_BuildInfo$__f_name = "wvlet-api";
|
|
112772
|
-
this.Lwvlet_lang_BuildInfo$__f_version = "2026.1.
|
|
112772
|
+
this.Lwvlet_lang_BuildInfo$__f_version = "2026.1.1+0-7747e7db+20260128-2112";
|
|
112773
112773
|
this.Lwvlet_lang_BuildInfo$__f_scalaVersion = "3.7.3";
|
|
112774
112774
|
this.Lwvlet_lang_BuildInfo$__f_sbtVersion = "1.12.1";
|
|
112775
|
-
this.Lwvlet_lang_BuildInfo$__f_builtAtString = "2026-01-28
|
|
112776
|
-
this.Lwvlet_lang_BuildInfo$__f_builtAtMillis_$lo =
|
|
112775
|
+
this.Lwvlet_lang_BuildInfo$__f_builtAtString = "2026-01-28 21:12:04.615+0000";
|
|
112776
|
+
this.Lwvlet_lang_BuildInfo$__f_builtAtMillis_$lo = 108198663;
|
|
112777
112777
|
this.Lwvlet_lang_BuildInfo$__f_builtAtMillis_$hi = 412;
|
|
112778
112778
|
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)])));
|
|
112779
112779
|
}
|