cloudcommerce 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/ecomplus-stores/monocard/functions/core/package.json +1 -1
- package/ecomplus-stores/monocard/functions/events/package.json +2 -2
- package/ecomplus-stores/monocard/functions/modules/package.json +2 -2
- package/ecomplus-stores/monocard/functions/passport/package.json +2 -2
- package/ecomplus-stores/monocard/functions/ssr/.nvmrc +1 -0
- package/ecomplus-stores/monocard/functions/ssr/content/settings.json +13 -10
- package/ecomplus-stores/monocard/functions/ssr/package.json +10 -6
- package/ecomplus-stores/monocard/functions/ssr/src/components/LottiePhoneNFC.vue +1 -1
- package/ecomplus-stores/monocard/package.json +1 -1
- package/ecomplus-stores/tia-sonia/functions/core/package.json +1 -1
- package/ecomplus-stores/tia-sonia/functions/events/package.json +2 -2
- package/ecomplus-stores/tia-sonia/functions/modules/package.json +2 -2
- package/ecomplus-stores/tia-sonia/functions/passport/package.json +2 -2
- package/ecomplus-stores/tia-sonia/functions/ssr/.nvmrc +1 -0
- package/ecomplus-stores/tia-sonia/functions/ssr/content/settings.json +14 -11
- package/ecomplus-stores/tia-sonia/functions/ssr/package.json +6 -6
- package/ecomplus-stores/tia-sonia/package.json +1 -1
- package/package.json +1 -1
- package/packages/api/package.json +1 -1
- package/packages/apps/correios/package.json +1 -1
- package/packages/apps/custom-payment/package.json +1 -1
- package/packages/apps/custom-shipping/package.json +1 -1
- package/packages/apps/discounts/package.json +1 -1
- package/packages/apps/emails/package.json +1 -1
- package/packages/apps/frenet/package.json +1 -1
- package/packages/apps/galaxpay/package.json +1 -1
- package/packages/apps/infinitepay/package.json +1 -1
- package/packages/apps/jadlog/package.json +1 -1
- package/packages/apps/loyalty-points/package.json +1 -1
- package/packages/apps/mercadopago/package.json +1 -1
- package/packages/apps/pagarme/package.json +1 -1
- package/packages/apps/pix/package.json +1 -1
- package/packages/apps/tiny-erp/package.json +1 -1
- package/packages/cli/package.json +1 -1
- package/packages/config/package.json +1 -1
- package/packages/emails/package.json +1 -1
- package/packages/events/package.json +1 -1
- package/packages/firebase/package.json +1 -1
- package/packages/i18n/package.json +1 -1
- package/packages/modules/package.json +1 -1
- package/packages/passport/package.json +1 -1
- package/packages/ssr/package.json +2 -1
- package/packages/storefront/package.json +1 -1
- package/packages/types/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.2](https://github.com/ecomplus/cloud-commerce/compare/v0.1.1...v0.1.2) (2022-12-22)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **ssr:** For global directive, `floating-vue` must be at SSR deps ([3cc4b17](https://github.com/ecomplus/cloud-commerce/commit/3cc4b17bd43dcfb40922887c5a257e2359ae5b59))
|
|
11
|
+
|
|
5
12
|
### [0.1.1](https://github.com/ecomplus/cloud-commerce/compare/v0.1.0...v0.1.1) (2022-12-22)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
16
|
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
-
"domain": "monocard.
|
|
3
|
-
"primary_color": "#92F7B6",
|
|
4
|
-
"bg_color": "#f5f6fa",
|
|
5
|
-
"repository": "",
|
|
6
|
-
"logo": "/img/uploads/logo.png",
|
|
2
|
+
"domain": "ecom2-monocard.web.app",
|
|
7
3
|
"name": "Monocard",
|
|
8
|
-
"short_name": "Monocard",
|
|
9
|
-
"favicon": "/img/uploads/favicon.png",
|
|
10
|
-
"secondary_color": "#000000",
|
|
11
|
-
"icon": "/img/icon.png",
|
|
12
4
|
"description": "Monocard - O seu último cartão de visitas",
|
|
13
|
-
"
|
|
5
|
+
"logo": "/img/uploads/logo.png",
|
|
6
|
+
"icon": "/img/icon.png",
|
|
7
|
+
"primary_color": "#92F7B6",
|
|
8
|
+
"email": "",
|
|
9
|
+
"phone": "",
|
|
10
|
+
"address": "",
|
|
11
|
+
"corporate_name": "",
|
|
12
|
+
"doc_number": "",
|
|
13
|
+
"lang": "pt_br",
|
|
14
|
+
"currency": "BRL",
|
|
15
|
+
"currency_symbol": "R$",
|
|
16
|
+
"country_code": "BR"
|
|
14
17
|
}
|
|
@@ -19,14 +19,18 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@astrojs/image": "^0.12.1",
|
|
21
21
|
"@astrojs/node": "^4.0.0",
|
|
22
|
-
"@cloudcommerce/api": "^0.1.
|
|
23
|
-
"@cloudcommerce/firebase": "^0.1.
|
|
24
|
-
"@cloudcommerce/ssr": "^0.1.
|
|
22
|
+
"@cloudcommerce/api": "^0.1.1",
|
|
23
|
+
"@cloudcommerce/firebase": "^0.1.1",
|
|
24
|
+
"@cloudcommerce/ssr": "^0.1.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@cloudcommerce/i18n": "^0.1.
|
|
28
|
-
"@cloudcommerce/storefront": "^0.1.
|
|
29
|
-
"@cloudcommerce/types": "^0.1.
|
|
27
|
+
"@cloudcommerce/i18n": "^0.1.1",
|
|
28
|
+
"@cloudcommerce/storefront": "^0.1.1",
|
|
29
|
+
"@cloudcommerce/types": "^0.1.1",
|
|
30
|
+
"@iconify-json/arcticons": "^1.1.34",
|
|
31
|
+
"@iconify-json/wpf": "^1.1.3",
|
|
32
|
+
"lottie-web": "^5.10.0",
|
|
33
|
+
"lozad": "^1.16.0"
|
|
30
34
|
},
|
|
31
35
|
"pnpm": {
|
|
32
36
|
"peerDependencyRules": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
16
|
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
-
"domain": "ecom2-
|
|
3
|
-
"
|
|
4
|
-
"bg_color": "#f5f6fa",
|
|
5
|
-
"repository": "",
|
|
6
|
-
"logo": "/img/uploads/logo.webp",
|
|
7
|
-
"name": "My Shop",
|
|
8
|
-
"short_name": "MyShop",
|
|
9
|
-
"favicon": "/img/uploads/favicon.png",
|
|
10
|
-
"secondary_color": "",
|
|
11
|
-
"icon": "/img/icon.png",
|
|
2
|
+
"domain": "ecom2-tiasonia.web.app",
|
|
3
|
+
"name": "Tia Sônia",
|
|
12
4
|
"description": "My PWA Shop",
|
|
13
|
-
"
|
|
5
|
+
"logo": "/img/uploads/logo.webp",
|
|
6
|
+
"icon": "/img/uploads/large-icon.png",
|
|
7
|
+
"primary_color": "#137c5c",
|
|
8
|
+
"email": "",
|
|
9
|
+
"phone": "",
|
|
10
|
+
"address": "",
|
|
11
|
+
"corporate_name": "",
|
|
12
|
+
"doc_number": "",
|
|
13
|
+
"lang": "pt_br",
|
|
14
|
+
"currency": "BRL",
|
|
15
|
+
"currency_symbol": "R$",
|
|
16
|
+
"country_code": "BR"
|
|
14
17
|
}
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@astrojs/image": "^0.12.1",
|
|
21
21
|
"@astrojs/node": "^4.0.0",
|
|
22
|
-
"@cloudcommerce/api": "^0.1.
|
|
23
|
-
"@cloudcommerce/firebase": "^0.1.
|
|
24
|
-
"@cloudcommerce/ssr": "^0.1.
|
|
22
|
+
"@cloudcommerce/api": "^0.1.1",
|
|
23
|
+
"@cloudcommerce/firebase": "^0.1.1",
|
|
24
|
+
"@cloudcommerce/ssr": "^0.1.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@cloudcommerce/i18n": "^0.1.
|
|
28
|
-
"@cloudcommerce/storefront": "^0.1.
|
|
29
|
-
"@cloudcommerce/types": "^0.1.
|
|
27
|
+
"@cloudcommerce/i18n": "^0.1.1",
|
|
28
|
+
"@cloudcommerce/storefront": "^0.1.1",
|
|
29
|
+
"@cloudcommerce/types": "^0.1.1"
|
|
30
30
|
},
|
|
31
31
|
"pnpm": {
|
|
32
32
|
"peerDependencyRules": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native",
|
|
6
6
|
"main": "packages/api/lib/index.js",
|
|
7
7
|
"author": "E-Com Club Softwares para E-commerce <ti@e-com.club>",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudcommerce/ssr",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"description": "E-Com Plus Cloud Commerce storefront SSR",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"astro": "^1.7.1",
|
|
33
33
|
"firebase-admin": "^11.4.0",
|
|
34
34
|
"firebase-functions": "^4.1.1",
|
|
35
|
+
"floating-vue": "2.0.0-beta.20",
|
|
35
36
|
"image-size": "^1.0.2",
|
|
36
37
|
"vue": "^3.2.45"
|
|
37
38
|
},
|