medusa-core-utils
Advanced tools
Comparing version 1.1.15-alpha.4 to 1.1.15-alpha.6
@@ -6,2 +6,14 @@ # Change Log | ||
## [1.1.15](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.14...medusa-core-utils@1.1.15) (2021-06-22) | ||
### Bug Fixes | ||
* adds transformer to map field names to field_id names ([88d96a2](https://github.com/medusajs/medusa/commit/88d96a29fd8dbc44ed7ba25154850d417577acad)) | ||
* release assist ([668e8a7](https://github.com/medusajs/medusa/commit/668e8a740200847fc2a41c91d2979097f1392532)) | ||
## [1.1.14](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.13...medusa-core-utils@1.1.14) (2021-06-09) | ||
@@ -8,0 +20,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.15-alpha.4+0d3e8f7", | ||
"version": "1.1.15-alpha.6+8434ab7", | ||
"description": "Core utils for Medusa", | ||
@@ -36,3 +36,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "0d3e8f717dc2d33e2ab0f727220481788622d15b" | ||
"gitHead": "8434ab74241c3615b028f7cd834fa4a34b8933d6" | ||
} |
@@ -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 @@ |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
77078
2394