@faststore/core 2.2.18 → 2.2.20
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/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/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/_error.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/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/trace +78 -78
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +5 -5
- package/package.json +9 -9
- /package/.next/static/{n6sneHac0JFKihx2eToAR → sx_PYzBD1dflyv5Bz0Tj-}/_buildManifest.js +0 -0
- /package/.next/static/{n6sneHac0JFKihx2eToAR → sx_PYzBD1dflyv5Bz0Tj-}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -21,11 +21,11 @@ info - Collecting page data...
|
|
|
21
21
|
info - Generating static pages (0/7)
|
|
22
22
|
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
23
23
|
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
24
|
-
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
25
24
|
info - Generating static pages (1/7)
|
|
26
25
|
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
27
26
|
info - Generating static pages (3/7)
|
|
28
27
|
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
28
|
+
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
29
29
|
info - Generating static pages (5/7)
|
|
30
30
|
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
|
31
31
|
warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
$ tsdx test
|
|
2
2
|
ts-jest[versions] (WARN) Version 29.1.0 of jest installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=25.0.0 <26.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
|
|
3
3
|
ts-jest[versions] (WARN) Version 4.9.4 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=3.4.0 <4.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
|
|
4
|
-
PASS test/server/index.test.ts (
|
|
4
|
+
PASS test/server/index.test.ts (21.368s)
|
|
5
5
|
FastStore GraphQL Layer
|
|
6
6
|
@faststore/api
|
|
7
7
|
✓ should return a valid GraphQL schema (5ms)
|
|
8
|
-
✓ should return a valid GraphQL schema contain all expected types (
|
|
8
|
+
✓ should return a valid GraphQL schema contain all expected types (11ms)
|
|
9
9
|
✓ should return a valid GraphQL schema contain all expected queries (1ms)
|
|
10
10
|
✓ should return a valid GraphQL schema contain all expected mutations
|
|
11
11
|
VTEX API Extension
|
|
@@ -15,11 +15,11 @@ PASS test/server/index.test.ts (6.186s)
|
|
|
15
15
|
Final Schema after merging
|
|
16
16
|
✓ should return a valid merged GraphQL schema (26ms)
|
|
17
17
|
Envelop
|
|
18
|
-
✓ should exist with its plugins (
|
|
19
|
-
✓ should handle options and execute (
|
|
18
|
+
✓ should exist with its plugins (25ms)
|
|
19
|
+
✓ should handle options and execute (191ms)
|
|
20
20
|
|
|
21
21
|
Test Suites: 1 passed, 1 total
|
|
22
22
|
Tests: 9 passed, 9 total
|
|
23
23
|
Snapshots: 0 total
|
|
24
|
-
Time:
|
|
24
|
+
Time: 22.628s
|
|
25
25
|
Ran all test suites.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.20",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"browserslist": "supports es6-module and not dead",
|
|
6
6
|
"exports": {
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"@envelop/graphql-jit": "^1.1.1",
|
|
39
39
|
"@envelop/parser-cache": "^2.2.0",
|
|
40
40
|
"@envelop/validation-cache": "^2.2.0",
|
|
41
|
-
"@faststore/api": "^2.2.
|
|
42
|
-
"@faststore/components": "^2.2.
|
|
43
|
-
"@faststore/graphql-utils": "^2.2.
|
|
44
|
-
"@faststore/sdk": "^2.2.
|
|
45
|
-
"@faststore/ui": "^2.2.
|
|
41
|
+
"@faststore/api": "^2.2.20",
|
|
42
|
+
"@faststore/components": "^2.2.20",
|
|
43
|
+
"@faststore/graphql-utils": "^2.2.20",
|
|
44
|
+
"@faststore/sdk": "^2.2.20",
|
|
45
|
+
"@faststore/ui": "^2.2.20",
|
|
46
46
|
"@graphql-codegen/cli": "^3.3.1",
|
|
47
47
|
"@graphql-codegen/typescript": "^3.0.4",
|
|
48
48
|
"@graphql-codegen/typescript-operations": "^3.0.4",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@cypress/code-coverage": "^3.12.1",
|
|
82
82
|
"@envelop/testing": "^6.0.0",
|
|
83
|
-
"@faststore/cli": "^2.2.
|
|
84
|
-
"@faststore/eslint-config": "^2.2.
|
|
83
|
+
"@faststore/cli": "^2.2.20",
|
|
84
|
+
"@faststore/eslint-config": "^2.2.20",
|
|
85
85
|
"@faststore/lighthouse": "^1.12.32",
|
|
86
86
|
"@lhci/cli": "^0.9.0",
|
|
87
87
|
"@storybook/addon-a11y": "^6.5.9",
|
|
@@ -129,5 +129,5 @@
|
|
|
129
129
|
"msw": {
|
|
130
130
|
"workerDirectory": "public"
|
|
131
131
|
},
|
|
132
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "ea602db86cbfa6ae3e274d8c9b1308068024e2db"
|
|
133
133
|
}
|
|
File without changes
|
|
File without changes
|