@faststore/core 3.0.133 → 3.0.135
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/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/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/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 +2 -2
- package/.next/server/pages-manifest.json +1 -1
- package/.next/trace +94 -94
- package/.turbo/turbo-build.log +2 -0
- package/.turbo/turbo-lint.log +2 -0
- package/.turbo/turbo-test.log +6 -4
- package/README.md +0 -1
- package/package.json +9 -9
- package/CHANGELOG.md +0 -1327
- /package/.next/static/{IyPevAAG78YPlk_8u0B3B → _7yBxesgN8SWShvcOZXLP}/_buildManifest.js +0 -0
- /package/.next/static/{IyPevAAG78YPlk_8u0B3B → _7yBxesgN8SWShvcOZXLP}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
yarn run v1.22.22
|
|
1
2
|
$ na run partytown && na run generate
|
|
2
3
|
$ partytown copylib ./public/~partytown
|
|
3
4
|
Partytown lib copied to: /home/runner/work/faststore/faststore/packages/core/public/~partytown
|
|
@@ -73,3 +74,4 @@ Route (pages) Size First Load JS
|
|
|
73
74
|
○ (Static) automatically rendered as static HTML (uses no initial props)
|
|
74
75
|
● (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
|
|
75
76
|
|
|
77
|
+
Done in 72.21s.
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
yarn run v1.22.22
|
|
1
2
|
$ jest
|
|
2
|
-
PASS test/
|
|
3
|
-
PASS test/
|
|
4
|
-
PASS test/server/index.test.ts (
|
|
3
|
+
PASS test/server/cms/index.test.ts (34.457 s)
|
|
4
|
+
PASS test/utils/multipleTemplates.test.ts (34.958 s)
|
|
5
|
+
PASS test/server/index.test.ts (39.182 s)
|
|
5
6
|
|
|
6
7
|
Test Suites: 3 passed, 3 total
|
|
7
8
|
Tests: 19 passed, 19 total
|
|
8
9
|
Snapshots: 0 total
|
|
9
|
-
Time:
|
|
10
|
+
Time: 40.371 s
|
|
10
11
|
Ran all test suites.
|
|
12
|
+
Done in 41.93s.
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.135",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "vtex/faststore",
|
|
6
6
|
"browserslist": "supports es6-module and not dead",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"@envelop/graphql-jit": "^8.0.3",
|
|
44
44
|
"@envelop/parser-cache": "^6.0.2",
|
|
45
45
|
"@envelop/validation-cache": "^6.0.2",
|
|
46
|
-
"@faststore/api": "^3.0.
|
|
47
|
-
"@faststore/components": "^3.0.
|
|
48
|
-
"@faststore/graphql-utils": "^3.0.
|
|
49
|
-
"@faststore/lighthouse": "^3.0.
|
|
50
|
-
"@faststore/sdk": "^3.0.
|
|
51
|
-
"@faststore/ui": "^3.0.
|
|
46
|
+
"@faststore/api": "^3.0.135",
|
|
47
|
+
"@faststore/components": "^3.0.135",
|
|
48
|
+
"@faststore/graphql-utils": "^3.0.135",
|
|
49
|
+
"@faststore/lighthouse": "^3.0.135",
|
|
50
|
+
"@faststore/sdk": "^3.0.135",
|
|
51
|
+
"@faststore/ui": "^3.0.135",
|
|
52
52
|
"@graphql-codegen/cli": "5.0.2",
|
|
53
53
|
"@graphql-codegen/client-preset": "4.2.6",
|
|
54
54
|
"@graphql-codegen/typescript": "4.0.7",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@cypress/code-coverage": "^3.12.1",
|
|
89
89
|
"@envelop/testing": "^6.0.0",
|
|
90
|
-
"@faststore/eslint-config": "^3.0.
|
|
90
|
+
"@faststore/eslint-config": "^3.0.135",
|
|
91
91
|
"@lhci/cli": "^0.9.0",
|
|
92
92
|
"@testing-library/cypress": "^10.0.1",
|
|
93
93
|
"@types/cypress": "^1.1.3",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"node": "18.19.0",
|
|
129
129
|
"yarn": "1.19.1"
|
|
130
130
|
},
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "611283638dc01f55a65d0b5fd01e4a0163d53f4b"
|
|
132
132
|
}
|