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