ai-ask 1.0.1 → 1.0.2
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/utils/branding.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const APP_NAME = "AI-CMD";
|
|
2
|
-
export declare const APP_VERSION = "1.0.
|
|
2
|
+
export declare const APP_VERSION = "1.0.2";
|
|
3
3
|
export declare const BRAND_NAME = "Ottili ONE";
|
|
4
4
|
export declare const BRAND_URL = "ottili.one";
|
|
5
5
|
export declare function formatVersionBanner(): string;
|
package/dist/utils/branding.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-ask",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Natural-language shell command generation with safe execution for Unix-like terminals.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -66,4 +66,4 @@
|
|
|
66
66
|
"typescript-eslint": "^8.28.0",
|
|
67
67
|
"vitest": "^3.0.9"
|
|
68
68
|
}
|
|
69
|
-
}
|
|
69
|
+
}
|