@deaquinodev/querky 0.4.10 → 0.4.11
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1767,7 +1767,7 @@ function ErrorBox({ message }) {
|
|
|
1767
1767
|
// src/ui/components/Banner.tsx
|
|
1768
1768
|
import { Box as Box4, Text as Text4 } from "ink";
|
|
1769
1769
|
import { Fragment as Fragment2, jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
1770
|
-
var version = true ? "0.4.
|
|
1770
|
+
var version = true ? "0.4.11" : process.env.npm_package_version ?? "unknown";
|
|
1771
1771
|
var LOGO = [
|
|
1772
1772
|
" \u2597\u2584\u2584\u2584\u2584\u2584\u2596",
|
|
1773
1773
|
"\u2590\u2591 \u25CF \u25CF \u2591\u258C",
|