@alinsafawi/aegis-auth 0.1.7 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.js +0 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -23139,9 +23139,6 @@ function roleModel(id, role, features) {
23139
23139
  if (isStatic && storage === "json") {
23140
23140
  lines.push(` permissions Json @default("{}")`);
23141
23141
  }
23142
- if (features.sessionTracking) {
23143
- lines.push(` sessions AuthSession[]`);
23144
- }
23145
23142
  lines.push(`}`);
23146
23143
  return lines.join("\n");
23147
23144
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alinsafawi/aegis-auth",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "The shield your Next.js app deserves — full-stack auth in minutes",
5
5
  "bin": {
6
6
  "aegis-auth": "dist/index.js"