@graffiti-garden/api 0.0.7 → 0.0.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/package.json +1 -1
  2. package/src/1-api.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graffiti-garden/api",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "The heart of Graffiti",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
package/src/1-api.ts CHANGED
@@ -365,7 +365,7 @@ export abstract class Graffiti {
365
365
  /**
366
366
  * The age at which a query for a session will be considered expired.
367
367
  */
368
- abstract readonly maxAge: number;
368
+ // abstract readonly maxAge: number;
369
369
 
370
370
  /**
371
371
  * Begins the login process. Depending on the implementation, this may