namirasoft-core
Advanced tools
Comparing version 1.1.9 to 1.1.10
{ | ||
"name": "namirasoft-core", | ||
"description": "Namira Software Corporation Core NPM Package", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"main": "./dist/index.js", | ||
@@ -12,3 +12,3 @@ "types": "./dist/index.d.ts", | ||
"@types/md5": "^2.3.5", | ||
"@types/node": "^20.9.4", | ||
"@types/node": "^20.10.0", | ||
"axios": "^1.6.2", | ||
@@ -15,0 +15,0 @@ "md5": "^2.3.0", |
@@ -12,3 +12,3 @@ import { ConvertService } from "./ConvertService"; | ||
} | ||
override getNullString(): string | null | ||
override getNullString() | ||
{ | ||
@@ -15,0 +15,0 @@ let ans: string | null = null; |
Sorry, the diff of this file is not supported yet
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
226667
Updated@types/node@^20.10.0