@codebakers/cli 3.9.23 → 3.9.24
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/lib/progress.js +2 -2
- package/package.json +1 -1
- package/src/lib/progress.ts +2 -2
package/dist/lib/progress.js
CHANGED
|
@@ -151,10 +151,10 @@ function getSubscriptionError() {
|
|
|
151
151
|
title: 'Subscription Required',
|
|
152
152
|
message: 'This feature requires an active subscription.',
|
|
153
153
|
recovery: [
|
|
154
|
-
'Visit codebakers.ai/
|
|
154
|
+
'Visit codebakers.ai/dashboard/billing to subscribe',
|
|
155
155
|
'Start a free trial with: codebakers setup',
|
|
156
156
|
'Contact support if you believe this is an error',
|
|
157
157
|
],
|
|
158
|
-
helpUrl: 'https://codebakers.ai/
|
|
158
|
+
helpUrl: 'https://www.codebakers.ai/dashboard/billing',
|
|
159
159
|
};
|
|
160
160
|
}
|
package/package.json
CHANGED
package/src/lib/progress.ts
CHANGED
|
@@ -183,10 +183,10 @@ export function getSubscriptionError(): FriendlyError {
|
|
|
183
183
|
title: 'Subscription Required',
|
|
184
184
|
message: 'This feature requires an active subscription.',
|
|
185
185
|
recovery: [
|
|
186
|
-
'Visit codebakers.ai/
|
|
186
|
+
'Visit codebakers.ai/dashboard/billing to subscribe',
|
|
187
187
|
'Start a free trial with: codebakers setup',
|
|
188
188
|
'Contact support if you believe this is an error',
|
|
189
189
|
],
|
|
190
|
-
helpUrl: 'https://codebakers.ai/
|
|
190
|
+
helpUrl: 'https://www.codebakers.ai/dashboard/billing',
|
|
191
191
|
};
|
|
192
192
|
}
|