cloudcommerce 0.6.9 → 0.6.11
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 +10 -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 -6
- package/ecomplus-stores/monocard/functions/ssr/src/components/LottiePhoneNFC.vue +1 -1
- package/ecomplus-stores/monocard/functions/ssr/src/pages/comprar/index.astro +0 -1
- package/ecomplus-stores/monocard/package.json +1 -1
- package/package.json +4 -4
- 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/datafrete/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/package.json +1 -1
- package/packages/apps/frenet/package.json +1 -1
- package/packages/apps/galaxpay/package.json +1 -1
- package/packages/apps/google-analytics/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/melhor-envio/package.json +1 -1
- package/packages/apps/mercadopago/package.json +1 -1
- package/packages/apps/pagarme/package.json +2 -2
- package/packages/apps/paghiper/package.json +1 -1
- package/packages/apps/pix/package.json +1 -1
- package/packages/apps/tiny-erp/package.json +1 -1
- package/packages/apps/webhooks/package.json +1 -1
- package/packages/cli/config/firebase.json +1 -1
- package/packages/cli/lib/build.js +11 -2
- package/packages/cli/lib/cli.js +5 -3
- package/packages/cli/package.json +1 -1
- package/packages/cli/src/build.ts +12 -2
- package/packages/cli/src/cli.ts +5 -3
- 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 -2
- package/packages/storefront/dist/server/entry.mjs +1 -1
- package/packages/storefront/package.json +2 -2
- package/packages/types/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
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.6.11](https://github.com/ecomplus/cloud-commerce/compare/v0.6.10...v0.6.11) (2023-03-01)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **cli:** Prevent breaking Firebase deploy on SSR warnings ([91dd0cb](https://github.com/ecomplus/cloud-commerce/commit/91dd0cb3adff8886260a0eb9ba31e077e9bb54ca))
|
|
11
|
+
* **ssr:** Fixing `@vueuse/core` dependency semver ([a6351f9](https://github.com/ecomplus/cloud-commerce/commit/a6351f9c376c1eda16ada092595a88ad1e1fe882))
|
|
12
|
+
|
|
13
|
+
### [0.6.10](https://github.com/ecomplus/cloud-commerce/compare/v0.6.9...v0.6.10) (2023-03-01)
|
|
14
|
+
|
|
5
15
|
### [0.6.9](https://github.com/ecomplus/cloud-commerce/compare/v0.6.8...v0.6.9) (2023-03-01)
|
|
6
16
|
|
|
7
17
|
### [0.6.8](https://github.com/ecomplus/cloud-commerce/compare/v0.6.7...v0.6.8) (2023-03-01)
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@astrojs/image": "^0.15.1",
|
|
21
21
|
"@astrojs/node": "^5.0.4",
|
|
22
|
-
"@cloudcommerce/api": "^0.6.
|
|
23
|
-
"@cloudcommerce/firebase": "^0.6.
|
|
24
|
-
"@cloudcommerce/ssr": "^0.6.
|
|
22
|
+
"@cloudcommerce/api": "^0.6.10",
|
|
23
|
+
"@cloudcommerce/firebase": "^0.6.10",
|
|
24
|
+
"@cloudcommerce/ssr": "^0.6.10",
|
|
25
25
|
"@vueuse/motion": "2.0.0-beta.22"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@cloudcommerce/i18n": "^0.6.
|
|
29
|
-
"@cloudcommerce/storefront": "^0.6.
|
|
30
|
-
"@cloudcommerce/types": "^0.6.
|
|
28
|
+
"@cloudcommerce/i18n": "^0.6.10",
|
|
29
|
+
"@cloudcommerce/storefront": "^0.6.10",
|
|
30
|
+
"@cloudcommerce/types": "^0.6.10",
|
|
31
31
|
"@fontsource/inter": "^4.5.15",
|
|
32
32
|
"@iconify-json/ri": "^1.1.5",
|
|
33
33
|
"@iconify-json/wpf": "^1.1.4",
|
|
@@ -32,7 +32,6 @@ window.monocardWithLogo = ${JSON.stringify(monocardWithLogo)};`;
|
|
|
32
32
|
<a id="como-funciona"></a>
|
|
33
33
|
<DemoVideo width="900" />
|
|
34
34
|
<a href="#comprar" role="button" class="text-xl mt-10">
|
|
35
|
-
<i class="i-arrow-up-circle mr-1"></i>
|
|
36
35
|
Crie seu Monocard
|
|
37
36
|
</a>
|
|
38
37
|
</div>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cloudcommerce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.11",
|
|
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>",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"@commitlint/config-conventional": "^17.4.4",
|
|
21
21
|
"@commitlint/rules": "^17.4.4",
|
|
22
22
|
"@types/node": "^18.14.2",
|
|
23
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
24
|
-
"@typescript-eslint/parser": "^5.
|
|
23
|
+
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
|
24
|
+
"@typescript-eslint/parser": "^5.54.0",
|
|
25
25
|
"esbuild": "^0.17.10",
|
|
26
26
|
"eslint": "^8.35.0",
|
|
27
27
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"typescript": "^4.9.5",
|
|
35
35
|
"uglify-js": "^3.17.4",
|
|
36
36
|
"vite": "^4.1.4",
|
|
37
|
-
"vitest": "^0.29.
|
|
37
|
+
"vitest": "^0.29.2",
|
|
38
38
|
"zx": "^7.2.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudcommerce/app-pagarme",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.11",
|
|
5
5
|
"description": "E-Com Plus Cloud Commerce app to integrate Pagar.me",
|
|
6
6
|
"main": "lib/pagarme.js",
|
|
7
7
|
"exports": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"axios": "^1.3.4",
|
|
29
29
|
"firebase-admin": "^11.5.0",
|
|
30
30
|
"firebase-functions": "^4.2.1",
|
|
31
|
-
"pagarme": "^4.
|
|
31
|
+
"pagarme": "^4.31.0",
|
|
32
32
|
"qs": "^6.11.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { join as joinPath } from 'node:path';
|
|
2
|
-
import { fs } from 'zx';
|
|
2
|
+
import { $, fs } from 'zx';
|
|
3
3
|
|
|
4
4
|
const copyFunctionsConfig = async () => {
|
|
5
5
|
const functionsDir = joinPath(process.cwd(), 'functions');
|
|
@@ -24,5 +24,14 @@ const copyFunctionsConfig = async () => {
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
};
|
|
27
|
+
const buildCodebase = async (codebase) => {
|
|
28
|
+
copyFunctionsConfig();
|
|
29
|
+
if (codebase === 'ssr') {
|
|
30
|
+
await $`npm --prefix "functions/ssr" run build 2>ssr-build-warns.log &&
|
|
31
|
+
printf '\n--- // ---\n' && cat ssr-build-warns.log`;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export default buildCodebase;
|
|
27
36
|
|
|
28
|
-
export
|
|
37
|
+
export { buildCodebase, copyFunctionsConfig };
|
package/packages/cli/lib/cli.js
CHANGED
|
@@ -52,7 +52,9 @@ export default async () => {
|
|
|
52
52
|
return $`firebase --project=${projectId} ${cmd} ${options}`;
|
|
53
53
|
};
|
|
54
54
|
if (argv._.includes('serve')) {
|
|
55
|
-
|
|
55
|
+
if (argv.build !== false) {
|
|
56
|
+
await build(argv.codebase);
|
|
57
|
+
}
|
|
56
58
|
return $firebase('emulators:start').catch(async (err) => {
|
|
57
59
|
await echo`
|
|
58
60
|
Try killing open emulators with:
|
|
@@ -71,7 +73,7 @@ ${chalk.bold('npx kill-port 4000 9099 5001 8080 5000 8085 9199 4400 4500')}
|
|
|
71
73
|
return $firebase('functions:log');
|
|
72
74
|
}
|
|
73
75
|
if (argv._.includes('build')) {
|
|
74
|
-
return build();
|
|
76
|
+
return build(argv.codebase);
|
|
75
77
|
}
|
|
76
78
|
if (argv._.includes('deploy')) {
|
|
77
79
|
return $firebase('deploy');
|
|
@@ -91,7 +93,7 @@ ECOM_STORE_ID=${storeId}
|
|
|
91
93
|
}
|
|
92
94
|
if (argv.commit !== false) {
|
|
93
95
|
await fs.writeFile(path.join(pwd, 'functions', 'config.json'), JSON.stringify({ storeId }, null, 2));
|
|
94
|
-
await build();
|
|
96
|
+
await build(argv.codebase);
|
|
95
97
|
try {
|
|
96
98
|
await $`git add .firebaserc functions/config.json`;
|
|
97
99
|
await $`git commit -m "Setup store [skip ci]"`;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { join as joinPath } from 'node:path';
|
|
2
|
-
import { fs } from 'zx';
|
|
2
|
+
import { $, fs } from 'zx';
|
|
3
3
|
|
|
4
4
|
const copyFunctionsConfig = async () => {
|
|
5
5
|
const functionsDir = joinPath(process.cwd(), 'functions');
|
|
@@ -28,4 +28,14 @@ const copyFunctionsConfig = async () => {
|
|
|
28
28
|
}
|
|
29
29
|
};
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
const buildCodebase = async (codebase?: string) => {
|
|
32
|
+
copyFunctionsConfig();
|
|
33
|
+
if (codebase === 'ssr') {
|
|
34
|
+
await $`npm --prefix "functions/ssr" run build 2>ssr-build-warns.log &&
|
|
35
|
+
printf '\n--- // ---\n' && cat ssr-build-warns.log`;
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export default buildCodebase;
|
|
40
|
+
|
|
41
|
+
export { buildCodebase, copyFunctionsConfig };
|
package/packages/cli/src/cli.ts
CHANGED
|
@@ -67,7 +67,9 @@ export default async () => {
|
|
|
67
67
|
};
|
|
68
68
|
|
|
69
69
|
if (argv._.includes('serve')) {
|
|
70
|
-
|
|
70
|
+
if (argv.build !== false) {
|
|
71
|
+
await build(argv.codebase);
|
|
72
|
+
}
|
|
71
73
|
return $firebase('emulators:start').catch(async (err: any) => {
|
|
72
74
|
await echo`
|
|
73
75
|
Try killing open emulators with:
|
|
@@ -87,7 +89,7 @@ ${chalk.bold('npx kill-port 4000 9099 5001 8080 5000 8085 9199 4400 4500')}
|
|
|
87
89
|
return $firebase('functions:log');
|
|
88
90
|
}
|
|
89
91
|
if (argv._.includes('build')) {
|
|
90
|
-
return build();
|
|
92
|
+
return build(argv.codebase);
|
|
91
93
|
}
|
|
92
94
|
if (argv._.includes('deploy')) {
|
|
93
95
|
return $firebase('deploy');
|
|
@@ -116,7 +118,7 @@ ECOM_STORE_ID=${storeId}
|
|
|
116
118
|
JSON.stringify({ storeId }, null, 2),
|
|
117
119
|
);
|
|
118
120
|
|
|
119
|
-
await build();
|
|
121
|
+
await build(argv.codebase);
|
|
120
122
|
try {
|
|
121
123
|
await $`git add .firebaserc functions/config.json`;
|
|
122
124
|
await $`git commit -m "Setup store [skip ci]"`;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudcommerce/ssr",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.11",
|
|
5
5
|
"description": "E-Com Plus Cloud Commerce storefront SSR",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@cloudcommerce/i18n": "workspace:*",
|
|
31
31
|
"@ecomplus/utils": "1.5.0-rc.3",
|
|
32
32
|
"@headlessui/vue": "^1.7.11",
|
|
33
|
-
"@vueuse/core": "
|
|
33
|
+
"@vueuse/core": "9.12.0",
|
|
34
34
|
"astro": "^2.0.16",
|
|
35
35
|
"firebase-admin": "^11.5.0",
|
|
36
36
|
"firebase-functions": "^4.2.1",
|
|
@@ -3409,7 +3409,7 @@ const _renderer1 = {
|
|
|
3409
3409
|
const pageMap = new Map([["../../node_modules/.pnpm/@astrojs+image@0.15.1_astro@2.0.16+sharp@0.31.3/node_modules/@astrojs/image/dist/endpoint.js", _page0],["src/pages/index.astro", _page1],["src/pages/fallback.astro", _page2],["src/pages/app/index.astro", _page3],["src/pages/app/account.astro", _page4],["src/pages/[...slug].astro", _page5],]);
|
|
3410
3410
|
const renderers = [Object.assign({"name":"astro:jsx","serverEntrypoint":"astro/jsx/server.js","jsxImportSource":"astro"}, { ssr: server_default }),Object.assign({"name":"@astrojs/vue","clientEntrypoint":"@astrojs/vue/client.js","serverEntrypoint":"@astrojs/vue/server.js"}, { ssr: _renderer1 }),];
|
|
3411
3411
|
|
|
3412
|
-
const _manifest = Object.assign(deserializeManifest({"adapterName":"@astrojs/node","routes":[{"file":"","links":[],"scripts":[],"routeData":{"type":"endpoint","route":"/_image","pattern":"^\\/_image$","segments":[[{"content":"_image","dynamic":false,"spread":false}]],"params":[],"component":"../../node_modules/.pnpm/@astrojs+image@0.15.1_astro@2.0.16+sharp@0.31.3/node_modules/@astrojs/image/dist/endpoint.js","pathname":"/_image","prerender":false,"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["_astro/_...slug_.0607a6ef.css","_astro/index.0c833781.css"],"scripts":[{"type":"external","value":"_astro/hoisted.721ad75d.js"}],"routeData":{"route":"/","type":"page","pattern":"^\\/$","segments":[],"params":[],"component":"src/pages/index.astro","pathname":"/","prerender":false,"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["_astro/_...slug_.0607a6ef.css"],"scripts":[{"type":"external","value":"_astro/hoisted.721ad75d.js"}],"routeData":{"route":"/fallback","type":"page","pattern":"^\\/fallback\\/?$","segments":[[{"content":"fallback","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/fallback.astro","pathname":"/fallback","prerender":false,"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[],"routeData":{"route":"/app","type":"page","pattern":"^\\/app\\/?$","segments":[[{"content":"app","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/app/index.astro","pathname":"/app","prerender":false,"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[],"routeData":{"route":"/app/account","type":"page","pattern":"^\\/app\\/account\\/?$","segments":[[{"content":"app","dynamic":false,"spread":false}],[{"content":"account","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/app/account.astro","pathname":"/app/account","prerender":false,"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["_astro/_...slug_.0607a6ef.css"],"scripts":[{"type":"external","value":"_astro/hoisted.721ad75d.js"}],"routeData":{"route":"/[...slug]","type":"page","pattern":"^(?:\\/(.*?))?\\/?$","segments":[[{"content":"...slug","dynamic":true,"spread":true}]],"params":["...slug"],"component":"src/pages/[...slug].astro","prerender":false,"_meta":{"trailingSlash":"ignore"}}}],"site":"https://ecom2-002.web.app","base":"/","markdown":{"drafts":false,"syntaxHighlight":"shiki","shikiConfig":{"langs":[],"theme":"github-dark","wrap":false},"remarkPlugins":[],"rehypePlugins":[],"remarkRehype":{},"gfm":true,"smartypants":true,"contentDir":"file:///home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/content/"},"pageMap":null,"propagation":[],"renderers":[],"entryModules":{"\u0000@astrojs-ssr-virtual-entry":"_@astrojs-ssr-virtual-entry.mjs","@@sf/components/ProductCard.vue":"_astro/ProductCard.7e891c08.js","
|
|
3412
|
+
const _manifest = Object.assign(deserializeManifest({"adapterName":"@astrojs/node","routes":[{"file":"","links":[],"scripts":[],"routeData":{"type":"endpoint","route":"/_image","pattern":"^\\/_image$","segments":[[{"content":"_image","dynamic":false,"spread":false}]],"params":[],"component":"../../node_modules/.pnpm/@astrojs+image@0.15.1_astro@2.0.16+sharp@0.31.3/node_modules/@astrojs/image/dist/endpoint.js","pathname":"/_image","prerender":false,"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["_astro/_...slug_.0607a6ef.css","_astro/index.0c833781.css"],"scripts":[{"type":"external","value":"_astro/hoisted.721ad75d.js"}],"routeData":{"route":"/","type":"page","pattern":"^\\/$","segments":[],"params":[],"component":"src/pages/index.astro","pathname":"/","prerender":false,"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["_astro/_...slug_.0607a6ef.css"],"scripts":[{"type":"external","value":"_astro/hoisted.721ad75d.js"}],"routeData":{"route":"/fallback","type":"page","pattern":"^\\/fallback\\/?$","segments":[[{"content":"fallback","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/fallback.astro","pathname":"/fallback","prerender":false,"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[],"routeData":{"route":"/app","type":"page","pattern":"^\\/app\\/?$","segments":[[{"content":"app","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/app/index.astro","pathname":"/app","prerender":false,"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[],"routeData":{"route":"/app/account","type":"page","pattern":"^\\/app\\/account\\/?$","segments":[[{"content":"app","dynamic":false,"spread":false}],[{"content":"account","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/app/account.astro","pathname":"/app/account","prerender":false,"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["_astro/_...slug_.0607a6ef.css"],"scripts":[{"type":"external","value":"_astro/hoisted.721ad75d.js"}],"routeData":{"route":"/[...slug]","type":"page","pattern":"^(?:\\/(.*?))?\\/?$","segments":[[{"content":"...slug","dynamic":true,"spread":true}]],"params":["...slug"],"component":"src/pages/[...slug].astro","prerender":false,"_meta":{"trailingSlash":"ignore"}}}],"site":"https://ecom2-002.web.app","base":"/","markdown":{"drafts":false,"syntaxHighlight":"shiki","shikiConfig":{"langs":[],"theme":"github-dark","wrap":false},"remarkPlugins":[],"rehypePlugins":[],"remarkRehype":{},"gfm":true,"smartypants":true,"contentDir":"file:///home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/content/"},"pageMap":null,"propagation":[],"renderers":[],"entryModules":{"\u0000@astrojs-ssr-virtual-entry":"_@astrojs-ssr-virtual-entry.mjs","@@sf/components/ProductCard.vue":"_astro/ProductCard.7e891c08.js","~/components/Prices.vue":"_astro/Prices.55399c72.js","@astrojs/vue/client.js":"_astro/client.0de2f274.js","~/components/PitchBar.vue":"_astro/PitchBar.db7cd775.js","/astro/hoisted.js?q=0":"_astro/hoisted.721ad75d.js","/home/leo/code/ecomplus/cloud-commerce/node_modules/workbox-window/build/workbox-window.prod.es5.mjs":"_astro/workbox-window.prod.es5.295a6886.js","~/components/ShopHeader.vue":"_astro/ShopHeader.301e109b.js","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/scripts/firebase-app.ts":"_astro/firebase-app.7ce2ebb1.js","astro:scripts/before-hydration.js":""},"assets":["/_astro/index.0c833781.css","/_astro/server.1bc2fa51.css","/_astro/_...slug_.0607a6ef.css","/manifest.webmanifest","/robots.txt","/sw.js","/workbox-e0d788d4.js","/_astro/PitchBar.db7cd775.js","/_astro/Prices.55399c72.js","/_astro/ProductCard.7e891c08.js","/_astro/ShopHeader.301e109b.js","/_astro/_plugin-vue_export-helper.77ed7c18.js","/_astro/client.0de2f274.js","/_astro/firebase-app.7ce2ebb1.js","/_astro/format-money.ab6b71eb.js","/_astro/hoisted.721ad75d.js","/_astro/idle-callback.889bf0ea.js","/_astro/index.16f33784.js","/_astro/modules-info.06ac0727.js","/_astro/preload-helper.101896b7.js","/_astro/runtime-dom.esm-bundler.d2f39f33.js","/_astro/session-utm.72684b84.js","/_astro/workbox-window.prod.es5.295a6886.js","/admin/config.json","/assets/cms-preview.css","/assets/cms.css","/assets/cvv.png","/assets/img-placeholder.png","/assets/payments.png","/assets/ssl-safe.png","/img/icon.png","/img/large-icon.png","/img/uploads/banner1.png","/img/uploads/banner2.png","/img/uploads/banner2.webp","/img/uploads/favicon.png","/img/uploads/headless.png","/img/uploads/headphone.png","/img/uploads/headphone.webp","/img/uploads/icon.png","/img/uploads/large-icon.png","/img/uploads/logo.png","/img/uploads/logo.webp","/img/uploads/og-image.png","/img/uploads/passion.png","/img/uploads/passion.webp","/img/uploads/pwa-reliable.png","/img/uploads/rect8589.png","/img/uploads/rect859.png","/img/uploads/rect89.png","/img/uploads/rect89.webp","/img/uploads/ssl-safe.png"]}), {
|
|
3413
3413
|
pageMap: pageMap,
|
|
3414
3414
|
renderers: renderers
|
|
3415
3415
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudcommerce/storefront",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.11",
|
|
5
5
|
"description": "E-Com Plus Cloud Commerce storefront with Astro",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"repository": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"semver": "^7.3.8",
|
|
50
50
|
"sharp": "^0.31.3",
|
|
51
51
|
"tailwindcss": "^3.2.7",
|
|
52
|
-
"unocss": "^0.50.
|
|
52
|
+
"unocss": "^0.50.3",
|
|
53
53
|
"vite": "^4.1.4",
|
|
54
54
|
"vite-plugin-pwa": "^0.14.4",
|
|
55
55
|
"vue": "^3.2.47"
|