@faststore/core 2.0.178-alpha.0 → 2.1.1
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/.turbo/turbo-build.log +1 -1
- package/package.json +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -33,7 +33,7 @@ Route (pages) Size First Load JS
|
|
|
33
33
|
├ ● /account 668 B 113 kB
|
|
34
34
|
├ λ /api/graphql 0 B 77.8 kB
|
|
35
35
|
├ λ /api/preview 0 B 77.8 kB
|
|
36
|
-
├ ● /checkout
|
|
36
|
+
├ ● /checkout 657 B 113 kB
|
|
37
37
|
├ ● /login 1.01 kB 113 kB
|
|
38
38
|
└ ● /s 1.11 kB 124 kB
|
|
39
39
|
+ First Load JS shared by all 80.6 kB
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
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.
|
|
33
|
-
"@faststore/components": "^2.
|
|
34
|
-
"@faststore/graphql-utils": "^2.
|
|
35
|
-
"@faststore/sdk": "^2.
|
|
36
|
-
"@faststore/ui": "^2.
|
|
32
|
+
"@faststore/api": "^2.1.1",
|
|
33
|
+
"@faststore/components": "^2.1.1",
|
|
34
|
+
"@faststore/graphql-utils": "^2.1.1",
|
|
35
|
+
"@faststore/sdk": "^2.1.1",
|
|
36
|
+
"@faststore/ui": "^2.1.1",
|
|
37
37
|
"@types/react": "^18.0.14",
|
|
38
38
|
"@vtex/client-cms": "^0.2.12",
|
|
39
39
|
"autoprefixer": "^10.4.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@cypress/code-coverage": "^3.9.10",
|
|
62
|
-
"@faststore/eslint-config": "
|
|
62
|
+
"@faststore/eslint-config": "^2.1.1",
|
|
63
63
|
"@faststore/lighthouse": "^1.12.32",
|
|
64
64
|
"@graphql-codegen/cli": "^2.6.2",
|
|
65
65
|
"@graphql-codegen/typescript": "^2.5.1",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"msw": {
|
|
109
109
|
"workerDirectory": "public"
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "1f8deb367b972ca4e63b397fcaa773e8771c9bb3"
|
|
112
112
|
}
|