@usesocial/cli 0.11.8 → 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 +12 -0
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
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
|
+
|
|
9
|
+
## 0.11.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#63](https://github.com/usesocial/monorepo/pull/63) [`7983c78`](https://github.com/usesocial/monorepo/commit/7983c78501d1afdab7a94cd89f6b4f2dc6ce94c8) Thanks [@CyrusNuevoDia](https://github.com/CyrusNuevoDia)! - Promote LinkedIn as the primary public agent workflow.
|
|
14
|
+
|
|
3
15
|
## 0.11.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.mjs
CHANGED
|
@@ -23175,7 +23175,7 @@ function createEnv(opts) {
|
|
|
23175
23175
|
}
|
|
23176
23176
|
//#endregion
|
|
23177
23177
|
//#region package.json
|
|
23178
|
-
var version$1 = "0.11.
|
|
23178
|
+
var version$1 = "0.11.10";
|
|
23179
23179
|
//#endregion
|
|
23180
23180
|
//#region src/lib/env.ts
|
|
23181
23181
|
const URLWithTrailingSlash = url().transform(ensureTrailingSlash);
|