paddle-checkout-accelerator 2.8.0 → 2.8.1

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.
@@ -427,8 +427,8 @@ function runDoctor() {
427
427
  console.log("");
428
428
  console.log("Fix the missing items above, then run:");
429
429
  console.log(" npx paddle-checkout-accelerator doctor");
430
- console.log(" npx paddle-checkout-accelerator verify
431
- npx paddle-checkout-accelerator auth");
430
+ console.log(" npx paddle-checkout-accelerator verify");
431
+ console.log(" npx paddle-checkout-accelerator auth");
432
432
 
433
433
  process.exit(1);
434
434
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paddle-checkout-accelerator",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "scripts": {
5
5
  "dev": "next dev",
6
6
  "build": "next build",