namirasoft-core
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,3 +0,3 @@ | ||
export type BaseDatabaseRow = { | ||
id: number; | ||
export type BaseDatabaseRow<ID> = { | ||
id: ID; | ||
createdAt: string; | ||
@@ -4,0 +4,0 @@ updatedAt: string; |
{ | ||
"name": "namirasoft-core", | ||
"description": "Namira Software Corporation Core NPM Package", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "./dist/index.js", | ||
@@ -12,3 +12,3 @@ "types": "./dist/index.d.ts", | ||
"@types/md5": "^2.3.5", | ||
"@types/node": "^20.9.0", | ||
"@types/node": "^20.9.2", | ||
"axios": "^1.6.2", | ||
@@ -15,0 +15,0 @@ "md5": "^2.3.0", |
@@ -1,4 +0,4 @@ | ||
export type BaseDatabaseRow = | ||
export type BaseDatabaseRow<ID> = | ||
{ | ||
id: number; | ||
id: ID; | ||
createdAt: string; | ||
@@ -5,0 +5,0 @@ updatedAt: string; |
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
222566
Updated@types/node@^20.9.2