medusa-core-utils
Advanced tools
Comparing version 1.1.16 to 1.1.17
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.17](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.16...medusa-core-utils@1.1.17) (2021-07-15) | ||
### Bug Fixes | ||
* better store/customer support ([6342e68](https://github.com/medusajs/medusa/commit/6342e68d069636e5eb4877c7ebf7aac952b5e363)) | ||
## [1.1.16](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.15...medusa-core-utils@1.1.16) (2021-07-02) | ||
@@ -8,0 +19,0 @@ |
@@ -39,2 +39,3 @@ "use strict"; | ||
DB_ERROR: "database_error", | ||
DUPLICATE_ERROR: "duplicate_error", | ||
INVALID_ARGUMENT: "invalid_argument", | ||
@@ -41,0 +42,0 @@ INVALID_DATA: "invalid_data", |
{ | ||
"name": "medusa-core-utils", | ||
"version": "1.1.16", | ||
"version": "1.1.17", | ||
"description": "Core utils for Medusa", | ||
@@ -36,3 +36,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "44d31b4d833b602e20ecac4ce2b8b949d3d22874" | ||
"gitHead": "78eddd056e2d4c27b2932f9e839c334415b56664" | ||
} |
@@ -8,6 +8,7 @@ /** | ||
DB_ERROR: "database_error", | ||
DUPLICATE_ERROR: "duplicate_error", | ||
INVALID_ARGUMENT: "invalid_argument", | ||
INVALID_DATA: "invalid_data", | ||
NOT_FOUND: "not_found", | ||
NOT_ALLOWED: "not_allowed" | ||
NOT_ALLOWED: "not_allowed", | ||
} | ||
@@ -14,0 +15,0 @@ |
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
77518
2394