@faststore/core 2.2.77 → 2.2.80
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 +13 -13
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/eslint/.cache_abdhua +1 -0
- 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/1.pack +0 -0
- package/.next/cache/webpack/client-production/2.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/350.js +11 -5
- 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/_document.js.nft.json +1 -1
- package/.next/server/pages/_error.js.nft.json +1 -1
- package/.next/server/pages/account.js.nft.json +1 -1
- package/.next/server/pages/api/graphql.js +11 -5
- package/.next/server/pages/api/graphql.js.nft.json +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/404.json +1 -1
- package/.next/server/pages/en-US/500.html +2 -2
- package/.next/server/pages/en-US/500.json +1 -1
- package/.next/server/pages/en-US/account.html +2 -2
- package/.next/server/pages/en-US/account.json +1 -1
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/checkout.json +1 -1
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/login.json +1 -1
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US/s.json +1 -1
- package/.next/server/pages/en-US.html +3 -3
- package/.next/server/pages/en-US.json +1 -1
- 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 +6 -6
- package/.next/static/{RSHWlIOnC1jAGjYtzvUGP → MWHfGvZUwgni7KskCTh9O}/_buildManifest.js +1 -1
- package/.next/static/chunks/{webpack-54ce04ec11860b0b.js → webpack-dd9085193fcb2387.js} +1 -1
- package/.next/trace +82 -82
- package/next.config.js +3 -0
- package/package.json +12 -13
- package/.next/cache/config.json +0 -7
- package/.next/cache/eslint/.cache_1gneedd +0 -1
- package/.turbo/turbo-build.log +0 -68
- package/.turbo/turbo-lint.log +0 -5
- package/.turbo/turbo-test.log +0 -23
- /package/.next/static/{RSHWlIOnC1jAGjYtzvUGP → MWHfGvZUwgni7KskCTh9O}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
MWHfGvZUwgni7KskCTh9O
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/MWHfGvZUwgni7KskCTh9O/_buildManifest.js",
|
|
9
|
+
"static/MWHfGvZUwgni7KskCTh9O/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-dd9085193fcb2387.js",
|
|
15
15
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
16
16
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
17
17
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"static/chunks/pages/index-629ba146ae5f0ecf.js"
|
|
24
24
|
],
|
|
25
25
|
"/404": [
|
|
26
|
-
"static/chunks/webpack-
|
|
26
|
+
"static/chunks/webpack-dd9085193fcb2387.js",
|
|
27
27
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
28
28
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
29
29
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"static/chunks/pages/404-e106cb9a78182f5f.js"
|
|
34
34
|
],
|
|
35
35
|
"/500": [
|
|
36
|
-
"static/chunks/webpack-
|
|
36
|
+
"static/chunks/webpack-dd9085193fcb2387.js",
|
|
37
37
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
38
38
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
39
39
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"static/chunks/pages/500-d28aa4a8ce88bddd.js"
|
|
44
44
|
],
|
|
45
45
|
"/[...slug]": [
|
|
46
|
-
"static/chunks/webpack-
|
|
46
|
+
"static/chunks/webpack-dd9085193fcb2387.js",
|
|
47
47
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
48
48
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
49
49
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"static/chunks/pages/[...slug]-c4abcc133f85d9d0.js"
|
|
58
58
|
],
|
|
59
59
|
"/[slug]/p": [
|
|
60
|
-
"static/chunks/webpack-
|
|
60
|
+
"static/chunks/webpack-dd9085193fcb2387.js",
|
|
61
61
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
62
62
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
63
63
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -69,20 +69,20 @@
|
|
|
69
69
|
"static/chunks/pages/[slug]/p-4a75b11857b82b5c.js"
|
|
70
70
|
],
|
|
71
71
|
"/_app": [
|
|
72
|
-
"static/chunks/webpack-
|
|
72
|
+
"static/chunks/webpack-dd9085193fcb2387.js",
|
|
73
73
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
74
74
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
75
75
|
"static/css/5d1f64b61ea581f4.css",
|
|
76
76
|
"static/chunks/pages/_app-30b9666307e4b3b1.js"
|
|
77
77
|
],
|
|
78
78
|
"/_error": [
|
|
79
|
-
"static/chunks/webpack-
|
|
79
|
+
"static/chunks/webpack-dd9085193fcb2387.js",
|
|
80
80
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
81
81
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
82
82
|
"static/chunks/pages/_error-319451dea77827a6.js"
|
|
83
83
|
],
|
|
84
84
|
"/account": [
|
|
85
|
-
"static/chunks/webpack-
|
|
85
|
+
"static/chunks/webpack-dd9085193fcb2387.js",
|
|
86
86
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
87
87
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
88
88
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"static/chunks/pages/account-bf9c88a9cac80d8a.js"
|
|
92
92
|
],
|
|
93
93
|
"/checkout": [
|
|
94
|
-
"static/chunks/webpack-
|
|
94
|
+
"static/chunks/webpack-dd9085193fcb2387.js",
|
|
95
95
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
96
96
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
97
97
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"static/chunks/pages/checkout-6ca76c1e88a28ac4.js"
|
|
101
101
|
],
|
|
102
102
|
"/login": [
|
|
103
|
-
"static/chunks/webpack-
|
|
103
|
+
"static/chunks/webpack-dd9085193fcb2387.js",
|
|
104
104
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
105
105
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
106
106
|
"static/chunks/223-cb77217cce52d45c.js",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"static/chunks/pages/login-d2af0de13ea75848.js"
|
|
111
111
|
],
|
|
112
112
|
"/s": [
|
|
113
|
-
"static/chunks/webpack-
|
|
113
|
+
"static/chunks/webpack-dd9085193fcb2387.js",
|
|
114
114
|
"static/chunks/framework-dfd14d7ce6600b03.js",
|
|
115
115
|
"static/chunks/main-e4e873ee741162eb.js",
|
|
116
116
|
"static/chunks/223-cb77217cce52d45c.js",
|