@faststore/core 3.0.101 → 3.0.102
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/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +3 -3
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +1 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/next-minimal-server.js.nft.json +1 -1
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/21.js +1 -1
- package/.next/server/chunks/640.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/500.js +1 -1
- package/.next/server/pages/en-US/404.html +2 -2
- package/.next/server/pages/en-US/500.html +2 -2
- package/.next/server/pages/en-US/account.html +2 -2
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US.html +2 -2
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/chunks/pages/{_app-7deae35cb9a1b7bd.js → _app-6924f88a306b722a.js} +1 -1
- package/.next/trace +95 -95
- package/.turbo/turbo-build.log +2 -2
- package/.turbo/turbo-test.log +4 -4
- package/package.json +2 -2
- package/src/pages/_app.tsx +3 -1
- /package/.next/static/{CyBhzuxuptFyp8aiDnuve → 23VrboT1LepPlDRJbYEmF}/_buildManifest.js +0 -0
- /package/.next/static/{CyBhzuxuptFyp8aiDnuve → 23VrboT1LepPlDRJbYEmF}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -46,8 +46,8 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
46
46
|
Collecting page data ...
|
|
47
47
|
Generating static pages (0/7) ...
|
|
48
48
|
|
|
49
49
|
Generating static pages (1/7)
|
|
50
|
-
|
|
51
50
|
Generating static pages (3/7)
|
|
52
51
|
Warning: Dynamic Content not found for the page: home. Refer to the Dynamic Content documentation at https://developers.vtex.com/docs/guides/faststore/dynamic-content-overview for mapping the page and the corresponding data-fetching function.
|
|
52
|
+
|
|
53
53
|
Generating static pages (3/7)
|
|
54
54
|
|
|
55
55
|
Generating static pages (5/7)
|
|
56
56
|
|
|
57
57
|
✓ Generating static pages (7/7)
|
|
58
58
|
Finalizing page optimization ...
|
|
@@ -74,7 +74,7 @@ Route (pages) Size First Load JS
|
|
|
74
74
|
+ First Load JS shared by all 96.6 kB
|
|
75
75
|
├ chunks/framework-8e279965036b6169.js 45.4 kB
|
|
76
76
|
├ chunks/main-6f63f6746cc029db.js 33.1 kB
|
|
77
|
-
├ chunks/pages/_app-
|
|
77
|
+
├ chunks/pages/_app-6924f88a306b722a.js 12.6 kB
|
|
78
78
|
├ chunks/webpack-38982d1550c1a866.js 2.45 kB
|
|
79
79
|
└ css/ee0556daedda6306.css 3.07 kB
|
|
80
80
|
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
$ jest
|
|
2
|
-
PASS test/
|
|
3
|
-
PASS test/
|
|
4
|
-
PASS test/server/index.test.ts (35.
|
|
2
|
+
PASS test/utils/multipleTemplates.test.ts (31.573 s)
|
|
3
|
+
PASS test/server/cms/index.test.ts (32.898 s)
|
|
4
|
+
PASS test/server/index.test.ts (35.323 s)
|
|
5
5
|
|
|
6
6
|
Test Suites: 3 passed, 3 total
|
|
7
7
|
Tests: 19 passed, 19 total
|
|
8
8
|
Snapshots: 0 total
|
|
9
|
-
Time: 36.
|
|
9
|
+
Time: 36.323 s
|
|
10
10
|
Ran all test suites.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.102",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "vtex/faststore",
|
|
6
6
|
"browserslist": "supports es6-module and not dead",
|
|
@@ -130,5 +130,5 @@
|
|
|
130
130
|
"node": "18.19.0",
|
|
131
131
|
"yarn": "1.19.1"
|
|
132
132
|
},
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "ea149271ded00f5820d598babb39d79585c43e4f"
|
|
134
134
|
}
|
package/src/pages/_app.tsx
CHANGED
|
@@ -5,8 +5,10 @@ import Layout from 'src/Layout'
|
|
|
5
5
|
import AnalyticsHandler from 'src/sdk/analytics'
|
|
6
6
|
import ErrorBoundary from 'src/sdk/error/ErrorBoundary'
|
|
7
7
|
import SEO from '../../next-seo.config'
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
// FastStore UI's base styles
|
|
9
10
|
import '../styles/global/index.scss'
|
|
11
|
+
import '../customizations/src/themes/index.scss'
|
|
10
12
|
|
|
11
13
|
import { DefaultSeo } from 'next-seo'
|
|
12
14
|
|
|
File without changes
|
|
File without changes
|