@usesocial/cli 0.10.1 → 0.10.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/CHANGELOG.md +6 -0
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @usesocial/cli
|
|
2
2
|
|
|
3
|
+
## 0.10.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#40](https://github.com/usesocial/monorepo/pull/40) [`0610fe0`](https://github.com/usesocial/monorepo/commit/0610fe0ba75e551a3c927064cf5302a125a03d34) Thanks [@CyrusNuevoDia](https://github.com/CyrusNuevoDia)! - Update account login pricing copy for the $20 plan.
|
|
8
|
+
|
|
3
9
|
## 0.10.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/index.mjs
CHANGED
|
@@ -21399,7 +21399,7 @@ function createEnv(opts) {
|
|
|
21399
21399
|
}
|
|
21400
21400
|
//#endregion
|
|
21401
21401
|
//#region package.json
|
|
21402
|
-
var version$1 = "0.10.
|
|
21402
|
+
var version$1 = "0.10.2";
|
|
21403
21403
|
//#endregion
|
|
21404
21404
|
//#region src/lib/env.ts
|
|
21405
21405
|
const URLWithTrailingSlash = url().transform(ensureTrailingSlash);
|
|
@@ -28591,7 +28591,7 @@ const openBrowser = async (url) => {
|
|
|
28591
28591
|
]);
|
|
28592
28592
|
return await runCommand(["xdg-open", url]);
|
|
28593
28593
|
};
|
|
28594
|
-
const SEAT_PRICING_MESSAGE = `social costs $
|
|
28594
|
+
const SEAT_PRICING_MESSAGE = `social costs $20/month/account + usage. Full details at ${createAbsoluteURL(env.SOCIAL_WEB_URL, siteConfig.links.pricing)}. Continue?`;
|
|
28595
28595
|
const SEAT_CHECKOUT_RETURN_PATH = "/setup/billing/done";
|
|
28596
28596
|
const SEAT_POLL_INTERVAL_MS = 2e3;
|
|
28597
28597
|
const SEAT_POLL_TIMEOUT_MS = 1800 * 1e3;
|