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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.13.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
  `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymorph",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Check your brand's AI visibility across ChatGPT, Perplexity, Gemini, and more",
5
5
  "type": "module",
6
6
  "private": false,