anymorph 0.13.0 → 0.14.0
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
|
@@ -46923,7 +46923,7 @@ function printScaffoldError(prefix, err) {
|
|
|
46923
46923
|
|
|
46924
46924
|
// src/index.ts
|
|
46925
46925
|
var program2 = new Command();
|
|
46926
|
-
program2.name("anymorph").description("Check AI visibility and run local GEO strategy workflows").version("0.
|
|
46926
|
+
program2.name("anymorph").description("Check AI visibility and run local GEO strategy workflows").version("0.14.0");
|
|
46927
46927
|
program2.command("login").description("Sign in to your Anymorph account").addHelpText(
|
|
46928
46928
|
"after",
|
|
46929
46929
|
`
|