@faststore/core 3.15.0 → 3.15.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/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +13 -13
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- 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/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/4951.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/[slug]/p.js +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/500.html +2 -2
- package/.next/server/pages/en-US/account.html +2 -2
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US.html +2 -2
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/chunks/{1153.7f616071da309cf5.js → 1153.d7522522b6c917ed.js} +1 -1
- package/.next/static/chunks/{webpack-95968624e480b497.js → webpack-143edf76a535f01c.js} +1 -1
- package/.next/trace +103 -103
- package/.turbo/turbo-build.log +2 -2
- package/.turbo/turbo-test.log +5 -5
- package/CHANGELOG.md +12 -0
- package/package.json +5 -5
- package/src/pages/[slug]/p.tsx +1 -1
- package/.husky/_/husky.sh +0 -30
- /package/.next/static/{I_svGPugEd8B39I034SPS → vQnfINV6Cw6HbJLuSBWOh}/_buildManifest.js +0 -0
- /package/.next/static/{I_svGPugEd8B39I034SPS → vQnfINV6Cw6HbJLuSBWOh}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -69,11 +69,11 @@ Route (pages) Size First Load JS
|
|
|
69
69
|
├ chunks/framework-12a146e94cfcf7c4.js 45.4 kB
|
|
70
70
|
├ chunks/main-bcf4c5804681e40a.js 33.1 kB
|
|
71
71
|
├ chunks/pages/_app-fa96080af43b51d4.js 10 kB
|
|
72
|
-
├ chunks/webpack-
|
|
72
|
+
├ chunks/webpack-143edf76a535f01c.js 3.57 kB
|
|
73
73
|
└ css/2eafb8997a3946dc.css 3.07 kB
|
|
74
74
|
|
|
75
75
|
λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
|
|
76
76
|
○ (Static) automatically rendered as static HTML (uses no initial props)
|
|
77
77
|
● (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
|
|
78
78
|
|
|
79
|
-
Done in
|
|
79
|
+
Done in 57.73s.
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
yarn run v1.22.22
|
|
2
2
|
$ jest
|
|
3
|
-
PASS test/
|
|
4
|
-
PASS test/
|
|
5
|
-
PASS test/server/index.test.ts (40.
|
|
3
|
+
PASS test/utils/multipleTemplates.test.ts (34.839 s)
|
|
4
|
+
PASS test/server/cms/index.test.ts (34.972 s)
|
|
5
|
+
PASS test/server/index.test.ts (40.911 s)
|
|
6
6
|
|
|
7
7
|
Test Suites: 3 passed, 3 total
|
|
8
8
|
Tests: 19 passed, 19 total
|
|
9
9
|
Snapshots: 0 total
|
|
10
|
-
Time:
|
|
10
|
+
Time: 42.161 s
|
|
11
11
|
Ran all test suites.
|
|
12
|
-
Done in 43.
|
|
12
|
+
Done in 43.75s.
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.15.2](https://github.com/vtex/faststore/compare/v3.15.1...v3.15.2) (2025-02-05)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- align ts versions ([#2673](https://github.com/vtex/faststore/issues/2673)) ([64035df](https://github.com/vtex/faststore/commit/64035df4d15334fffe66b55d81f475449bc7839e))
|
|
11
|
+
|
|
12
|
+
## [3.15.1](https://github.com/vtex/faststore/compare/v3.15.0...v3.15.1) (2025-02-04)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- adds revalidate as false when not experimental ([#2671](https://github.com/vtex/faststore/issues/2671)) ([75331e0](https://github.com/vtex/faststore/commit/75331e0008cf41a70b3ab0f47a6fd28f85fd1a84))
|
|
17
|
+
|
|
6
18
|
# 3.15.0 (2025-02-04)
|
|
7
19
|
|
|
8
20
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "3.15.
|
|
3
|
+
"version": "3.15.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "vtex/faststore",
|
|
6
6
|
"browserslist": "supports es6-module and not dead",
|
|
@@ -81,8 +81,7 @@
|
|
|
81
81
|
"sharp": "^0.32.6",
|
|
82
82
|
"style-loader": "^3.3.1",
|
|
83
83
|
"swr": "^2.2.5",
|
|
84
|
-
"tsx": "^4.6.2"
|
|
85
|
-
"typescript": "4.7.3"
|
|
84
|
+
"tsx": "^4.6.2"
|
|
86
85
|
},
|
|
87
86
|
"devDependencies": {
|
|
88
87
|
"@cypress/code-coverage": "^3.12.1",
|
|
@@ -100,7 +99,8 @@
|
|
|
100
99
|
"dotenv": "^8.2.0",
|
|
101
100
|
"is-ci": "^3.0.0",
|
|
102
101
|
"jest": "^29.7.0",
|
|
103
|
-
"ts-jest": "29.1.1"
|
|
102
|
+
"ts-jest": "29.1.1",
|
|
103
|
+
"typescript": "5.3.2"
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "3fe3201bcda57ab620e46539f549af48c7c33573"
|
|
106
106
|
}
|
package/src/pages/[slug]/p.tsx
CHANGED
|
@@ -305,7 +305,7 @@ export const getStaticProps: GetStaticProps<
|
|
|
305
305
|
globalSections,
|
|
306
306
|
key: seo.canonical,
|
|
307
307
|
},
|
|
308
|
-
revalidate: (storeConfig as StoreConfig).experimental.revalidate ??
|
|
308
|
+
revalidate: (storeConfig as StoreConfig).experimental.revalidate ?? false,
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
311
|
|
package/.husky/_/husky.sh
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
if [ -z "$husky_skip_init" ]; then
|
|
3
|
-
debug () {
|
|
4
|
-
[ "$HUSKY_DEBUG" = "1" ] && echo "husky (debug) - $1"
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
readonly hook_name="$(basename "$0")"
|
|
8
|
-
debug "starting $hook_name..."
|
|
9
|
-
|
|
10
|
-
if [ "$HUSKY" = "0" ]; then
|
|
11
|
-
debug "HUSKY env variable is set to 0, skipping hook"
|
|
12
|
-
exit 0
|
|
13
|
-
fi
|
|
14
|
-
|
|
15
|
-
if [ -f ~/.huskyrc ]; then
|
|
16
|
-
debug "sourcing ~/.huskyrc"
|
|
17
|
-
. ~/.huskyrc
|
|
18
|
-
fi
|
|
19
|
-
|
|
20
|
-
export readonly husky_skip_init=1
|
|
21
|
-
sh -e "$0" "$@"
|
|
22
|
-
exitCode="$?"
|
|
23
|
-
|
|
24
|
-
if [ $exitCode != 0 ]; then
|
|
25
|
-
echo "husky - $hook_name hook exited with code $exitCode (error)"
|
|
26
|
-
exit $exitCode
|
|
27
|
-
fi
|
|
28
|
-
|
|
29
|
-
exit 0
|
|
30
|
-
fi
|
|
File without changes
|
|
File without changes
|