medusa-core-utils
Advanced tools
@@ -6,2 +6,12 @@ # Change Log | ||
## [1.1.31](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.30...medusa-core-utils@1.1.31) (2021-12-08) | ||
### Bug Fixes | ||
- **medusa:** migrate cart service to typescript ([#884](https://github.com/medusajs/medusa/issues/884)) ([ed04132](https://github.com/medusajs/medusa/commit/ed041325332e47c5939a301dfd8ace8ad6dbc28d)) | ||
### Features | ||
- medusa-source-shopify loader ([#563](https://github.com/medusajs/medusa/issues/563)) ([577bcc2](https://github.com/medusajs/medusa/commit/577bcc23d44c87b91b2b685fd4ddfc5d21a0aa47)) | ||
## [1.1.30](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.29...medusa-core-utils@1.1.30) (2021-11-23) | ||
@@ -8,0 +18,0 @@ |
@@ -13,2 +13,3 @@ /** | ||
NOT_ALLOWED: string; | ||
UNEXPECTED_STATE: string; | ||
}; | ||
@@ -36,2 +37,3 @@ export declare const MedusaErrorCodes: { | ||
NOT_ALLOWED: string; | ||
UNEXPECTED_STATE: string; | ||
}; | ||
@@ -38,0 +40,0 @@ static Codes: { |
@@ -31,2 +31,3 @@ "use strict"; | ||
NOT_ALLOWED: "not_allowed", | ||
UNEXPECTED_STATE: "unexpected_state", | ||
}; | ||
@@ -33,0 +34,0 @@ exports.MedusaErrorCodes = { |
@@ -13,2 +13,3 @@ "use strict"; | ||
last_name: joi_1.default.string().required(), | ||
company: joi_1.default.string().optional(), | ||
address_1: joi_1.default.string().required(), | ||
@@ -15,0 +16,0 @@ address_2: joi_1.default.string() |
{ | ||
"name": "medusa-core-utils", | ||
"version": "1.1.30", | ||
"version": "1.1.31", | ||
"description": "Core utils for Medusa", | ||
@@ -40,3 +40,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "4fcf9c1ee536fbe407ebb6a356be693179b4d00f" | ||
"gitHead": "36c0f468f90d507227031659d0b12d426013f358" | ||
} |
@@ -13,2 +13,3 @@ /** | ||
NOT_ALLOWED: "not_allowed", | ||
UNEXPECTED_STATE: "unexpected_state", | ||
} | ||
@@ -15,0 +16,0 @@ |
@@ -12,2 +12,3 @@ import Joi from "joi" | ||
last_name: Joi.string().required(), | ||
company: Joi.string().optional(), | ||
address_1: Joi.string().required(), | ||
@@ -14,0 +15,0 @@ address_2: Joi.string() |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
115690
0.74%1710
0.35%