@usesocial/cli 0.11.9 → 0.11.10

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @usesocial/cli
2
2
 
3
+ ## 0.11.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#64](https://github.com/usesocial/monorepo/pull/64) [`b13a5ae`](https://github.com/usesocial/monorepo/commit/b13a5ae8054cb601a0f7c253d463050d93451e40) Thanks [@CyrusNuevoDia](https://github.com/CyrusNuevoDia)! - Restore the LinkedIn and X public CLI and agent workflow.
8
+
3
9
  ## 0.11.9
4
10
 
5
11
  ### Patch Changes
package/dist/index.mjs CHANGED
@@ -421,12 +421,12 @@ const withOneTrailingSlash = (value) => `${value.replace(/\/+$/, "")}/`;
421
421
  /** Shared product name and description primitives. */
422
422
  const productBrand = {
423
423
  name: "social",
424
- description: "A CLI for LinkedIn: outreach, posting, and audience insights from any shell."
424
+ description: "A CLI for LinkedIn and X: outreach, posting, and audience insights from any shell."
425
425
  };
426
426
  const brand = {
427
427
  org,
428
428
  name: productBrand.name,
429
- tagline: "Let your agent run your LinkedIn",
429
+ tagline: "Let your agent run LinkedIn & X for you",
430
430
  description: productBrand.description
431
431
  };
432
432
  const brandURLs = {
@@ -23175,7 +23175,7 @@ function createEnv(opts) {
23175
23175
  }
23176
23176
  //#endregion
23177
23177
  //#region package.json
23178
- var version$1 = "0.11.9";
23178
+ var version$1 = "0.11.10";
23179
23179
  //#endregion
23180
23180
  //#region src/lib/env.ts
23181
23181
  const URLWithTrailingSlash = url().transform(ensureTrailingSlash);