kifaru 1.0.161 → 1.0.163
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/kifaru-pi.js +2 -2
- package/package.json +2 -2
package/kifaru-pi.js
CHANGED
|
@@ -16476,7 +16476,7 @@ var init_installation = __esm(async () => {
|
|
|
16476
16476
|
});
|
|
16477
16477
|
}
|
|
16478
16478
|
Installation.upgrade = upgrade;
|
|
16479
|
-
Installation.VERSION = "1.0.
|
|
16479
|
+
Installation.VERSION = "1.0.163";
|
|
16480
16480
|
Installation.CHANNEL = typeof KIFARU_CHANNEL === "string" ? KIFARU_CHANNEL : "local";
|
|
16481
16481
|
Installation.USER_AGENT = `kifaru/${Installation.CHANNEL}/${Installation.VERSION}`;
|
|
16482
16482
|
async function latest() {
|
|
@@ -127294,7 +127294,7 @@ async function runKifaruTui(options2) {
|
|
|
127294
127294
|
// bin/kifaru-tui.ts
|
|
127295
127295
|
var args = process.argv.slice(2);
|
|
127296
127296
|
if (args.includes("--version") || args.includes("-v")) {
|
|
127297
|
-
console.log("1.0.
|
|
127297
|
+
console.log("1.0.163");
|
|
127298
127298
|
process.exit(0);
|
|
127299
127299
|
}
|
|
127300
127300
|
if (args.includes("--help") || args.includes("-h")) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kifaru",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "1.0.163",
|
|
4
|
+
"gitHead": "5f35d95d71641cde51133c65b86d3842e731d4b7",
|
|
5
5
|
"description": "Kifaru security agent on the Pi runtime",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|