namirasoft-core
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -8,2 +8,3 @@ export * from "./BaseDatabaseRow"; | ||
export * from "./ErrorOperation"; | ||
export * from "./FileOperation"; | ||
export * from "./GeoOperation"; | ||
@@ -10,0 +11,0 @@ export * from "./HTTPError"; |
@@ -24,2 +24,3 @@ "use strict"; | ||
__exportStar(require("./ErrorOperation"), exports); | ||
__exportStar(require("./FileOperation"), exports); | ||
__exportStar(require("./GeoOperation"), exports); | ||
@@ -26,0 +27,0 @@ __exportStar(require("./HTTPError"), exports); |
{ | ||
"name": "namirasoft-core", | ||
"description": "Namira Software Corporation Core NPM Package", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"main": "./dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "./dist/index.d.ts", |
@@ -8,2 +8,3 @@ export * from "./BaseDatabaseRow"; | ||
export * from "./ErrorOperation"; | ||
export * from "./FileOperation"; | ||
export * from "./GeoOperation"; | ||
@@ -10,0 +11,0 @@ export * from "./HTTPError"; |
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
225286
3308