@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.
- package/dist/index.js +0 -3
- 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
|
}
|