namirasoft-core
Advanced tools
Comparing version 1.3.34 to 1.3.35
@@ -19,2 +19,3 @@ export * from "./BaseDatabaseRow"; | ||
export * from "./IStorage"; | ||
export * from "./IStorageCookie"; | ||
export * from "./IStorageLocal"; | ||
@@ -21,0 +22,0 @@ export * from "./IStorageMemory"; |
@@ -35,2 +35,3 @@ "use strict"; | ||
__exportStar(require("./IStorage"), exports); | ||
__exportStar(require("./IStorageCookie"), exports); | ||
__exportStar(require("./IStorageLocal"), exports); | ||
@@ -37,0 +38,0 @@ __exportStar(require("./IStorageMemory"), exports); |
@@ -11,3 +11,3 @@ { | ||
"private": false, | ||
"version": "1.3.34", | ||
"version": "1.3.35", | ||
"author": "Amir Abolhasani", | ||
@@ -22,6 +22,6 @@ "license": "MIT", | ||
"@types/node": "^20.12.12", | ||
"axios": "^1.7.1", | ||
"axios": "^1.7.2", | ||
"moment": "^2.30.1", | ||
"phone": "^3.1.43" | ||
"phone": "^3.1.44" | ||
} | ||
} |
@@ -19,2 +19,3 @@ export * from "./BaseDatabaseRow"; | ||
export * from "./IStorage"; | ||
export * from "./IStorageCookie"; | ||
export * from "./IStorageLocal"; | ||
@@ -21,0 +22,0 @@ export * from "./IStorageMemory"; |
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
348529
131
4371
Updatedaxios@^1.7.2
Updatedphone@^3.1.44