spaps 0.7.0 → 0.7.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -372,7 +372,7 @@ Ready to go live? SPAPS supports seamless migration from local to production:
372
372
  # Set production environment variables
373
373
  SUPABASE_URL=https://your-project.supabase.co
374
374
  SUPABASE_SERVICE_KEY=eyJhb...your-service-key
375
- STRIPE_SECRET_KEY=sk_live_... # Your live Stripe key
375
+ STRIPE_SECRET_KEY=<STRIPE_SECRET_KEY> # Your live Stripe key
376
376
  JWT_SECRET=your-32-char-secure-secret
377
377
  ```
378
378
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spaps",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Sweet Potato Authentication & Payment Service CLI - Docker Compose orchestrator for local Python/FastAPI SPAPS server with built-in admin middleware",
5
5
  "main": "src/index.js",
6
6
  "bin": {