cloudcommerce
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.19](https://github.com/ecomplus/cloud-commerce/compare/v0.0.18...v0.0.19) (2022-06-29) | ||
### Features | ||
* **cli:** Copy Firebase config files before running command ([210d9d5](https://github.com/ecomplus/cloud-commerce/commit/210d9d52c1e1fb1b61d5716382e325b96aaf5f67)) | ||
### [0.0.18](https://github.com/ecomplus/cloud-commerce/compare/v0.0.17...v0.0.18) (2022-06-29) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "cloudcommerce", | ||
"type": "module", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native", | ||
@@ -6,0 +6,0 @@ "main": "packages/api/lib/index.js", |
{ | ||
"name": "@cloudcommerce/api", | ||
"type": "module", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "E-Com Plus Cloud Commerce APIs client/adapter", | ||
@@ -20,5 +20,5 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build": "sh scripts/build.sh", | ||
"build": "sh ../../scripts/build-lib.sh && cp -r src/types lib/", | ||
"test": "tsc -p ../../tsconfig.test.json && vitest run" | ||
} | ||
} |
{ | ||
"name": "@cloudcommerce/app-discounts", | ||
"type": "module", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "E-Com Plus Cloud Commerce app for complex discount rules", | ||
@@ -6,0 +6,0 @@ "main": "functions/dist/index.js", |
{ | ||
"name": "@cloudcommerce/cli", | ||
"type": "module", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "E-Com Plus Cloud Commerce CLI tools", | ||
@@ -9,2 +9,3 @@ "bin": { | ||
}, | ||
"main": "lib/index.js", | ||
"repository": { | ||
@@ -21,2 +22,5 @@ "type": "git", | ||
"homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/cli#readme", | ||
"scripts": { | ||
"build": "sh ../../scripts/build-lib.sh" | ||
}, | ||
"dependencies": { | ||
@@ -23,0 +27,0 @@ "zx": "^7.0.3" |
{ | ||
"name": "@cloudcommerce/firebase", | ||
"type": "module", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "E-Com Plus Cloud Commerce on Firebase", | ||
@@ -6,0 +6,0 @@ "main": "src/index.js", |
{ | ||
"name": "@cloudcommerce/storefront", | ||
"type": "module", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "E-Com Plus Cloud Commerce storefront with Astro", | ||
@@ -6,0 +6,0 @@ "main": "src/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
551813
82
10554