cloudcommerce 0.1.4 → 0.1.5

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.
Files changed (60) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/ecomplus-stores/monocard/functions/core/package.json +1 -1
  3. package/ecomplus-stores/monocard/functions/events/package.json +2 -2
  4. package/ecomplus-stores/monocard/functions/modules/package.json +2 -2
  5. package/ecomplus-stores/monocard/functions/passport/package.json +2 -2
  6. package/ecomplus-stores/monocard/functions/ssr/package.json +6 -6
  7. package/ecomplus-stores/monocard/package.json +1 -1
  8. package/ecomplus-stores/tia-sonia/functions/core/package.json +1 -1
  9. package/ecomplus-stores/tia-sonia/functions/events/package.json +2 -2
  10. package/ecomplus-stores/tia-sonia/functions/modules/package.json +2 -2
  11. package/ecomplus-stores/tia-sonia/functions/passport/package.json +2 -2
  12. package/ecomplus-stores/tia-sonia/functions/ssr/package.json +6 -6
  13. package/ecomplus-stores/tia-sonia/functions/ssr/public/img/uploads/acai-com-granola.jpg +0 -0
  14. package/ecomplus-stores/tia-sonia/functions/ssr/public/img/uploads/cafe-com-tapioca-e-aveia.jpg +0 -0
  15. package/ecomplus-stores/tia-sonia/functions/ssr/src/components/PitchBar.vue +65 -0
  16. package/ecomplus-stores/tia-sonia/functions/ssr/src/components/TheHeader.vue +1 -1
  17. package/ecomplus-stores/tia-sonia/functions/ssr/src/layouts/Base.astro +0 -3
  18. package/ecomplus-stores/tia-sonia/functions/ssr/src/layouts/Pages.astro +18 -11
  19. package/ecomplus-stores/tia-sonia/functions/ssr/src/main/Home.astro +31 -14
  20. package/ecomplus-stores/tia-sonia/functions/ssr/tailwind.config.cjs +11 -5
  21. package/ecomplus-stores/tia-sonia/functions/ssr/uno.config.cjs +2 -3
  22. package/ecomplus-stores/tia-sonia/package.json +1 -1
  23. package/package.json +2 -2
  24. package/packages/api/package.json +1 -1
  25. package/packages/apps/correios/package.json +1 -1
  26. package/packages/apps/custom-payment/package.json +1 -1
  27. package/packages/apps/custom-shipping/package.json +1 -1
  28. package/packages/apps/discounts/package.json +1 -1
  29. package/packages/apps/emails/package.json +1 -1
  30. package/packages/apps/frenet/package.json +1 -1
  31. package/packages/apps/galaxpay/package.json +1 -1
  32. package/packages/apps/infinitepay/package.json +1 -1
  33. package/packages/apps/jadlog/package.json +1 -1
  34. package/packages/apps/loyalty-points/package.json +1 -1
  35. package/packages/apps/mercadopago/package.json +1 -1
  36. package/packages/apps/pagarme/package.json +1 -1
  37. package/packages/apps/pix/package.json +1 -1
  38. package/packages/apps/tiny-erp/package.json +1 -1
  39. package/packages/cli/package.json +1 -1
  40. package/packages/config/package.json +1 -1
  41. package/packages/emails/package.json +1 -1
  42. package/packages/events/package.json +1 -1
  43. package/packages/firebase/package.json +1 -1
  44. package/packages/i18n/package.json +1 -1
  45. package/packages/modules/package.json +1 -1
  46. package/packages/passport/package.json +1 -1
  47. package/packages/ssr/package.json +1 -1
  48. package/packages/storefront/dist/client/{Prices.d79bd862.js → Prices.6c44a513.js} +1 -1
  49. package/packages/storefront/dist/client/{ProductCard.6b27d9fa.js → ProductCard.69bba7fc.js} +1 -1
  50. package/packages/storefront/dist/client/assets/{_...slug_.4dbd1d47.css → _...slug_.15bda576.css} +1 -1
  51. package/packages/storefront/dist/client/chunks/Prices.vue_vue_type_script_setup_true_lang.e4525076.js +1 -0
  52. package/packages/storefront/dist/client/sw.js +1 -1
  53. package/packages/storefront/dist/server/entry.mjs +3 -3
  54. package/packages/storefront/package.json +1 -1
  55. package/packages/storefront/src/lib/components/Prices.vue +1 -1
  56. package/packages/storefront/tailwind.config.cjs +18 -14
  57. package/packages/storefront/uno.config.cjs +22 -21
  58. package/packages/types/package.json +1 -1
  59. package/ecomplus-stores/tia-sonia/functions/ssr/src/components/TopBar.vue +0 -133
  60. package/packages/storefront/dist/client/chunks/Prices.vue_vue_type_script_setup_true_lang.b29421b3.js +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
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.5](https://github.com/ecomplus/cloud-commerce/compare/v0.1.4...v0.1.5) (2022-12-28)
6
+
7
+
8
+ ### Features
9
+
10
+ * **storefront:** New icon alias `i-cashback` used on Prices component by default ([456ddd4](https://github.com/ecomplus/cloud-commerce/commit/456ddd4c2078ab62f0fae5bb51e2dcfc082f5365))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **storefront:** Merge theme options object as argument for Tailwind/UnoCSS config gen ([a5673f0](https://github.com/ecomplus/cloud-commerce/commit/a5673f0dfbb385bb47109c8221b07ee0b7c134ad))
16
+ * **storefront:** Pass theme options from UnoCSS config to `genTailwindConfig` ([280f1ac](https://github.com/ecomplus/cloud-commerce/commit/280f1ac04e1c9f0167d97365803670246e234f77))
17
+
5
18
  ### [0.1.4](https://github.com/ecomplus/cloud-commerce/compare/v0.1.3...v0.1.4) (2022-12-27)
6
19
 
7
20
 
@@ -15,6 +15,6 @@
15
15
  },
16
16
  "main": "index.js",
17
17
  "dependencies": {
18
- "@cloudcommerce/firebase": "^0.1.3"
18
+ "@cloudcommerce/firebase": "^0.1.4"
19
19
  }
20
20
  }
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "main": "index.js",
17
17
  "dependencies": {
18
- "@cloudcommerce/events": "^0.1.3",
19
- "@cloudcommerce/firebase": "^0.1.3"
18
+ "@cloudcommerce/events": "^0.1.4",
19
+ "@cloudcommerce/firebase": "^0.1.4"
20
20
  }
21
21
  }
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "main": "index.js",
17
17
  "dependencies": {
18
- "@cloudcommerce/firebase": "^0.1.3",
19
- "@cloudcommerce/modules": "^0.1.3"
18
+ "@cloudcommerce/firebase": "^0.1.4",
19
+ "@cloudcommerce/modules": "^0.1.4"
20
20
  }
21
21
  }
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "main": "index.js",
17
17
  "dependencies": {
18
- "@cloudcommerce/firebase": "^0.1.3",
19
- "@cloudcommerce/passport": "^0.1.3"
18
+ "@cloudcommerce/firebase": "^0.1.4",
19
+ "@cloudcommerce/passport": "^0.1.4"
20
20
  }
21
21
  }
@@ -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.3",
23
- "@cloudcommerce/firebase": "^0.1.3",
24
- "@cloudcommerce/ssr": "^0.1.3"
22
+ "@cloudcommerce/api": "^0.1.4",
23
+ "@cloudcommerce/firebase": "^0.1.4",
24
+ "@cloudcommerce/ssr": "^0.1.4"
25
25
  },
26
26
  "devDependencies": {
27
- "@cloudcommerce/i18n": "^0.1.3",
28
- "@cloudcommerce/storefront": "^0.1.3",
29
- "@cloudcommerce/types": "^0.1.3",
27
+ "@cloudcommerce/i18n": "^0.1.4",
28
+ "@cloudcommerce/storefront": "^0.1.4",
29
+ "@cloudcommerce/types": "^0.1.4",
30
30
  "@iconify-json/arcticons": "^1.1.34",
31
31
  "@iconify-json/wpf": "^1.1.3",
32
32
  "lottie-web": "^5.10.0",
@@ -23,6 +23,6 @@
23
23
  "url": "https://github.com/ecomplus/cloud-commerce/issues"
24
24
  },
25
25
  "dependencies": {
26
- "@cloudcommerce/cli": "^0.1.3"
26
+ "@cloudcommerce/cli": "^0.1.4"
27
27
  }
28
28
  }
@@ -15,6 +15,6 @@
15
15
  },
16
16
  "main": "index.js",
17
17
  "dependencies": {
18
- "@cloudcommerce/firebase": "^0.1.3"
18
+ "@cloudcommerce/firebase": "^0.1.4"
19
19
  }
20
20
  }
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "main": "index.js",
17
17
  "dependencies": {
18
- "@cloudcommerce/events": "^0.1.3",
19
- "@cloudcommerce/firebase": "^0.1.3"
18
+ "@cloudcommerce/events": "^0.1.4",
19
+ "@cloudcommerce/firebase": "^0.1.4"
20
20
  }
21
21
  }
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "main": "index.js",
17
17
  "dependencies": {
18
- "@cloudcommerce/firebase": "^0.1.3",
19
- "@cloudcommerce/modules": "^0.1.3"
18
+ "@cloudcommerce/firebase": "^0.1.4",
19
+ "@cloudcommerce/modules": "^0.1.4"
20
20
  }
21
21
  }
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "main": "index.js",
17
17
  "dependencies": {
18
- "@cloudcommerce/firebase": "^0.1.3",
19
- "@cloudcommerce/passport": "^0.1.3"
18
+ "@cloudcommerce/firebase": "^0.1.4",
19
+ "@cloudcommerce/passport": "^0.1.4"
20
20
  }
21
21
  }
@@ -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.3",
23
- "@cloudcommerce/firebase": "^0.1.3",
24
- "@cloudcommerce/ssr": "^0.1.3"
22
+ "@cloudcommerce/api": "^0.1.4",
23
+ "@cloudcommerce/firebase": "^0.1.4",
24
+ "@cloudcommerce/ssr": "^0.1.4"
25
25
  },
26
26
  "devDependencies": {
27
- "@cloudcommerce/i18n": "^0.1.3",
28
- "@cloudcommerce/storefront": "^0.1.3",
29
- "@cloudcommerce/types": "^0.1.3",
27
+ "@cloudcommerce/i18n": "^0.1.4",
28
+ "@cloudcommerce/storefront": "^0.1.4",
29
+ "@cloudcommerce/types": "^0.1.4",
30
30
  "@fontsource/dm-serif-text": "^4.5.9",
31
31
  "@fontsource/roboto-condensed": "^4.5.9",
32
32
  "@iconify-json/tabler": "^1.1.53"
@@ -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>
@@ -36,7 +36,7 @@ watch(y, (newY, oldY) => {
36
36
 
37
37
  <template>
38
38
  <header
39
- class="header z-50 sticky top-0"
39
+ class="TheHeader z-50 sticky top-0"
40
40
  :class="[
41
41
  isHidden ? 'opacity-0 -translate-y-full' : null,
42
42
  isSticky ? 'bg-white/80 backdrop-blur-md shadow' : null,
@@ -37,9 +37,6 @@ body {
37
37
  overflow-x: hidden;
38
38
  background-color: var(--c-brand-light-blue);
39
39
  }
40
- body > * {
41
- @apply bg-white;
42
- }
43
40
  a {
44
41
  transition: color var(--transition), background-color var(--transition);
45
42
  }
@@ -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,30 @@ 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
- <img
22
+ <Image
23
+ src="/img/uploads/granolas-espalhadas.png"
24
+ alt="Granolas Tia Sônia espalhadas"
25
+ format="webp"
26
+ width={650}
27
+ height={540}
28
+ fetchpriority="low"
29
+ class="fixed bg-transparent rotate-90 -bottom-40 inset-x-1/2 -z-10"
30
+ style="max-width: clamp(250px, 325px, 125vw); margin-left: clamp(200px, 600px, 40vw)"
31
+ />
32
+ <Image
29
33
  src="/img/uploads/granolas-espalhadas.png"
30
- width="477"
31
- height="396"
34
+ alt="Granolas Tia Sônia espalhadas"
35
+ format="webp"
36
+ width={650}
37
+ height={540}
32
38
  fetchpriority="low"
33
- class="fixed bg-transparent -bottom-70 -right-60 -z-10"
39
+ class="fixed bg-transparent rotate-270 -bottom-30 inset-x-1/2 -z-10"
40
+ style="max-width: clamp(250px, 325px, 125vw); margin-left: clamp(-57vw, -950px, -200px)"
34
41
  />
35
42
  </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,33 @@ export interface Props {
10
11
  const products = (await api.get('products')).data.result;
11
12
  ---
12
13
 
13
- <Image src="/img/uploads/fimdeano1920x736.jpg"
14
- format={'webp'}
15
- width={1920} height={736}
16
- alt="Seu fim de ano na Tia Sônia. Cupons QUERO10, QUERO15, QUERO20."
17
- />
18
- <h1 class="font-brand">
19
- Welcome to
20
- <span class="text-secondary font-sans font-bold">FEITO NA BAHIA</span>
21
- </h1>
22
- <ul role="list" class="mt-3 fs-20">
23
- {products.map((product) => <li>
24
- <a href={`/${product.slug}`}>{product.sku}</a>
25
- </li>)}
26
- </ul>
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
+ width={1080}
22
+ height={1080}
23
+ />
24
+ <Image
25
+ src="/img/uploads/cafe-com-tapioca-e-aveia.jpg"
26
+ alt="Açaí com morango, banana, manga e granola Tia Sônia"
27
+ format={'webp'}
28
+ width={1080}
29
+ height={1080}
30
+ />
31
+ </div>
32
+ </section>
33
+ <article class="bg-white p-6">
34
+ <h1 class="font-brand">
35
+ Welcome to
36
+ <span class="text-secondary font-sans font-bold">FEITO NA BAHIA</span>
37
+ </h1>
38
+ <ul role="list" class="mt-3 fs-20">
39
+ {products.map((product) => <li>
40
+ <a href={`/${product.slug}`}>{product.sku}</a>
41
+ </li>)}
42
+ </ul>
43
+ </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
- module.exports = defaultConfig;
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);
@@ -23,6 +23,6 @@
23
23
  "url": "https://github.com/ecomplus/cloud-commerce/issues"
24
24
  },
25
25
  "dependencies": {
26
- "@cloudcommerce/cli": "^0.1.3"
26
+ "@cloudcommerce/cli": "^0.1.4"
27
27
  }
28
28
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
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 --frozen-lockfile",
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",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/api",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-correios",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce app for Correios shipping calculation",
6
6
  "main": "lib/correios.js",
7
7
  "repository": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-custom-payment",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce app for simple custom payment methods",
6
6
  "main": "lib/index.js",
7
7
  "repository": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-custom-shipping",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce app for custom shipping methods",
6
6
  "main": "lib/custom-shipping.js",
7
7
  "repository": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-discounts",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce app for complex discount rules",
6
6
  "main": "lib/discounts.js",
7
7
  "repository": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-emails",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce default transactional email app",
6
6
  "main": "lib/index.js",
7
7
  "repository": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-frenet",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce app for Frenet shipping calculation",
6
6
  "main": "lib/frenet.js",
7
7
  "exports": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-galaxpay",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce app to integrate Galax Pay for recurring payments",
6
6
  "main": "lib/galaxpay.js",
7
7
  "exports": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-infinitepay",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce app to integrate InfinitePay",
6
6
  "main": "lib/infinitepay.js",
7
7
  "exports": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-jadlog",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce app for Jadlog shipping calculation",
6
6
  "main": "lib/index.js",
7
7
  "repository": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-loyalty-points",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce app to handle simple loyalty points programs",
6
6
  "main": "lib/loyalty-points.js",
7
7
  "exports": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-mercadopago",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce app to integrate Mercado Pago",
6
6
  "main": "lib/mercadopago.js",
7
7
  "exports": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-pagarme",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce app to integrate Pagar.me",
6
6
  "main": "lib/pagarme.js",
7
7
  "exports": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-pix",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce app to integrate Pix API (Bacen)",
6
6
  "main": "lib/pix.js",
7
7
  "exports": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-tiny-erp",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce app for Tiny ERP",
6
6
  "main": "lib/tiny-erp.js",
7
7
  "repository": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/cli",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce CLI tools",
6
6
  "bin": {
7
7
  "cloudcommerce": "./bin/run.mjs"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/config",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce base config",
6
6
  "main": "lib/config.js",
7
7
  "exports": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/emails",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/events",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce app events",
6
6
  "main": "lib/index.js",
7
7
  "exports": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/firebase",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce on Firebase",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/i18n",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce i18n",
6
6
  "main": "lib/all.js",
7
7
  "exports": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/modules",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "description": "E-Com Plus Cloud Commerce modules API",
6
6
  "main": "lib/index.cjs",
7
7
  "exports": {