medusa-core-utils
Advanced tools
Comparing version 1.1.15-next.10 to 1.1.15-next.16
@@ -6,2 +6,22 @@ # Change Log | ||
## [1.1.16](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.15...medusa-core-utils@1.1.16) (2021-07-02) | ||
**Note:** Version bump only for package medusa-core-utils | ||
## [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 +28,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-next.10+668e8a7", | ||
"version": "1.1.15-next.16+688f384d", | ||
"description": "Core utils for Medusa", | ||
@@ -36,3 +36,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "668e8a740200847fc2a41c91d2979097f1392532" | ||
"gitHead": "688f384d77c5967dd7fb32b36b5a5637c655eb2a" | ||
} |
@@ -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
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
77264
2394