cloudcommerce 0.1.4 → 0.1.6
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 +25 -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/package.json +6 -9
- 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/package.json +6 -9
- package/ecomplus-stores/tia-sonia/functions/ssr/public/img/uploads/acai-com-granola.jpg +0 -0
- package/ecomplus-stores/tia-sonia/functions/ssr/public/img/uploads/cafe-com-tapioca-e-aveia.jpg +0 -0
- package/ecomplus-stores/tia-sonia/functions/ssr/src/components/PitchBar.vue +65 -0
- package/ecomplus-stores/tia-sonia/functions/ssr/src/components/TheHeader.vue +1 -1
- package/ecomplus-stores/tia-sonia/functions/ssr/src/layouts/Base.astro +0 -3
- package/ecomplus-stores/tia-sonia/functions/ssr/src/layouts/Pages.astro +20 -11
- package/ecomplus-stores/tia-sonia/functions/ssr/src/main/Home.astro +33 -14
- package/ecomplus-stores/tia-sonia/functions/ssr/tailwind.config.cjs +11 -5
- package/ecomplus-stores/tia-sonia/functions/ssr/uno.config.cjs +2 -3
- package/ecomplus-stores/tia-sonia/package.json +1 -1
- package/package.json +2 -2
- 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/fb-conversions/CHANGELOG.md +1 -0
- package/packages/apps/fb-conversions/README.md +1 -0
- package/packages/apps/fb-conversions/lib/fb-conversions-events.js +145 -0
- package/packages/apps/fb-conversions/lib/fb-conversions-events.js.map +1 -0
- package/packages/apps/fb-conversions/lib/index.js +2 -0
- package/packages/apps/fb-conversions/lib/index.js.map +1 -0
- package/packages/apps/fb-conversions/package.json +33 -0
- package/packages/apps/fb-conversions/src/fb-conversions-events.ts +178 -0
- package/packages/apps/fb-conversions/src/index.ts +1 -0
- package/packages/apps/fb-conversions/tsconfig.json +3 -0
- 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/lib/firebase.js +2 -0
- package/packages/events/lib/firebase.js.map +1 -1
- package/packages/events/package.json +2 -1
- package/packages/events/src/firebase.ts +2 -0
- package/packages/firebase/lib/config.d.ts +4 -0
- package/packages/firebase/lib/config.js +7 -0
- package/packages/firebase/lib/config.js.map +1 -1
- package/packages/firebase/package.json +1 -1
- package/packages/firebase/src/config.ts +7 -0
- 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 +3 -1
- package/packages/storefront/astro.config.mjs +3 -1
- package/packages/storefront/dist/client/{Prices.d79bd862.js → Prices.6c44a513.js} +1 -1
- package/packages/storefront/dist/client/{ProductCard.6b27d9fa.js → ProductCard.69bba7fc.js} +1 -1
- package/packages/storefront/dist/client/assets/{_...slug_.4dbd1d47.css → _...slug_.15bda576.css} +1 -1
- package/packages/storefront/dist/client/chunks/Prices.vue_vue_type_script_setup_true_lang.e4525076.js +1 -0
- package/packages/storefront/dist/client/sw.js +1 -1
- package/packages/storefront/dist/server/entry.mjs +52 -166
- package/packages/storefront/package.json +3 -4
- package/packages/storefront/src/lib/components/Prices.vue +1 -1
- package/packages/storefront/tailwind.config.cjs +18 -14
- package/packages/storefront/uno.config.cjs +22 -21
- package/packages/types/package.json +1 -1
- package/ecomplus-stores/monocard/functions/ssr/.nvmrc +0 -1
- package/ecomplus-stores/tia-sonia/functions/ssr/.nvmrc +0 -1
- package/ecomplus-stores/tia-sonia/functions/ssr/src/components/TopBar.vue +0 -133
- package/packages/storefront/.nvmrc +0 -1
- package/packages/storefront/dist/client/chunks/Prices.vue_vue_type_script_setup_true_lang.b29421b3.js +0 -1
- package/packages/storefront/dist/server/chunks/avif/avif_node_dec.wasm +0 -0
- package/packages/storefront/dist/server/chunks/avif/avif_node_enc.wasm +0 -0
- package/packages/storefront/dist/server/chunks/image-pool.abfa6f7b.mjs +0 -10794
- package/packages/storefront/dist/server/chunks/mozjpeg/mozjpeg_node_dec.wasm +0 -0
- package/packages/storefront/dist/server/chunks/mozjpeg/mozjpeg_node_enc.wasm +0 -0
- package/packages/storefront/dist/server/chunks/png/squoosh_oxipng_bg.wasm +0 -0
- package/packages/storefront/dist/server/chunks/png/squoosh_png_bg.wasm +0 -0
- package/packages/storefront/dist/server/chunks/resize/squoosh_resize_bg.wasm +0 -0
- package/packages/storefront/dist/server/chunks/rotate/rotate.wasm +0 -0
- package/packages/storefront/dist/server/chunks/webp/webp_node_dec.wasm +0 -0
- package/packages/storefront/dist/server/chunks/webp/webp_node_enc.wasm +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
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.6](https://github.com/ecomplus/cloud-commerce/compare/v0.1.5...v0.1.6) (2022-12-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **fb-conversions:** App to send carts/orders to Facebook Conversions API ([#99](https://github.com/ecomplus/cloud-commerce/issues/99)) ([1c6a785](https://github.com/ecomplus/cloud-commerce/commit/1c6a785b194c4dda81409c6ddfd36aaeea974e5b))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **fb-conversions:** Add `firebase-admin` (peer) to dependencies ([6a0cf07](https://github.com/ecomplus/cloud-commerce/commit/6a0cf07a267316538ce04ce637b4f30103c498cb))
|
|
16
|
+
|
|
17
|
+
### [0.1.5](https://github.com/ecomplus/cloud-commerce/compare/v0.1.4...v0.1.5) (2022-12-28)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **storefront:** New icon alias `i-cashback` used on Prices component by default ([456ddd4](https://github.com/ecomplus/cloud-commerce/commit/456ddd4c2078ab62f0fae5bb51e2dcfc082f5365))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **storefront:** Merge theme options object as argument for Tailwind/UnoCSS config gen ([a5673f0](https://github.com/ecomplus/cloud-commerce/commit/a5673f0dfbb385bb47109c8221b07ee0b7c134ad))
|
|
28
|
+
* **storefront:** Pass theme options from UnoCSS config to `genTailwindConfig` ([280f1ac](https://github.com/ecomplus/cloud-commerce/commit/280f1ac04e1c9f0167d97365803670246e234f77))
|
|
29
|
+
|
|
5
30
|
### [0.1.4](https://github.com/ecomplus/cloud-commerce/compare/v0.1.3...v0.1.4) (2022-12-27)
|
|
6
31
|
|
|
7
32
|
|
|
@@ -12,21 +12,18 @@
|
|
|
12
12
|
"deploy": "firebase deploy --only functions",
|
|
13
13
|
"logs": "firebase functions:log"
|
|
14
14
|
},
|
|
15
|
-
"engines": {
|
|
16
|
-
"node": "16"
|
|
17
|
-
},
|
|
18
15
|
"main": "index.js",
|
|
19
16
|
"dependencies": {
|
|
20
17
|
"@astrojs/image": "^0.12.1",
|
|
21
18
|
"@astrojs/node": "^4.0.0",
|
|
22
|
-
"@cloudcommerce/api": "^0.1.
|
|
23
|
-
"@cloudcommerce/firebase": "^0.1.
|
|
24
|
-
"@cloudcommerce/ssr": "^0.1.
|
|
19
|
+
"@cloudcommerce/api": "^0.1.5",
|
|
20
|
+
"@cloudcommerce/firebase": "^0.1.5",
|
|
21
|
+
"@cloudcommerce/ssr": "^0.1.5"
|
|
25
22
|
},
|
|
26
23
|
"devDependencies": {
|
|
27
|
-
"@cloudcommerce/i18n": "^0.1.
|
|
28
|
-
"@cloudcommerce/storefront": "^0.1.
|
|
29
|
-
"@cloudcommerce/types": "^0.1.
|
|
24
|
+
"@cloudcommerce/i18n": "^0.1.5",
|
|
25
|
+
"@cloudcommerce/storefront": "^0.1.5",
|
|
26
|
+
"@cloudcommerce/types": "^0.1.5",
|
|
30
27
|
"@iconify-json/arcticons": "^1.1.34",
|
|
31
28
|
"@iconify-json/wpf": "^1.1.3",
|
|
32
29
|
"lottie-web": "^5.10.0",
|
|
@@ -12,21 +12,18 @@
|
|
|
12
12
|
"deploy": "firebase deploy --only functions",
|
|
13
13
|
"logs": "firebase functions:log"
|
|
14
14
|
},
|
|
15
|
-
"engines": {
|
|
16
|
-
"node": "16"
|
|
17
|
-
},
|
|
18
15
|
"main": "index.js",
|
|
19
16
|
"dependencies": {
|
|
20
17
|
"@astrojs/image": "^0.12.1",
|
|
21
18
|
"@astrojs/node": "^4.0.0",
|
|
22
|
-
"@cloudcommerce/api": "^0.1.
|
|
23
|
-
"@cloudcommerce/firebase": "^0.1.
|
|
24
|
-
"@cloudcommerce/ssr": "^0.1.
|
|
19
|
+
"@cloudcommerce/api": "^0.1.5",
|
|
20
|
+
"@cloudcommerce/firebase": "^0.1.5",
|
|
21
|
+
"@cloudcommerce/ssr": "^0.1.5"
|
|
25
22
|
},
|
|
26
23
|
"devDependencies": {
|
|
27
|
-
"@cloudcommerce/i18n": "^0.1.
|
|
28
|
-
"@cloudcommerce/storefront": "^0.1.
|
|
29
|
-
"@cloudcommerce/types": "^0.1.
|
|
24
|
+
"@cloudcommerce/i18n": "^0.1.5",
|
|
25
|
+
"@cloudcommerce/storefront": "^0.1.5",
|
|
26
|
+
"@cloudcommerce/types": "^0.1.5",
|
|
30
27
|
"@fontsource/dm-serif-text": "^4.5.9",
|
|
31
28
|
"@fontsource/roboto-condensed": "^4.5.9",
|
|
32
29
|
"@iconify-json/tabler": "^1.1.53"
|
|
Binary file
|
package/ecomplus-stores/tia-sonia/functions/ssr/public/img/uploads/cafe-com-tapioca-e-aveia.jpg
ADDED
|
Binary file
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { ref, computed } from 'vue';
|
|
3
|
+
|
|
4
|
+
type Slide = {
|
|
5
|
+
icon?: 'shipping' | 'credit-card' | 'discount' | 'cashback',
|
|
6
|
+
image?: string | null,
|
|
7
|
+
title?: string,
|
|
8
|
+
html: string,
|
|
9
|
+
};
|
|
10
|
+
const slides = ref<Slide[]>([{
|
|
11
|
+
icon: 'shipping',
|
|
12
|
+
title: 'Frete grátis',
|
|
13
|
+
html: 'Compras acima de R$ 100,00',
|
|
14
|
+
}, {
|
|
15
|
+
icon: 'credit-card',
|
|
16
|
+
title: 'Parcele sem juros',
|
|
17
|
+
html: 'Até 3x sem juros no cartão',
|
|
18
|
+
}, {
|
|
19
|
+
icon: 'cashback',
|
|
20
|
+
title: 'Cachback',
|
|
21
|
+
html: '5% de volta em todas as compras',
|
|
22
|
+
}, {
|
|
23
|
+
icon: 'discount',
|
|
24
|
+
title: 'Desconto no Pix',
|
|
25
|
+
html: 'Mais 5% de desconto pagando com Pix',
|
|
26
|
+
}]);
|
|
27
|
+
const slideIndex = ref(0);
|
|
28
|
+
const slide = computed(() => {
|
|
29
|
+
return slides.value[slideIndex.value];
|
|
30
|
+
});
|
|
31
|
+
const prev = () => {
|
|
32
|
+
if (slideIndex.value) {
|
|
33
|
+
slideIndex.value -= 1;
|
|
34
|
+
} else {
|
|
35
|
+
slideIndex.value = slides.value.length - 1;
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
const next = () => {
|
|
39
|
+
if (slideIndex.value < slides.value.length - 1) {
|
|
40
|
+
slideIndex.value += 1;
|
|
41
|
+
} else {
|
|
42
|
+
slideIndex.value = 0;
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
</script>
|
|
46
|
+
|
|
47
|
+
<template>
|
|
48
|
+
<div class="PitchBar w-full p-2 bg-white/60 leading-snug">
|
|
49
|
+
<div class="flex justify-between items-center max-w-4xl m-auto">
|
|
50
|
+
<button class="i-chevron-left text-2xl text-base-600" @click="prev"></button>
|
|
51
|
+
<div class="flex items-center gap-2 lg:gap-3 text-base-800">
|
|
52
|
+
<span v-if="slide.icon" class="text-2xl">
|
|
53
|
+
<i v-if="slide.icon === 'shipping'" class="i-truck-delivery"></i>
|
|
54
|
+
<i v-else-if="slide.icon === 'credit-card'" class="i-credit-card"></i>
|
|
55
|
+
<i v-else-if="slide.icon === 'discount'" class="i-percentage"></i>
|
|
56
|
+
<i v-else-if="slide.icon === 'cashback'" class="i-cashback"></i>
|
|
57
|
+
</span>
|
|
58
|
+
<img v-if="slide.image" :src="slide.image" class="max-h-8" />
|
|
59
|
+
<strong v-if="slide.title" v-html="slide.title" class="uppercase"></strong>
|
|
60
|
+
<span v-html="slide.html"></span>
|
|
61
|
+
</div>
|
|
62
|
+
<button class="i-chevron-right text-2xl text-base-600" @click="next"></button>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
</template>
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import type { PageContext } from '@@sf/ssr-context';
|
|
3
|
+
import { Image } from '@astrojs/image/components';
|
|
3
4
|
import Base from '~/layouts/Base.astro';
|
|
4
5
|
import Header from '~/layouts/PagesHeader.astro';
|
|
5
6
|
|
|
@@ -12,24 +13,32 @@ const { pageContext, title } = Astro.props as Props;
|
|
|
12
13
|
---
|
|
13
14
|
|
|
14
15
|
<Base pageContext={pageContext} title={title}>
|
|
15
|
-
<img
|
|
16
|
-
src="/img/uploads/granolas-espalhadas.png"
|
|
17
|
-
width="477"
|
|
18
|
-
height="396"
|
|
19
|
-
fetchpriority="low"
|
|
20
|
-
class="absolute bg-transparent rotate-180 top-0 -left-10 lg:left-6 max-w-full -z-10"
|
|
21
|
-
/>
|
|
22
16
|
<slot name="header">
|
|
23
17
|
<Header pageContext={pageContext} />
|
|
24
18
|
</slot>
|
|
25
19
|
<main class="container mx-auto">
|
|
26
20
|
<slot />
|
|
27
21
|
</main>
|
|
28
|
-
<
|
|
22
|
+
<Image
|
|
23
|
+
src="/img/uploads/granolas-espalhadas.png"
|
|
24
|
+
alt="Granolas Tia Sônia espalhadas"
|
|
25
|
+
format="webp"
|
|
26
|
+
quality={75}
|
|
27
|
+
width={650}
|
|
28
|
+
height={540}
|
|
29
|
+
fetchpriority="low"
|
|
30
|
+
class="fixed bg-transparent rotate-90 -bottom-40 inset-x-1/2 -z-10"
|
|
31
|
+
style="max-width: clamp(250px, 325px, 125vw); margin-left: clamp(200px, 600px, 40vw)"
|
|
32
|
+
/>
|
|
33
|
+
<Image
|
|
29
34
|
src="/img/uploads/granolas-espalhadas.png"
|
|
30
|
-
|
|
31
|
-
|
|
35
|
+
alt="Granolas Tia Sônia espalhadas"
|
|
36
|
+
format="webp"
|
|
37
|
+
quality={75}
|
|
38
|
+
width={650}
|
|
39
|
+
height={540}
|
|
32
40
|
fetchpriority="low"
|
|
33
|
-
class="fixed bg-transparent -bottom-
|
|
41
|
+
class="fixed bg-transparent rotate-270 -bottom-30 inset-x-1/2 -z-10"
|
|
42
|
+
style="max-width: clamp(250px, 325px, 125vw); margin-left: clamp(-57vw, -950px, -200px)"
|
|
34
43
|
/>
|
|
35
44
|
</Base>
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import type { PageContext } from '@@sf/ssr-context';
|
|
3
3
|
import api from '@cloudcommerce/api';
|
|
4
4
|
import { Image } from '@astrojs/image/components';
|
|
5
|
+
import PitchBar from '@@components/PitchBar.vue';
|
|
5
6
|
|
|
6
7
|
export interface Props {
|
|
7
8
|
pageContext: PageContext;
|
|
@@ -10,17 +11,35 @@ export interface Props {
|
|
|
10
11
|
const products = (await api.get('products')).data.result;
|
|
11
12
|
---
|
|
12
13
|
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<
|
|
25
|
-
|
|
26
|
-
|
|
14
|
+
<section class="relative">
|
|
15
|
+
<PitchBar class="absolute top-0 left-0" client:idle />
|
|
16
|
+
<div class="grid grid-cols-2">
|
|
17
|
+
<Image
|
|
18
|
+
src="/img/uploads/acai-com-granola.jpg"
|
|
19
|
+
alt="Açaí com morango, banana, manga e granola Tia Sônia"
|
|
20
|
+
format={'webp'}
|
|
21
|
+
quality={75}
|
|
22
|
+
width={1080}
|
|
23
|
+
height={1080}
|
|
24
|
+
/>
|
|
25
|
+
<Image
|
|
26
|
+
src="/img/uploads/cafe-com-tapioca-e-aveia.jpg"
|
|
27
|
+
alt="Açaí com morango, banana, manga e granola Tia Sônia"
|
|
28
|
+
format={'webp'}
|
|
29
|
+
quality={75}
|
|
30
|
+
width={1080}
|
|
31
|
+
height={1080}
|
|
32
|
+
/>
|
|
33
|
+
</div>
|
|
34
|
+
</section>
|
|
35
|
+
<article class="bg-white p-6">
|
|
36
|
+
<h1 class="font-brand">
|
|
37
|
+
Welcome to
|
|
38
|
+
<span class="text-secondary font-sans font-bold">FEITO NA BAHIA</span>
|
|
39
|
+
</h1>
|
|
40
|
+
<ul role="list" class="mt-3 fs-20">
|
|
41
|
+
{products.map((product) => <li>
|
|
42
|
+
<a href={`/${product.slug}`}>{product.sku}</a>
|
|
43
|
+
</li>)}
|
|
44
|
+
</ul>
|
|
45
|
+
</article>
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
process.env.STOREFRONT_BASE_DIR = __dirname;
|
|
2
2
|
|
|
3
|
-
globalThis.storefront_theme_options = {
|
|
4
|
-
generalIcons: 'tabler',
|
|
5
|
-
};
|
|
6
|
-
|
|
7
3
|
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
8
4
|
const defaultConfig = require('@cloudcommerce/storefront/tailwind.config.cjs');
|
|
9
5
|
|
|
10
|
-
|
|
6
|
+
const themeOptions = {
|
|
7
|
+
generalIcons: 'tabler',
|
|
8
|
+
shoppingCartIcon: 'paper-bag',
|
|
9
|
+
cashbackIcon: 'arrow-back-up',
|
|
10
|
+
};
|
|
11
|
+
const genTailwindConfig = () => defaultConfig.genTailwindConfig(themeOptions);
|
|
12
|
+
|
|
13
|
+
module.exports = {
|
|
14
|
+
...genTailwindConfig(),
|
|
15
|
+
themeOptions,
|
|
16
|
+
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
2
2
|
const { genUnoCSSConfig } = require('@cloudcommerce/storefront/uno.config');
|
|
3
|
+
const { themeOptions } = require('./tailwind.config.cjs');
|
|
3
4
|
|
|
4
|
-
export default genUnoCSSConfig(
|
|
5
|
-
shoppingCartIcon: 'paper-bag',
|
|
6
|
-
});
|
|
5
|
+
export default genUnoCSSConfig(themeOptions);
|
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.6",
|
|
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>",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"zx": "^7.1.1"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
|
-
"fix-install": "bash scripts/pre-install.sh && pnpm i
|
|
41
|
+
"fix-install": "bash scripts/pre-install.sh && pnpm i",
|
|
42
42
|
"postinstall": "husky install && pnpm run -r prepare-monorepo",
|
|
43
43
|
"new-pkg": "bash scripts/new-package.sh",
|
|
44
44
|
"build": "turbo run build",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Please refer to GitHub [repository releases](https://github.com/ecomplus/cloud-commerce/releases) or monorepo unified [CHANGELOG.md](https://github.com/ecomplus/cloud-commerce/blob/main/CHANGELOG.md).
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# `@cloudcommerce/app-fb-conversions`
|