@faststore/core 2.1.49 → 2.1.53
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 +39 -39
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +1 -1
- package/.next/cache/next-server.js.nft.json +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-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/350.js +1 -1
- package/.next/server/chunks/74.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.js.nft.json +1 -1
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/account.js.nft.json +1 -1
- package/.next/server/pages/api/graphql.js +1 -1
- package/.next/server/pages/checkout.js.nft.json +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/index.js.nft.json +1 -1
- package/.next/server/pages/login.js.nft.json +1 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +5 -5
- package/.next/static/chunks/548-6b23e7ad82cd22b9.js +1 -0
- package/.next/static/chunks/{706-2646f0498b6476bc.js → 706-b3046536d4b7dd3f.js} +1 -1
- package/.next/static/chunks/{738-67a288ca3569cdbb.js → 738-a5ff304828f20cbf.js} +1 -1
- package/.next/static/chunks/{791-ca162aa335ec6439.js → 791-5b3d23f5b6100959.js} +1 -1
- package/.next/static/chunks/{webpack-34d2a614c8d380bd.js → webpack-63838fd23f69de45.js} +1 -1
- package/.next/static/css/a4effc58a718c27a.css +1 -0
- package/.next/static/{8N31Y8cETHTcgu0JN3srZ → zNldw1SvMV6q0YSYCBqoy}/_buildManifest.js +1 -1
- package/.next/trace +80 -80
- package/.turbo/turbo-build.log +1 -1
- package/package.json +8 -8
- package/.next/static/chunks/548-ab84e9e8b49413ab.js +0 -1
- package/.next/static/css/740484ecd703982d.css +0 -1
- /package/.next/static/{8N31Y8cETHTcgu0JN3srZ → zNldw1SvMV6q0YSYCBqoy}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -39,7 +39,7 @@ Route (pages) Size First Load JS
|
|
|
39
39
|
├ chunks/framework-dfd14d7ce6600b03.js 45.3 kB
|
|
40
40
|
├ chunks/main-fd466221927468fd.js 23.9 kB
|
|
41
41
|
├ chunks/pages/_app-9b6c4be3c7a42b65.js 6.39 kB
|
|
42
|
-
├ chunks/webpack-
|
|
42
|
+
├ chunks/webpack-63838fd23f69de45.js 2.3 kB
|
|
43
43
|
└ css/ebc1e9d3e686bad3.css 2.78 kB
|
|
44
44
|
|
|
45
45
|
λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.53",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"browserslist": "supports es6-module and not dead",
|
|
6
6
|
"scripts": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"@envelop/graphql-jit": "^1.1.1",
|
|
30
30
|
"@envelop/parser-cache": "^2.2.0",
|
|
31
31
|
"@envelop/validation-cache": "^2.2.0",
|
|
32
|
-
"@faststore/api": "^2.1.
|
|
33
|
-
"@faststore/components": "^2.1.
|
|
34
|
-
"@faststore/graphql-utils": "^2.1.
|
|
35
|
-
"@faststore/sdk": "^2.1.
|
|
36
|
-
"@faststore/ui": "^2.1.
|
|
32
|
+
"@faststore/api": "^2.1.53",
|
|
33
|
+
"@faststore/components": "^2.1.53",
|
|
34
|
+
"@faststore/graphql-utils": "^2.1.53",
|
|
35
|
+
"@faststore/sdk": "^2.1.53",
|
|
36
|
+
"@faststore/ui": "^2.1.53",
|
|
37
37
|
"@types/react": "^18.0.14",
|
|
38
38
|
"@vtex/client-cms": "^0.2.12",
|
|
39
39
|
"autoprefixer": "^10.4.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@cypress/code-coverage": "^3.9.10",
|
|
64
|
-
"@faststore/eslint-config": "^2.1.
|
|
64
|
+
"@faststore/eslint-config": "^2.1.53",
|
|
65
65
|
"@faststore/lighthouse": "^1.12.32",
|
|
66
66
|
"@graphql-codegen/cli": "^2.6.2",
|
|
67
67
|
"@graphql-codegen/typescript": "^2.5.1",
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"msw": {
|
|
111
111
|
"workerDirectory": "public"
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "8a8ae487ebb12a99a5410a00ab9850a2a3eee031"
|
|
114
114
|
}
|