@thisisagile/easy
Advanced tools
Comparing version 1.8.3 to 1.8.4
@@ -0,1 +1,2 @@ | ||
export * from "./ContentType"; | ||
export * from "./EasyRequest"; | ||
@@ -2,0 +3,0 @@ export * from "./EasyResponse"; |
@@ -13,2 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./ContentType"), exports); | ||
__exportStar(require("./EasyRequest"), exports); | ||
@@ -15,0 +16,0 @@ __exportStar(require("./EasyResponse"), exports); |
{ | ||
"name": "@thisisagile/easy", | ||
"version": "1.8.3", | ||
"version": "1.8.4", | ||
"description": "Straightforward library for building domain-driven microservice architectures", | ||
@@ -21,2 +21,3 @@ "author": "Sander Hoogendoorn", | ||
"build": "tsc", | ||
"pretest": "jest --clearCache", | ||
"test": "jest --coverage", | ||
@@ -23,0 +24,0 @@ "prepack": "npm run build", |
@@ -0,1 +1,2 @@ | ||
export * from "./ContentType"; | ||
export * from "./EasyRequest"; | ||
@@ -2,0 +3,0 @@ export * from "./EasyResponse"; |
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
100969
159
1517