codexuse-cli 5.0.7 → 5.0.8
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/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3583,12 +3583,12 @@ function getActiveOffer() {
|
|
|
3583
3583
|
return {
|
|
3584
3584
|
basePriceUsd,
|
|
3585
3585
|
basePriceDisplay: `$${basePriceUsd}`,
|
|
3586
|
-
couponCode: "
|
|
3586
|
+
couponCode: "SUMMER50",
|
|
3587
3587
|
discountPercent,
|
|
3588
3588
|
salePriceUsd,
|
|
3589
3589
|
salePriceDisplay: `$${salePriceUsd.toFixed(2)}`,
|
|
3590
3590
|
isActive: true,
|
|
3591
|
-
campaign: "
|
|
3591
|
+
campaign: "summer-2026",
|
|
3592
3592
|
productPermalink: "codex-use",
|
|
3593
3593
|
checkoutBaseUrl: "https://hweihwang.gumroad.com/l/codex-use"
|
|
3594
3594
|
};
|
|
@@ -17103,7 +17103,7 @@ async function ensureCliStorageReady() {
|
|
|
17103
17103
|
}
|
|
17104
17104
|
|
|
17105
17105
|
// src/app/main.ts
|
|
17106
|
-
var VERSION = true ? "5.0.
|
|
17106
|
+
var VERSION = true ? "5.0.8" : "0.0.0";
|
|
17107
17107
|
async function runCli() {
|
|
17108
17108
|
const args = process.argv.slice(2);
|
|
17109
17109
|
if (args.length === 0) {
|