cloudcommerce
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.8](https://github.com/ecomplus/cloud-commerce/compare/v0.0.7...v0.0.8) (2022-06-21) | ||
### Bug Fixes | ||
* Explictly set packages `"type": "module"` ([dcaffce](https://github.com/ecomplus/cloud-commerce/commit/dcaffcecf78d30cd480f1cf2794eb61afaeba5bf)) | ||
### [0.0.7](https://github.com/ecomplus/cloud-commerce/compare/v0.0.6...v0.0.7) (2022-06-21) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "cloudcommerce", | ||
"version": "0.0.7", | ||
"type": "module", | ||
"version": "0.0.8", | ||
"description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native", | ||
@@ -5,0 +6,0 @@ "main": "src/index.js", |
{ | ||
"name": "@cloudcommerce/api", | ||
"version": "0.0.7", | ||
"type": "module", | ||
"version": "0.0.8", | ||
"description": "E-Com Plus Cloud Commerce APIs client/adapter", | ||
@@ -5,0 +6,0 @@ "main": "lib/index.js", |
{ | ||
"name": "@cloudcommerce/app-discounts", | ||
"version": "0.0.7", | ||
"type": "module", | ||
"version": "0.0.8", | ||
"description": "E-Com Plus Cloud Commerce app for complex discount rules", | ||
@@ -5,0 +6,0 @@ "main": "functions/dist/index.js", |
{ | ||
"name": "@cloudcommerce/storefront", | ||
"version": "0.0.7", | ||
"type": "module", | ||
"version": "0.0.8", | ||
"description": "E-Com Plus Cloud Commerce storefront with Astro", | ||
@@ -5,0 +6,0 @@ "main": "src/index.js", |
287578
Yes