@sheen4ntix/common
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -6,2 +6,3 @@ import { Subjects } from './subjects'; | ||
id: string; | ||
version: number; | ||
ticket: { | ||
@@ -8,0 +9,0 @@ id: string; |
@@ -10,2 +10,3 @@ import { Subjects } from './subjects'; | ||
expiresAt: string; | ||
version: number; | ||
ticket: { | ||
@@ -12,0 +13,0 @@ id: string; |
@@ -9,3 +9,4 @@ import { Subjects } from './subjects'; | ||
userId: string; | ||
version: number; | ||
}; | ||
} |
@@ -9,3 +9,4 @@ import { Subjects } from './subjects'; | ||
userId: string; | ||
version: number; | ||
}; | ||
} |
{ | ||
"name": "@sheen4ntix/common", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
20739
524