latticesql 4.3.3 → 4.3.5
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/cli.js +1 -1
- package/dist/desktop-entry.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -82096,7 +82096,7 @@ function printHelp() {
|
|
|
82096
82096
|
);
|
|
82097
82097
|
}
|
|
82098
82098
|
function getVersion() {
|
|
82099
|
-
if (true) return "4.3.
|
|
82099
|
+
if (true) return "4.3.5";
|
|
82100
82100
|
try {
|
|
82101
82101
|
const pkgPath = new URL("../package.json", import.meta.url).pathname;
|
|
82102
82102
|
const pkg = JSON.parse(readFileSync26(pkgPath, "utf-8"));
|
package/dist/desktop-entry.js
CHANGED
|
@@ -81674,7 +81674,7 @@ ${e6.stack ?? ""}`
|
|
|
81674
81674
|
}
|
|
81675
81675
|
|
|
81676
81676
|
// src/desktop-entry.ts
|
|
81677
|
-
var VERSION2 = true ? "4.3.
|
|
81677
|
+
var VERSION2 = true ? "4.3.5" : "unknown";
|
|
81678
81678
|
export {
|
|
81679
81679
|
VERSION2 as VERSION,
|
|
81680
81680
|
ensureRootForGui,
|
package/package.json
CHANGED