hapta 1.0.2 → 1.0.3

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
@@ -71,7 +71,7 @@ yarn add hapta
71
71
  "Clover_Server_Url":"clover.postlyapp.com",
72
72
  "JWT_SECRET":"*",
73
73
  "DatabaseUrl":"http://localhost:8080",
74
- "ADMIN_EMAIL":"malikwhitterb@gmail.com",
74
+ "ADMIN_EMAIL":"",
75
75
  "ADMIN_PASSWORD":""
76
76
  }
77
77
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "bin": {
4
4
  "hapta":"./index.ts"
5
5
  },
6
- "version": "1.0.2",
6
+ "version": "1.0.3",
7
7
  "description": "modular, scalable, and feature-rich backend framework designed to extend Pocketbase with authentication, schema validation, caching, and tenant-based service orchestration.",
8
8
  "dependencies": {
9
9
  "jsonwebtoken": "^9.0.2",