namirasoft-account
Advanced tools
Comparing version 1.0.0 to 1.0.1
import { BaseDatabaseRow } from "namirasoft-core"; | ||
export type Session = BaseDatabaseRow & { | ||
game_id: number; | ||
user_id: number; | ||
@@ -5,0 +4,0 @@ device_id: number; |
{ | ||
"name": "namirasoft-account", | ||
"description": "Namira Software Corporation Account Package", | ||
"version": "1.0.0", | ||
"description": "Namira Software Corporation Account NPM Package", | ||
"version": "1.0.1", | ||
"main": "./dist/index.js", | ||
@@ -13,2 +13,2 @@ "types": "./dist/index.d.ts", | ||
} | ||
} | ||
} |
@@ -5,3 +5,2 @@ import { BaseDatabaseRow } from "namirasoft-core"; | ||
{ | ||
game_id: number; | ||
user_id: number; | ||
@@ -8,0 +7,0 @@ device_id: number; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79132
98
1550