namirasoft-core
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -11,2 +11,3 @@ export * from "./BaseDatabaseRow"; | ||
export * from "./HTTPError"; | ||
export * from "./HTTPMethod"; | ||
export * from "./IStorage"; | ||
@@ -13,0 +14,0 @@ export * from "./IStorageLocal"; |
@@ -27,2 +27,3 @@ "use strict"; | ||
__exportStar(require("./HTTPError"), exports); | ||
__exportStar(require("./HTTPMethod"), exports); | ||
__exportStar(require("./IStorage"), exports); | ||
@@ -29,0 +30,0 @@ __exportStar(require("./IStorageLocal"), exports); |
{ | ||
"name": "namirasoft-core", | ||
"description": "Namira Software Corporation Core NPM Package", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"main": "./dist/index.js", | ||
@@ -12,3 +12,3 @@ "types": "./dist/index.d.ts", | ||
"@types/md5": "^2.3.5", | ||
"@types/node": "^20.9.2", | ||
"@types/node": "^20.9.4", | ||
"axios": "^1.6.2", | ||
@@ -15,0 +15,0 @@ "md5": "^2.3.0", |
@@ -11,2 +11,3 @@ export * from "./BaseDatabaseRow"; | ||
export * from "./HTTPError"; | ||
export * from "./HTTPMethod"; | ||
export * from "./IStorage"; | ||
@@ -13,0 +14,0 @@ export * from "./IStorageLocal"; |
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
226292
99
3333
Updated@types/node@^20.9.4