@faststore/core 3.0.54 → 3.0.55
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 +2 -2
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +1 -1
- package/.next/cache/fetch-cache/50912854cb7c781522a6ff8792d714e549515fcbbbfd660761961b06afe01c07 +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.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +1 -1
- package/.next/server/app/fs-next-update.html +1 -1
- package/.next/server/app/fs-next-update.rsc +1 -1
- package/.next/server/chunks/210.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/api/graphql.js +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-manifest.json +1 -1
- package/.next/trace +132 -132
- package/.turbo/turbo-build.log +0 -14
- package/.turbo/turbo-test.log +9 -9
- package/package.json +4 -3
- package/src/experimental/index.ts +0 -3
- package/src/experimental/server/index.ts +2 -0
- package/tsconfig.json +4 -1
- /package/.next/static/{BNKlzM8EUdVejvFjscl_o → ev69SrA0-5oAtBFWXupNm}/_buildManifest.js +0 -0
- /package/.next/static/{BNKlzM8EUdVejvFjscl_o → ev69SrA0-5oAtBFWXupNm}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -25,24 +25,10 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
25
25
|
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
|
|
26
26
|
Collecting page data ...
|
|
27
27
|
Generating static pages (0/9) ...
|
|
28
|
-
warn - AlertWithImage not found. Add a new component for this section or remove it from the CMS
|
|
29
|
-
warn - CustomIconsAlert not found. Add a new component for this section or remove it from the CMS
|
|
30
|
-
warn - AlertWithImage not found. Add a new component for this section or remove it from the CMS
|
|
31
|
-
warn - CustomIconsAlert not found. Add a new component for this section or remove it from the CMS
|
|
32
|
-
warn - AlertWithImage not found. Add a new component for this section or remove it from the CMS
|
|
33
|
-
warn - CustomIconsAlert not found. Add a new component for this section or remove it from the CMS
|
|
34
28
|
|
|
35
29
|
Generating static pages (2/9)
|
|
36
|
-
warn - AlertWithImage not found. Add a new component for this section or remove it from the CMS
|
|
37
|
-
warn - CustomIconsAlert not found. Add a new component for this section or remove it from the CMS
|
|
38
30
|
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.
|
|
39
31
|
|
|
40
32
|
Generating static pages (4/9)
|
|
41
|
-
warn - AlertWithImage not found. Add a new component for this section or remove it from the CMS
|
|
42
|
-
warn - CustomIconsAlert not found. Add a new component for this section or remove it from the CMS
|
|
43
|
-
warn - AlertWithImage not found. Add a new component for this section or remove it from the CMS
|
|
44
|
-
warn - CustomIconsAlert not found. Add a new component for this section or remove it from the CMS
|
|
45
33
|
|
|
46
34
|
Generating static pages (6/9)
|
|
47
|
-
warn - AlertWithImage not found. Add a new component for this section or remove it from the CMS
|
|
48
|
-
warn - CustomIconsAlert not found. Add a new component for this section or remove it from the CMS
|
|
49
35
|
|
|
50
36
|
✓ Generating static pages (9/9)
|
|
51
37
|
Finalizing page optimization ...
|
|
52
38
|
Collecting build traces ...
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
$ jest
|
|
2
|
-
PASS test/server/index.test.ts (
|
|
2
|
+
PASS test/server/index.test.ts (28.342 s)
|
|
3
3
|
FastStore GraphQL Layer
|
|
4
4
|
@faststore/api
|
|
5
|
-
✓ should return a valid GraphQL schema (
|
|
6
|
-
✓ should return a valid GraphQL schema contain all expected types (
|
|
5
|
+
✓ should return a valid GraphQL schema (8 ms)
|
|
6
|
+
✓ should return a valid GraphQL schema contain all expected types (9 ms)
|
|
7
7
|
✓ should return a valid GraphQL schema contain all expected queries (1 ms)
|
|
8
8
|
✓ should return a valid GraphQL schema contain all expected mutations (1 ms)
|
|
9
9
|
VTEX API Extension
|
|
10
|
-
✓ getTypeDefsFromFolder function should return an Array (
|
|
10
|
+
✓ getTypeDefsFromFolder function should return an Array (9 ms)
|
|
11
11
|
Third Party API Extension
|
|
12
|
-
✓ getTypeDefsFromFolder function should return an Array (
|
|
12
|
+
✓ getTypeDefsFromFolder function should return an Array (18 ms)
|
|
13
13
|
Final Schema after merging
|
|
14
|
-
✓ should return a valid merged GraphQL schema (
|
|
14
|
+
✓ should return a valid merged GraphQL schema (81 ms)
|
|
15
15
|
Envelop
|
|
16
|
-
✓ should exist with its plugins (
|
|
17
|
-
✓ should handle options and execute (
|
|
16
|
+
✓ should exist with its plugins (44 ms)
|
|
17
|
+
✓ should handle options and execute (614 ms)
|
|
18
18
|
|
|
19
19
|
Test Suites: 1 passed, 1 total
|
|
20
20
|
Tests: 9 passed, 9 total
|
|
21
21
|
Snapshots: 0 total
|
|
22
|
-
Time:
|
|
22
|
+
Time: 28.502 s
|
|
23
23
|
Ran all test suites.
|
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.55",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "vtex/faststore",
|
|
6
6
|
"browserslist": "supports es6-module and not dead",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": "./index.ts",
|
|
9
9
|
"./api": "./api/index.ts",
|
|
10
|
-
"./experimental": "./src/experimental/index.ts"
|
|
10
|
+
"./experimental": "./src/experimental/index.ts",
|
|
11
|
+
"./experimental/server": "./src/experimental/server/index.ts"
|
|
11
12
|
},
|
|
12
13
|
"scripts": {
|
|
13
14
|
"generate:schema": "tsx src/server/generator/generateGraphQLSchemaFile.ts",
|
|
@@ -124,5 +125,5 @@
|
|
|
124
125
|
"node": "18.19.0",
|
|
125
126
|
"yarn": "1.19.1"
|
|
126
127
|
},
|
|
127
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "2bae747d260a05d7892b7664c029dac358a78e9d"
|
|
128
129
|
}
|
|
@@ -37,6 +37,3 @@ export { useShippingSimulation as useShippingSimulation_unstable } from '../../s
|
|
|
37
37
|
// Components
|
|
38
38
|
export { Image as Image_unstable } from '../../src/components/ui/Image'
|
|
39
39
|
export { ProfileChallenge as ProfileChallenge_unstable } from '../../src/components/auth/ProfileChallenge'
|
|
40
|
-
|
|
41
|
-
// Server GraphQL
|
|
42
|
-
export { execute as execute_unstable } from '../../src/server'
|
package/tsconfig.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"@generated/*": ["@generated/*"],
|
|
18
18
|
"@faststore/core": ["index.ts"],
|
|
19
19
|
"@faststore/core/api": ["api/index.ts"],
|
|
20
|
-
"@faststore/core/experimental": ["src/experimental/index.ts"]
|
|
20
|
+
"@faststore/core/experimental": ["src/experimental/index.ts"],
|
|
21
|
+
"@faststore/core/experimental/server": [
|
|
22
|
+
"src/experimental/server/index.ts"
|
|
23
|
+
]
|
|
21
24
|
},
|
|
22
25
|
"forceConsistentCasingInFileNames": true,
|
|
23
26
|
"strict": false,
|
|
File without changes
|
|
File without changes
|