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.
- package/CHANGELOG.md +12 -0
- package/ecomplus-stores/barradoce/functions/many/package.json +3 -3
- package/ecomplus-stores/barradoce/functions/ssr/content/pages/home.json +50 -86
- package/ecomplus-stores/barradoce/functions/ssr/package.json +6 -6
- package/ecomplus-stores/barradoce/functions/ssr/public/img/uploads/banner-pistache.jpg +0 -0
- package/ecomplus-stores/barradoce/functions/ssr/src/components/Banner.vue +7 -8
- package/ecomplus-stores/barradoce/functions/with-apps/package.json +3 -3
- package/ecomplus-stores/barradoce/package.json +2 -2
- package/package.json +2 -2
- package/packages/__skeleton/package.json +2 -1
- package/packages/api/package.json +2 -2
- package/packages/apps/affiliate-program/package.json +2 -2
- package/packages/apps/correios/package.json +2 -2
- package/packages/apps/custom-payment/package.json +2 -2
- package/packages/apps/custom-shipping/package.json +2 -2
- package/packages/apps/datafrete/package.json +2 -2
- package/packages/apps/discounts/package.json +2 -2
- package/packages/apps/emails/package.json +2 -2
- package/packages/apps/fb-conversions/package.json +2 -2
- package/packages/apps/flash-courier/package.json +2 -2
- package/packages/apps/frenet/package.json +2 -2
- package/packages/apps/galaxpay/package.json +3 -2
- package/packages/apps/google-analytics/package.json +2 -2
- package/packages/apps/jadlog/package.json +2 -2
- package/packages/apps/loyalty-points/package.json +2 -2
- package/packages/apps/mandae/package.json +2 -2
- package/packages/apps/melhor-envio/package.json +2 -2
- package/packages/apps/mercadopago/package.json +3 -2
- package/packages/apps/pagaleve/CHANGELOG.md +1 -0
- package/packages/apps/pagaleve/README.md +1 -0
- package/packages/apps/pagaleve/lib/index.d.ts +1 -0
- package/packages/apps/pagaleve/lib/index.js +3 -0
- package/packages/apps/pagaleve/lib/index.js.map +1 -0
- package/packages/apps/pagaleve/lib/pagaleve-constructor.d.ts +7 -0
- package/packages/apps/pagaleve/lib/pagaleve-constructor.js +78 -0
- package/packages/apps/pagaleve/lib/pagaleve-constructor.js.map +1 -0
- package/packages/apps/pagaleve/lib/pagaleve-create-transaction.d.ts +7 -0
- package/packages/apps/pagaleve/lib/pagaleve-create-transaction.js +148 -0
- package/packages/apps/pagaleve/lib/pagaleve-create-transaction.js.map +1 -0
- package/packages/apps/pagaleve/lib/pagaleve-list-payments.d.ts +7 -0
- package/packages/apps/pagaleve/lib/pagaleve-list-payments.js +113 -0
- package/packages/apps/pagaleve/lib/pagaleve-list-payments.js.map +1 -0
- package/packages/apps/pagaleve/lib/pagaleve-webhook.d.ts +4 -0
- package/packages/apps/pagaleve/lib/pagaleve-webhook.js +135 -0
- package/packages/apps/pagaleve/lib/pagaleve-webhook.js.map +1 -0
- package/packages/apps/pagaleve/lib/pagaleve.d.ts +12 -0
- package/packages/apps/pagaleve/lib/pagaleve.js +12 -0
- package/packages/apps/pagaleve/lib/pagaleve.js.map +1 -0
- package/packages/apps/pagaleve/package.json +43 -0
- package/packages/apps/pagaleve/src/index.ts +2 -0
- package/packages/apps/pagaleve/src/pagaleve-constructor.ts +85 -0
- package/packages/apps/pagaleve/src/pagaleve-create-transaction.ts +161 -0
- package/packages/apps/pagaleve/src/pagaleve-list-payments.ts +122 -0
- package/packages/apps/pagaleve/src/pagaleve-webhook.ts +150 -0
- package/packages/apps/pagaleve/src/pagaleve.ts +12 -0
- package/packages/apps/pagaleve/tsconfig.json +6 -0
- package/packages/apps/pagaleve/webhook.js +1 -0
- package/packages/apps/pagarme/package.json +3 -2
- package/packages/apps/pagarme-v5/package.json +3 -2
- package/packages/apps/paghiper/package.json +2 -2
- package/packages/apps/pix/package.json +2 -2
- package/packages/apps/tiny-erp/package.json +2 -2
- package/packages/apps/webhooks/package.json +2 -2
- package/packages/cli/package.json +2 -2
- package/packages/config/package.json +2 -2
- package/packages/emails/package.json +2 -2
- package/packages/eslint/package.json +2 -2
- package/packages/events/lib/firebase.js +2 -0
- package/packages/events/lib/firebase.js.map +1 -1
- package/packages/events/package.json +3 -2
- package/packages/events/src/firebase.ts +2 -0
- package/packages/feeds/package.json +2 -2
- package/packages/firebase/lib/config.d.ts +3 -0
- package/packages/firebase/lib/config.js +3 -0
- package/packages/firebase/lib/config.js.map +1 -1
- package/packages/firebase/package.json +2 -2
- package/packages/firebase/src/config.ts +3 -0
- package/packages/i18n/package.json +2 -2
- package/packages/modules/lib/firebase/call-app-module.js +12 -0
- package/packages/modules/lib/firebase/call-app-module.js.map +1 -1
- package/packages/modules/package.json +3 -2
- package/packages/modules/src/firebase/call-app-module.ts +12 -0
- package/packages/passport/lib/firebase.js +20 -22
- package/packages/passport/lib/firebase.js.map +1 -1
- package/packages/passport/package.json +2 -2
- package/packages/passport/src/firebase.ts +25 -25
- package/packages/ssr/package.json +2 -2
- package/packages/storefront/package.json +2 -2
- package/packages/test-base/package.json +2 -2
- package/packages/types/package.json +2 -2
- 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.
|
|
19
|
-
"@cloudcommerce/firebase": "^2.
|
|
20
|
-
"@cloudcommerce/passport": "^2.
|
|
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": "
|
|
11
|
-
"img": "/img/uploads/banner-
|
|
10
|
+
"alt": "Pasta de pistache cremagusto 100% pura",
|
|
11
|
+
"img": "/img/uploads/banner-pistache.jpg",
|
|
12
12
|
"mobileImg": "",
|
|
13
|
-
"href": "/
|
|
14
|
-
"title": "
|
|
15
|
-
"subtitle": "
|
|
16
|
-
"buttonLink": "/categoria/
|
|
17
|
-
"buttonText": "
|
|
13
|
+
"href": "/produto/pasta-saborizante-cremagusto-pistache-160g-aromitalia",
|
|
14
|
+
"title": "Pasta de pistache CremaGusto",
|
|
15
|
+
"subtitle": "100% pura, somente pistache, só 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": "
|
|
27
|
-
"titleLink": "/
|
|
26
|
+
"title": "Ingredientes indispensáveis",
|
|
27
|
+
"titleLink": "/categoria/ingredientes",
|
|
28
28
|
"orderedProductIds": [
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
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": "
|
|
54
|
-
"titleLink": "/
|
|
46
|
+
"title": "Óleos essenciais para confeitaria",
|
|
47
|
+
"titleLink": "/categoria/essencias-e-aromas",
|
|
55
48
|
"orderedProductIds": [
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
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": "
|
|
107
|
-
"titleLink": "/
|
|
66
|
+
"title": "Confeitos e granulados",
|
|
67
|
+
"titleLink": "/categoria/granulados-e-confeitos",
|
|
108
68
|
"orderedProductIds": [
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
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":
|
|
128
|
-
"sort": "
|
|
129
|
-
"title": "
|
|
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":
|
|
97
|
+
"limit": null,
|
|
134
98
|
"page": 1
|
|
135
99
|
},
|
|
136
100
|
{
|
|
137
101
|
"type": "product-shelf",
|
|
138
|
-
"collectionIdAndInfo":
|
|
139
|
-
"sort": "-
|
|
140
|
-
"title": "
|
|
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.
|
|
23
|
-
"@cloudcommerce/firebase": "^2.
|
|
24
|
-
"@cloudcommerce/ssr": "^2.
|
|
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.
|
|
30
|
-
"@cloudcommerce/storefront": "^2.
|
|
31
|
-
"@cloudcommerce/types": "^2.
|
|
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
|
}
|
|
Binary file
|
|
@@ -2,17 +2,16 @@
|
|
|
2
2
|
<div
|
|
3
3
|
class="mx-auto overflow-x-hidden"
|
|
4
4
|
:class="hasHeader
|
|
5
|
-
|
|
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
|
-
|
|
13
|
-
+ ' [&_img]:aspect-video
|
|
14
|
-
|
|
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
|
|
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.
|
|
19
|
-
"@cloudcommerce/firebase": "^2.
|
|
20
|
-
"@cloudcommerce/modules": "^2.
|
|
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.
|
|
29
|
+
"@cloudcommerce/cli": "^2.11.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@cloudcommerce/eslint": "^2.
|
|
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.
|
|
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.
|
|
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": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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.
|
|
5
|
-
"description": "
|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,wDAAwD;AACxD,cAAc,YAAY,CAAC"}
|