cloudcommerce 2.11.2 → 2.12.0

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 (91) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/ecomplus-stores/barradoce/functions/many/package.json +3 -3
  3. package/ecomplus-stores/barradoce/functions/ssr/content/pages/home.json +50 -86
  4. package/ecomplus-stores/barradoce/functions/ssr/package.json +6 -6
  5. package/ecomplus-stores/barradoce/functions/ssr/public/img/uploads/banner-pistache.jpg +0 -0
  6. package/ecomplus-stores/barradoce/functions/ssr/src/components/Banner.vue +7 -8
  7. package/ecomplus-stores/barradoce/functions/with-apps/package.json +3 -3
  8. package/ecomplus-stores/barradoce/package.json +2 -2
  9. package/package.json +2 -2
  10. package/packages/__skeleton/package.json +2 -1
  11. package/packages/api/package.json +2 -2
  12. package/packages/apps/affiliate-program/package.json +2 -2
  13. package/packages/apps/correios/package.json +2 -2
  14. package/packages/apps/custom-payment/package.json +2 -2
  15. package/packages/apps/custom-shipping/package.json +2 -2
  16. package/packages/apps/datafrete/package.json +2 -2
  17. package/packages/apps/discounts/package.json +2 -2
  18. package/packages/apps/emails/package.json +2 -2
  19. package/packages/apps/fb-conversions/package.json +2 -2
  20. package/packages/apps/flash-courier/package.json +2 -2
  21. package/packages/apps/frenet/package.json +2 -2
  22. package/packages/apps/galaxpay/package.json +3 -2
  23. package/packages/apps/google-analytics/package.json +2 -2
  24. package/packages/apps/jadlog/package.json +2 -2
  25. package/packages/apps/loyalty-points/package.json +2 -2
  26. package/packages/apps/mandae/package.json +2 -2
  27. package/packages/apps/melhor-envio/package.json +2 -2
  28. package/packages/apps/mercadopago/package.json +3 -2
  29. package/packages/apps/pagaleve/CHANGELOG.md +1 -0
  30. package/packages/apps/pagaleve/README.md +1 -0
  31. package/packages/apps/pagaleve/lib/index.d.ts +1 -0
  32. package/packages/apps/pagaleve/lib/index.js +3 -0
  33. package/packages/apps/pagaleve/lib/index.js.map +1 -0
  34. package/packages/apps/pagaleve/lib/pagaleve-constructor.d.ts +7 -0
  35. package/packages/apps/pagaleve/lib/pagaleve-constructor.js +78 -0
  36. package/packages/apps/pagaleve/lib/pagaleve-constructor.js.map +1 -0
  37. package/packages/apps/pagaleve/lib/pagaleve-create-transaction.d.ts +7 -0
  38. package/packages/apps/pagaleve/lib/pagaleve-create-transaction.js +148 -0
  39. package/packages/apps/pagaleve/lib/pagaleve-create-transaction.js.map +1 -0
  40. package/packages/apps/pagaleve/lib/pagaleve-list-payments.d.ts +7 -0
  41. package/packages/apps/pagaleve/lib/pagaleve-list-payments.js +113 -0
  42. package/packages/apps/pagaleve/lib/pagaleve-list-payments.js.map +1 -0
  43. package/packages/apps/pagaleve/lib/pagaleve-webhook.d.ts +4 -0
  44. package/packages/apps/pagaleve/lib/pagaleve-webhook.js +135 -0
  45. package/packages/apps/pagaleve/lib/pagaleve-webhook.js.map +1 -0
  46. package/packages/apps/pagaleve/lib/pagaleve.d.ts +12 -0
  47. package/packages/apps/pagaleve/lib/pagaleve.js +12 -0
  48. package/packages/apps/pagaleve/lib/pagaleve.js.map +1 -0
  49. package/packages/apps/pagaleve/package.json +43 -0
  50. package/packages/apps/pagaleve/src/index.ts +2 -0
  51. package/packages/apps/pagaleve/src/pagaleve-constructor.ts +85 -0
  52. package/packages/apps/pagaleve/src/pagaleve-create-transaction.ts +161 -0
  53. package/packages/apps/pagaleve/src/pagaleve-list-payments.ts +122 -0
  54. package/packages/apps/pagaleve/src/pagaleve-webhook.ts +150 -0
  55. package/packages/apps/pagaleve/src/pagaleve.ts +12 -0
  56. package/packages/apps/pagaleve/tsconfig.json +6 -0
  57. package/packages/apps/pagaleve/webhook.js +1 -0
  58. package/packages/apps/pagarme/package.json +3 -2
  59. package/packages/apps/pagarme-v5/package.json +3 -2
  60. package/packages/apps/paghiper/package.json +2 -2
  61. package/packages/apps/pix/package.json +2 -2
  62. package/packages/apps/tiny-erp/package.json +2 -2
  63. package/packages/apps/webhooks/package.json +2 -2
  64. package/packages/cli/package.json +2 -2
  65. package/packages/config/package.json +2 -2
  66. package/packages/emails/package.json +2 -2
  67. package/packages/eslint/package.json +2 -2
  68. package/packages/events/lib/firebase.js +2 -0
  69. package/packages/events/lib/firebase.js.map +1 -1
  70. package/packages/events/package.json +3 -2
  71. package/packages/events/src/firebase.ts +2 -0
  72. package/packages/feeds/package.json +2 -2
  73. package/packages/firebase/lib/config.d.ts +3 -0
  74. package/packages/firebase/lib/config.js +3 -0
  75. package/packages/firebase/lib/config.js.map +1 -1
  76. package/packages/firebase/package.json +2 -2
  77. package/packages/firebase/src/config.ts +3 -0
  78. package/packages/i18n/package.json +2 -2
  79. package/packages/modules/lib/firebase/call-app-module.js +12 -0
  80. package/packages/modules/lib/firebase/call-app-module.js.map +1 -1
  81. package/packages/modules/package.json +3 -2
  82. package/packages/modules/src/firebase/call-app-module.ts +12 -0
  83. package/packages/passport/lib/firebase.js +20 -22
  84. package/packages/passport/lib/firebase.js.map +1 -1
  85. package/packages/passport/package.json +2 -2
  86. package/packages/passport/src/firebase.ts +25 -25
  87. package/packages/ssr/package.json +2 -2
  88. package/packages/storefront/package.json +2 -2
  89. package/packages/test-base/package.json +2 -2
  90. package/packages/types/package.json +2 -2
  91. package/ecomplus-stores/barradoce/functions/ssr/public/img/uploads/banner-forma-decora.jpg +0 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
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
+ ## [2.12.0](https://github.com/ecomplus/cloud-commerce/compare/v2.11.2...v2.12.0) (2024-04-07)
6
+
7
+
8
+ ### Features
9
+
10
+ * **pagaleve:** Add new app for Pagaleve payment method ([2bc30d0](https://github.com/ecomplus/cloud-commerce/commit/2bc30d0f3019d1d6938dd344e5a030a232eb9c56))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Add `/assets` dir to exported `files` on many apps package.json (common for payments) ([bd776ac](https://github.com/ecomplus/cloud-commerce/commit/bd776acda9281545df321631a056f35298694edf))
16
+
5
17
  ### [2.11.2](https://github.com/ecomplus/cloud-commerce/compare/v2.11.1...v2.11.2) (2024-04-05)
6
18
 
7
19
  ### [2.11.1](https://github.com/ecomplus/cloud-commerce/compare/v2.11.0...v2.11.1) (2024-04-05)
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "main": "index.js",
17
17
  "dependencies": {
18
- "@cloudcommerce/feeds": "^2.10.7",
19
- "@cloudcommerce/firebase": "^2.10.7",
20
- "@cloudcommerce/passport": "^2.10.7"
18
+ "@cloudcommerce/feeds": "^2.11.2",
19
+ "@cloudcommerce/firebase": "^2.11.2",
20
+ "@cloudcommerce/passport": "^2.11.2"
21
21
  }
22
22
  }
@@ -7,14 +7,14 @@
7
7
  {
8
8
  "startsAt": "",
9
9
  "endsAt": "",
10
- "alt": "FORMAS DE TABLETES | Diversos modelos em diversos materiais | A partir de R$7,90",
11
- "img": "/img/uploads/banner-forma-decora.jpg",
10
+ "alt": "Pasta de pistache cremagusto 100% pura",
11
+ "img": "/img/uploads/banner-pistache.jpg",
12
12
  "mobileImg": "",
13
- "href": "/categoria/formas-de-barra-e-tablete-de-chocolate",
14
- "title": "Formas de tabletes",
15
- "subtitle": "Acetato, 3 partes, Polipropileno, Poliestireno, Policarbonato",
16
- "buttonLink": "/categoria/formas-de-barra-e-tablete-de-chocolate",
17
- "buttonText": "A partir de R$ 7,90"
13
+ "href": "/produto/pasta-saborizante-cremagusto-pistache-160g-aromitalia",
14
+ "title": "Pasta de pistache CremaGusto",
15
+ "subtitle": "100% pura, somente pistache, R$ 89,80",
16
+ "buttonLink": "/categoria/recheios-e-saborizantes",
17
+ "buttonText": "Veja recheios e saborizantes"
18
18
  }
19
19
  ]
20
20
  },
@@ -23,23 +23,16 @@
23
23
  "type": "product-shelf",
24
24
  "collectionIdAndInfo": null,
25
25
  "sort": "",
26
- "title": "Caixas e latas para Páscoa",
27
- "titleLink": "/categorias/caixas-e-latas-de-pascoa",
26
+ "title": "Ingredientes indispensáveis",
27
+ "titleLink": "/categoria/ingredientes",
28
28
  "orderedProductIds": [
29
- "63c5654e4834634f73375f94",
30
- "62eab1aaeb85911216a3bece",
31
- "61f165267963422eeed4bcdc",
32
- "61f160d67963422eeed4abe8",
33
- "63c56cf34834634f7337716e",
34
- "60ec8de8f8aba90b3a15f56b",
35
- "60ebbc6ef8aba90b3a157c58",
36
- "65cf540e87ab487fbfba0ae4",
37
- "65cf540d87ab487fbfba0ae2",
38
- "61f161037963422eeed4accd",
39
- "65c3c0d987ab487fbfae35a3",
40
- "65c3e74e87ab487fbfae799e",
41
- "65c274122cd6b65959255c87",
42
- "65c3c0d887ab487fbfae359f"
29
+ "645d506f4bd2e929c1f893da",
30
+ "6329c1bf73321213f8815a05",
31
+ "60e88834f8aba90b3a14024f",
32
+ "60e916c1f8aba90b3a14735e",
33
+ "60e95281f8aba90b3a147ec9",
34
+ "60ecbb97f8aba90b3a162a5a",
35
+ "6283d475df4d8071c911909c"
43
36
  ],
44
37
  "isHeadless": false,
45
38
  "isShuffle": false,
@@ -50,72 +43,35 @@
50
43
  "type": "product-shelf",
51
44
  "collectionIdAndInfo": null,
52
45
  "sort": "",
53
- "title": "Papéis embrulho para Ovos de Páscoa",
54
- "titleLink": "/categorias/papel-embrulho-para-pascoa",
46
+ "title": "Óleos essenciais para confeitaria",
47
+ "titleLink": "/categoria/essencias-e-aromas",
55
48
  "orderedProductIds": [
56
- "6594ce732cd6b65959f0f9df",
57
- "6594ce492cd6b65959f0f9bd",
58
- "63c53fb54834634f7337015f",
59
- "63d280b5b9e5be0778470cc9",
60
- "61f165287963422eeed4bce4",
61
- "6595a4fb2cd6b65959f1eb17",
62
- "65ae7fe02cd6b659590cef82"
49
+ "60eca051f8aba90b3a160e63",
50
+ "60ec9ff9f8aba90b3a160e0a",
51
+ "60eca022f8aba90b3a160e27",
52
+ "60ec9fd7f8aba90b3a160df1",
53
+ "60ec9fabf8aba90b3a160dc7",
54
+ "60eca081f8aba90b3a160e88",
55
+ "64e3659e2cd6b65959210247"
63
56
  ],
64
57
  "isHeadless": false,
65
58
  "isShuffle": false,
66
59
  "limit": null,
67
60
  "page": 1
68
61
  },
69
- {
70
- "type": "product-shelf",
71
- "collectionIdAndInfo": "63a9ab6d4834634f731f41df:categories::/categorias/transfers-e-formas-decoradas-de-pascoa",
72
- "sort": "-sales",
73
- "title": "Transfers e blisters para Páscoa",
74
- "titleLink": "",
75
- "isHeadless": false,
76
- "isShuffle": false,
77
- "limit": 8,
78
- "page": 1
79
- },
80
- {
81
- "type": "product-shelf",
82
- "collectionIdAndInfo": "63a9a0934834634f731f34f9:categories::/categorias/cortadores-de-pascoa",
83
- "sort": "-sales",
84
- "title": "Cortadores de Páscoa",
85
- "titleLink": "",
86
- "isHeadless": false,
87
- "isShuffle": false,
88
- "limit": 8,
89
- "page": 1
90
- },
91
- {
92
- "type": "product-shelf",
93
- "collectionIdAndInfo": "63a99f7e4834634f731f3276:categories::/categorias/moldes-de-silicone-para-pascoa",
94
- "sort": "-sales",
95
- "title": "Moldes de silicone para Páscoa",
96
- "titleLink": "",
97
- "isHeadless": false,
98
- "isShuffle": false,
99
- "limit": 8,
100
- "page": 1
101
- },
102
62
  {
103
63
  "type": "product-shelf",
104
64
  "collectionIdAndInfo": null,
105
65
  "sort": "",
106
- "title": "Formas de chocolate para Páscoa",
107
- "titleLink": "/categorias/formas-de-chocolate-para-pascoa",
66
+ "title": "Confeitos e granulados",
67
+ "titleLink": "/categoria/granulados-e-confeitos",
108
68
  "orderedProductIds": [
109
- "63a451194834634f731b9c22",
110
- "63a458ac4834634f731ba9b9",
111
- "60eb53e4f8aba90b3a1551b6",
112
- "60eb5387f8aba90b3a15516e",
113
- "63a3028c4834634f731a2776",
114
- "60eb527af8aba90b3a15508d",
115
- "60eb5387f8aba90b3a15516e",
116
- "63a449d34834634f731b91a1",
117
- "60eb5348f8aba90b3a15514f",
118
- "65a4955e2cd6b6595901b85c"
69
+ "60e92192f8aba90b3a1475b3",
70
+ "64120d834bd2e929c19e6ff6",
71
+ "641212f24bd2e929c19e7d10",
72
+ "60e92135f8aba90b3a147599",
73
+ "64134ae84bd2e929c1a066fb",
74
+ "641468194bd2e929c1a1fa0b"
119
75
  ],
120
76
  "isHeadless": false,
121
77
  "isShuffle": false,
@@ -124,21 +80,29 @@
124
80
  },
125
81
  {
126
82
  "type": "product-shelf",
127
- "collectionIdAndInfo": "63a99cbb4834634f731f2f0d:categories::/categorias/confeitos-e-granulados-de-pascoa",
128
- "sort": "-sales",
129
- "title": "Confeitos de açúcar para Páscoa",
130
- "titleLink": "",
83
+ "collectionIdAndInfo": null,
84
+ "sort": "",
85
+ "title": "Corantes para confeitaria",
86
+ "titleLink": "/categoria/corantes-e-anilinas",
87
+ "orderedProductIds": [
88
+ "60eca64ef8aba90b3a1614d8",
89
+ "60ecad90f8aba90b3a161d0b",
90
+ "60ecacdaf8aba90b3a161c24",
91
+ "60ecaeedf8aba90b3a161e43",
92
+ "60eca1c8f8aba90b3a160ff8",
93
+ "60eca2a2f8aba90b3a1610e2"
94
+ ],
131
95
  "isHeadless": false,
132
96
  "isShuffle": false,
133
- "limit": 8,
97
+ "limit": null,
134
98
  "page": 1
135
99
  },
136
100
  {
137
101
  "type": "product-shelf",
138
- "collectionIdAndInfo": "63a996bc4834634f731f27f2:categories::/categorias/fitas-decorativas-de-pascoa",
139
- "sort": "-sales",
140
- "title": "Fitas decorativas para Páscoa",
141
- "titleLink": "",
102
+ "collectionIdAndInfo": null,
103
+ "sort": "-available,-in_stock,-price_discount",
104
+ "title": "Promoções",
105
+ "titleLink": "/p/promocoes",
142
106
  "isHeadless": false,
143
107
  "isShuffle": false,
144
108
  "limit": 8,
@@ -19,16 +19,16 @@
19
19
  },
20
20
  "main": "index.js",
21
21
  "dependencies": {
22
- "@cloudcommerce/api": "^2.10.7",
23
- "@cloudcommerce/firebase": "^2.10.7",
24
- "@cloudcommerce/ssr": "^2.10.7",
22
+ "@cloudcommerce/api": "^2.11.2",
23
+ "@cloudcommerce/firebase": "^2.11.2",
24
+ "@cloudcommerce/ssr": "^2.11.2",
25
25
  "@headlessui/vue": "^1.7.18",
26
26
  "micromark": "^4.0.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@cloudcommerce/i18n": "^2.10.7",
30
- "@cloudcommerce/storefront": "^2.10.7",
31
- "@cloudcommerce/types": "^2.10.7",
29
+ "@cloudcommerce/i18n": "^2.11.2",
30
+ "@cloudcommerce/storefront": "^2.11.2",
31
+ "@cloudcommerce/types": "^2.11.2",
32
32
  "@iconify-json/mingcute": "^1.1.16",
33
33
  "photoswipe": "^5.4.3"
34
34
  }
@@ -2,17 +2,16 @@
2
2
  <div
3
3
  class="mx-auto overflow-x-hidden"
4
4
  :class="hasHeader
5
- ? 'grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-5 items-center'
6
- : null"
5
+ && 'grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-5 items-center'"
7
6
  >
8
7
  <ALink
9
8
  :href="href"
10
9
  prefetch="visible"
10
+ class="md:[clip-path:polygon(6%_0,100%_0,100%_100%,0_100%)] [&_img]:max-w-full"
11
11
  :class="hasHeader
12
- ? 'lg:col-span-3 sm:order-last [&_img]:max-w-full sm:[&_img]:max-w-none'
13
- + ' [&_img]:aspect-video sm:[&_img]:aspect-[2.5] [&_img]:object-cover'
14
- : '[&_img]:max-w-full'"
15
- class="md:[clip-path:polygon(6%_0,100%_0,100%_100%,0_100%)]"
12
+ && 'sm:order-last lg:col-span-3'
13
+ + ' [&_img]:aspect-video [&_img]:object-cover'
14
+ + ' sm:[&_img]:aspect-square lg:[&_img]:aspect-video'"
16
15
  >
17
16
  <slot name="picture" />
18
17
  </ALink>
@@ -29,8 +28,8 @@
29
28
  </Component>
30
29
  <p
31
30
  v-if="parsedSubtitle"
32
- class="mt-4 text-lg font-medium uppercase text-base-800
33
- md:mt-6 lg:text-xl"
31
+ class="mt-4 text-balance text-lg font-medium
32
+ uppercase text-base-800 md:mt-6 lg:text-xl"
34
33
  >
35
34
  {{ parsedSubtitle }}
36
35
  </p>
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "main": "index.js",
17
17
  "dependencies": {
18
- "@cloudcommerce/events": "^2.10.7",
19
- "@cloudcommerce/firebase": "^2.10.7",
20
- "@cloudcommerce/modules": "^2.10.7"
18
+ "@cloudcommerce/events": "^2.11.2",
19
+ "@cloudcommerce/firebase": "^2.11.2",
20
+ "@cloudcommerce/modules": "^2.11.2"
21
21
  }
22
22
  }
@@ -26,10 +26,10 @@
26
26
  "url": "https://github.com/ecomplus/cloud-commerce/issues"
27
27
  },
28
28
  "dependencies": {
29
- "@cloudcommerce/cli": "^2.10.7"
29
+ "@cloudcommerce/cli": "^2.11.2"
30
30
  },
31
31
  "devDependencies": {
32
- "@cloudcommerce/eslint": "^2.10.7",
32
+ "@cloudcommerce/eslint": "^2.11.2",
33
33
  "husky": "^9.0.10",
34
34
  "lint-staged": "^15.2.2"
35
35
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.11.2",
4
+ "version": "2.12.0",
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>",
@@ -36,7 +36,7 @@
36
36
  "vite": "^5.2.7",
37
37
  "vitest": "^1.4.0",
38
38
  "zx": "^7.2.3",
39
- "@cloudcommerce/eslint": "2.11.2"
39
+ "@cloudcommerce/eslint": "2.12.0"
40
40
  },
41
41
  "scripts": {
42
42
  "fix-install": "bash scripts/pre-install.sh && pnpm i",
@@ -2,11 +2,12 @@
2
2
  "name": "@cloudcommerce/__skeleton",
3
3
  "type": "module",
4
4
  "version": "0.0.0",
5
- "description": "E-Com Plus Cloud Commerce",
5
+ "description": "e-com.plus Cloud Commerce",
6
6
  "main": "lib/index.js",
7
7
  "files": [
8
8
  "/lib",
9
9
  "/lib-mjs",
10
+ "/assets",
10
11
  "/types",
11
12
  "/*.{js,mjs,ts}"
12
13
  ],
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/api",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce APIs client/adapter",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",
8
8
  "exports": {
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-affiliate-program",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app for simple affiliate program",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app for simple affiliate program",
6
6
  "main": "lib/index.js",
7
7
  "files": [
8
8
  "/lib",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-correios",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app for Correios shipping calculation",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app for Correios shipping calculation",
6
6
  "main": "lib/index.js",
7
7
  "files": [
8
8
  "/lib",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-custom-payment",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app for simple custom payment methods",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app for simple custom payment methods",
6
6
  "main": "lib/index.js",
7
7
  "files": [
8
8
  "/lib",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-custom-shipping",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app for custom shipping methods",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app for custom shipping methods",
6
6
  "main": "lib/custom-shipping.js",
7
7
  "files": [
8
8
  "/lib",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-datafrete",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app to integrate Datafrete shipping gateway ",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app to integrate Datafrete shipping gateway ",
6
6
  "main": "lib/datafrete.js",
7
7
  "exports": {
8
8
  ".": "./lib/datafrete.js",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-discounts",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app for complex discount rules",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app for complex discount rules",
6
6
  "main": "lib/discounts.js",
7
7
  "files": [
8
8
  "/lib",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-emails",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce default transactional email app",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce default transactional email app",
6
6
  "main": "lib/index.js",
7
7
  "files": [
8
8
  "/lib",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-fb-conversions",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app to send carts/orders to Facebook Conversions API",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app to send carts/orders to Facebook Conversions API",
6
6
  "main": "lib/index.js",
7
7
  "files": [
8
8
  "/lib",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-flash-courier",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app to integrate Flash Courier",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app to integrate Flash Courier",
6
6
  "main": "lib/index.js",
7
7
  "exports": {
8
8
  ".": "./lib/index.js",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-frenet",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app for Frenet shipping calculation",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app for Frenet shipping calculation",
6
6
  "main": "lib/frenet.js",
7
7
  "exports": {
8
8
  ".": "./lib/frenet.js",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-galaxpay",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app to integrate Galax Pay for recurring payments",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app to integrate Galax Pay for recurring payments",
6
6
  "main": "lib/galaxpay.js",
7
7
  "exports": {
8
8
  ".": "./lib/galaxpay.js",
@@ -11,6 +11,7 @@
11
11
  "files": [
12
12
  "/lib",
13
13
  "/lib-mjs",
14
+ "/assets",
14
15
  "/types",
15
16
  "/*.{js,mjs,ts}"
16
17
  ],
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-google-analytics",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app to send carts/orders events to GA Measurement Protocol",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app to send carts/orders events to GA Measurement Protocol",
6
6
  "main": "lib/index.js",
7
7
  "files": [
8
8
  "/lib",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-jadlog",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app for Jadlog shipping calculation",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app for Jadlog shipping calculation",
6
6
  "main": "lib/index.js",
7
7
  "files": [
8
8
  "/lib",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-loyalty-points",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app to handle simple loyalty points programs",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app to handle simple loyalty points programs",
6
6
  "main": "lib/loyalty-points.js",
7
7
  "files": [
8
8
  "/lib",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-mandae",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app to integrate Mandaê shipping intermediator",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app to integrate Mandaê shipping intermediator",
6
6
  "main": "lib/index.js",
7
7
  "files": [
8
8
  "/lib",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-melhor-envio",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app to integrate Melhor Envio",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app to integrate Melhor Envio",
6
6
  "main": "lib/index.js",
7
7
  "exports": {
8
8
  ".": "./lib/index.js",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-mercadopago",
3
3
  "type": "module",
4
- "version": "2.11.2",
5
- "description": "E-Com Plus Cloud Commerce app to integrate Mercado Pago",
4
+ "version": "2.12.0",
5
+ "description": "e-com.plus Cloud Commerce app to integrate Mercado Pago",
6
6
  "main": "lib/mercadopago.js",
7
7
  "exports": {
8
8
  ".": "./lib/mercadopago.js",
@@ -11,6 +11,7 @@
11
11
  "files": [
12
12
  "/lib",
13
13
  "/lib-mjs",
14
+ "/assets",
14
15
  "/types",
15
16
  "/*.{js,mjs,ts}"
16
17
  ],
@@ -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-pagaleve`
@@ -0,0 +1 @@
1
+ export * from './pagaleve';
@@ -0,0 +1,3 @@
1
+ // eslint-disable-next-line import/prefer-default-export
2
+ export * from './pagaleve.js';
3
+ // # sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,wDAAwD;AACxD,cAAc,YAAY,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { AxiosInstance } from 'axios';
2
+ import axios from 'axios';
3
+ declare const Pagaleve: (this: {
4
+ preparing: Promise<void>;
5
+ axios: AxiosInstance;
6
+ }, username: string, password: string, isSandbox?: boolean) => void;
7
+ export default Pagaleve;