medusa-core-utils
Advanced tools
Comparing version 1.1.29 to 1.1.30
@@ -6,10 +6,12 @@ # Change Log | ||
## [1.1.29](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.28...medusa-core-utils@1.1.29) (2021-11-22) | ||
## [1.1.30](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.29...medusa-core-utils@1.1.30) (2021-11-23) | ||
**Note:** Version bump only for package medusa-core-utils | ||
### Bug Fixes | ||
- bumps class-transformer to 0.5.1 ([#837](https://github.com/medusajs/medusa/issues/837)) ([38b0e29](https://github.com/medusajs/medusa/commit/38b0e295b23eccd281288d854d5876ff418de91d)) | ||
## [1.1.29](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.28...medusa-core-utils@1.1.29) (2021-11-22) | ||
**Note:** Version bump only for package medusa-core-utils | ||
## [1.1.28](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.27...medusa-core-utils@1.1.28) (2021-11-19) | ||
@@ -16,0 +18,0 @@ |
{ | ||
"name": "medusa-core-utils", | ||
"version": "1.1.29", | ||
"version": "1.1.30", | ||
"description": "Core utils for Medusa", | ||
@@ -28,3 +28,3 @@ "main": "dist/index.js", | ||
"@babel/runtime": "^7.13.9", | ||
"class-transformer": "^0.4.0", | ||
"class-transformer": "^0.5.1", | ||
"class-validator": "^0.13.1", | ||
@@ -41,3 +41,3 @@ "cross-env": "^5.2.1", | ||
}, | ||
"gitHead": "7770046479c361f375842a8605b15e5d7bc24624" | ||
"gitHead": "4fcf9c1ee536fbe407ebb6a356be693179b4d00f" | ||
} |
114839