@faststore/core 3.9.1 → 3.9.2
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/.eslintrc.js +9 -0
- package/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +13 -13
- 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/react-loadable-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/5754.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/api/graphql.js +1 -1
- package/.next/server/pages/en-US/404.html +1 -1
- package/.next/server/pages/en-US/500.html +1 -1
- package/.next/server/pages/en-US/account.html +1 -1
- package/.next/server/pages/en-US/checkout.html +1 -1
- package/.next/server/pages/en-US/login.html +1 -1
- package/.next/server/pages/en-US/s.html +1 -1
- package/.next/server/pages/en-US.html +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/chunks/{1153.d7522522b6c917ed.js → 1153.7f616071da309cf5.js} +1 -1
- package/.next/static/chunks/{webpack-bf502499da135235.js → webpack-97751f512707b560.js} +1 -1
- package/.next/trace +101 -101
- package/.turbo/turbo-build.log +2 -2
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +4 -0
- package/package.json +8 -8
- package/.turbo/turbo-lint.log +0 -4
- /package/.next/static/{gB3LDGsKZGvwVTGLzpvXr → toqtT9H4Llz3Q4rHVVWVi}/_buildManifest.js +0 -0
- /package/.next/static/{gB3LDGsKZGvwVTGLzpvXr → toqtT9H4Llz3Q4rHVVWVi}/_ssgManifest.js +0 -0
package/.eslintrc.js
ADDED
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
toqtT9H4Llz3Q4rHVVWVi
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/toqtT9H4Llz3Q4rHVVWVi/_buildManifest.js",
|
|
9
|
+
"static/toqtT9H4Llz3Q4rHVVWVi/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
13
13
|
"/": [
|
|
14
|
-
"static/chunks/webpack-
|
|
14
|
+
"static/chunks/webpack-97751f512707b560.js",
|
|
15
15
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
16
16
|
"static/chunks/main-209ac4974b020af1.js",
|
|
17
17
|
"static/chunks/6941-6223429b182b7109.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"static/chunks/pages/index-01e855e8041d8ecd.js"
|
|
22
22
|
],
|
|
23
23
|
"/404": [
|
|
24
|
-
"static/chunks/webpack-
|
|
24
|
+
"static/chunks/webpack-97751f512707b560.js",
|
|
25
25
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
26
26
|
"static/chunks/main-209ac4974b020af1.js",
|
|
27
27
|
"static/chunks/6941-6223429b182b7109.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"static/chunks/pages/404-5e3ccc26e8693eea.js"
|
|
32
32
|
],
|
|
33
33
|
"/500": [
|
|
34
|
-
"static/chunks/webpack-
|
|
34
|
+
"static/chunks/webpack-97751f512707b560.js",
|
|
35
35
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
36
36
|
"static/chunks/main-209ac4974b020af1.js",
|
|
37
37
|
"static/chunks/6941-6223429b182b7109.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"static/chunks/pages/500-823cb0432a498a6a.js"
|
|
42
42
|
],
|
|
43
43
|
"/[...slug]": [
|
|
44
|
-
"static/chunks/webpack-
|
|
44
|
+
"static/chunks/webpack-97751f512707b560.js",
|
|
45
45
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
46
46
|
"static/chunks/main-209ac4974b020af1.js",
|
|
47
47
|
"static/chunks/6941-6223429b182b7109.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"static/chunks/pages/[...slug]-535243edd040fc0c.js"
|
|
53
53
|
],
|
|
54
54
|
"/[slug]/p": [
|
|
55
|
-
"static/chunks/webpack-
|
|
55
|
+
"static/chunks/webpack-97751f512707b560.js",
|
|
56
56
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
57
57
|
"static/chunks/main-209ac4974b020af1.js",
|
|
58
58
|
"static/chunks/6941-6223429b182b7109.js",
|
|
@@ -67,20 +67,20 @@
|
|
|
67
67
|
"static/chunks/pages/[slug]/p-1334ebce46042e06.js"
|
|
68
68
|
],
|
|
69
69
|
"/_app": [
|
|
70
|
-
"static/chunks/webpack-
|
|
70
|
+
"static/chunks/webpack-97751f512707b560.js",
|
|
71
71
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
72
72
|
"static/chunks/main-209ac4974b020af1.js",
|
|
73
73
|
"static/css/ee0556daedda6306.css",
|
|
74
74
|
"static/chunks/pages/_app-9d35d5919aef5334.js"
|
|
75
75
|
],
|
|
76
76
|
"/_error": [
|
|
77
|
-
"static/chunks/webpack-
|
|
77
|
+
"static/chunks/webpack-97751f512707b560.js",
|
|
78
78
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
79
79
|
"static/chunks/main-209ac4974b020af1.js",
|
|
80
80
|
"static/chunks/pages/_error-85cabf0d7a5ea2f2.js"
|
|
81
81
|
],
|
|
82
82
|
"/account": [
|
|
83
|
-
"static/chunks/webpack-
|
|
83
|
+
"static/chunks/webpack-97751f512707b560.js",
|
|
84
84
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
85
85
|
"static/chunks/main-209ac4974b020af1.js",
|
|
86
86
|
"static/chunks/6941-6223429b182b7109.js",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"static/chunks/pages/account-1d2b1635afa59ace.js"
|
|
90
90
|
],
|
|
91
91
|
"/checkout": [
|
|
92
|
-
"static/chunks/webpack-
|
|
92
|
+
"static/chunks/webpack-97751f512707b560.js",
|
|
93
93
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
94
94
|
"static/chunks/main-209ac4974b020af1.js",
|
|
95
95
|
"static/chunks/6941-6223429b182b7109.js",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"static/chunks/pages/checkout-4b85659485b4500c.js"
|
|
99
99
|
],
|
|
100
100
|
"/login": [
|
|
101
|
-
"static/chunks/webpack-
|
|
101
|
+
"static/chunks/webpack-97751f512707b560.js",
|
|
102
102
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
103
103
|
"static/chunks/main-209ac4974b020af1.js",
|
|
104
104
|
"static/chunks/6941-6223429b182b7109.js",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"static/chunks/pages/login-ec8f707d0c577b05.js"
|
|
109
109
|
],
|
|
110
110
|
"/s": [
|
|
111
|
-
"static/chunks/webpack-
|
|
111
|
+
"static/chunks/webpack-97751f512707b560.js",
|
|
112
112
|
"static/chunks/framework-12a146e94cfcf7c4.js",
|
|
113
113
|
"static/chunks/main-209ac4974b020af1.js",
|
|
114
114
|
"static/chunks/6941-6223429b182b7109.js",
|
package/.next/cache/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"telemetry": {
|
|
3
|
-
"notifiedAt": "
|
|
4
|
-
"anonymousId": "
|
|
5
|
-
"salt": "
|
|
3
|
+
"notifiedAt": "1738012330767",
|
|
4
|
+
"anonymousId": "696dfb91470320d250ca3fe73662fc63f5fb8f6d7fb83885a9e200b27c0ff1bb",
|
|
5
|
+
"salt": "766886e027cf4df669becce0da44c361"
|
|
6
6
|
}
|
|
7
7
|
}
|