@faststore/core 3.2.0 → 3.2.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.
Files changed (36) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +13 -13
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/eslint/.cache_1gneedd +1 -1
  6. package/.next/cache/webpack/client-production/0.pack +0 -0
  7. package/.next/cache/webpack/client-production/index.pack +0 -0
  8. package/.next/cache/webpack/server-production/0.pack +0 -0
  9. package/.next/cache/webpack/server-production/index.pack +0 -0
  10. package/.next/next-minimal-server.js.nft.json +1 -1
  11. package/.next/next-server.js.nft.json +1 -1
  12. package/.next/prerender-manifest.js +1 -1
  13. package/.next/prerender-manifest.json +1 -1
  14. package/.next/react-loadable-manifest.json +1 -1
  15. package/.next/routes-manifest.json +1 -1
  16. package/.next/server/middleware-build-manifest.js +1 -1
  17. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  18. package/.next/server/pages/en-US/404.html +1 -1
  19. package/.next/server/pages/en-US/500.html +1 -1
  20. package/.next/server/pages/en-US/account.html +1 -1
  21. package/.next/server/pages/en-US/checkout.html +1 -1
  22. package/.next/server/pages/en-US/login.html +1 -1
  23. package/.next/server/pages/en-US/s.html +1 -1
  24. package/.next/server/pages/en-US.html +1 -1
  25. package/.next/server/pages-manifest.json +1 -1
  26. package/.next/static/chunks/{1153.d7522522b6c917ed.js → 1153.7f616071da309cf5.js} +1 -1
  27. package/.next/static/chunks/{webpack-dbe55f259a50963c.js → webpack-fcd6fda2fae47824.js} +1 -1
  28. package/.next/trace +98 -98
  29. package/.turbo/turbo-build.log +2 -2
  30. package/.turbo/turbo-lint.log +1 -1
  31. package/.turbo/turbo-test.log +5 -5
  32. package/CHANGELOG.md +4 -0
  33. package/package.json +2 -2
  34. package/src/experimental/index.ts +1 -0
  35. /package/.next/static/{pAHxcj00oZn6QVPqQTt22 → PmpN0_4SJrpkkEJ4TZn7l}/_buildManifest.js +0 -0
  36. /package/.next/static/{pAHxcj00oZn6QVPqQTt22 → PmpN0_4SJrpkkEJ4TZn7l}/_ssgManifest.js +0 -0
@@ -68,11 +68,11 @@ Route (pages) Size First Load JS
68
68
  ├ chunks/framework-12a146e94cfcf7c4.js 45.4 kB
69
69
  ├ chunks/main-209ac4974b020af1.js 33.1 kB
70
70
  ├ chunks/pages/_app-7d970aad41a57338.js 9.84 kB
71
- ├ chunks/webpack-dbe55f259a50963c.js 3.39 kB
71
+ ├ chunks/webpack-fcd6fda2fae47824.js 3.39 kB
72
72
  └ css/ee0556daedda6306.css 3.07 kB
73
73
 
74
74
  λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
75
75
  ○ (Static) automatically rendered as static HTML (uses no initial props)
76
76
  ● (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
77
77
 
78
- Done in 72.42s.
78
+ Done in 70.31s.
@@ -1,4 +1,4 @@
1
1
  yarn run v1.22.22
2
2
  $ next lint
3
3
  ✔ No ESLint warnings or errors
4
- Done in 6.13s.
4
+ Done in 5.88s.
@@ -1,12 +1,12 @@
1
1
  yarn run v1.22.22
2
2
  $ jest
3
- PASS test/utils/multipleTemplates.test.ts (35.969 s)
4
- PASS test/server/cms/index.test.ts (36.256 s)
5
- PASS test/server/index.test.ts (39.998 s)
3
+ PASS test/utils/multipleTemplates.test.ts (35.749 s)
4
+ PASS test/server/cms/index.test.ts (36.923 s)
5
+ PASS test/server/index.test.ts (40.444 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: 41.213 s
10
+ Time: 41.653 s
11
11
  Ran all test suites.
12
- Done in 42.94s.
12
+ Done in 43.25s.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.2.1](https://github.com/vtex/faststore/compare/v3.2.0...v3.2.1) (2024-12-16)
7
+
8
+ **Note:** Version bump only for package @faststore/core
9
+
6
10
  # [3.2.0](https://github.com/vtex/faststore/compare/v3.1.4...v3.2.0) (2024-12-16)
7
11
 
8
12
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "license": "MIT",
5
5
  "repository": "vtex/faststore",
6
6
  "browserslist": "supports es6-module and not dead",
@@ -128,5 +128,5 @@
128
128
  "node": "18.19.0",
129
129
  "yarn": "1.19.1"
130
130
  },
131
- "gitHead": "435ed73e9db93c23324d1cbc070a3f6bec9cac14"
131
+ "gitHead": "3b311ad0a99db4cf44c396bde2aa4a01c30a3646"
132
132
  }
@@ -33,6 +33,7 @@ export { useDelayedPagination as useDelayedPagination_unstable } from '../../src
33
33
 
34
34
  export { getShippingSimulation as getShippingSimulation_unstable } from '../../src/sdk/shipping'
35
35
  export { useShippingSimulation as useShippingSimulation_unstable } from '../../src/sdk/shipping/useShippingSimulation'
36
+ export { default as useScreenResize_unstable } from '../../src/sdk/ui/useScreenResize'
36
37
 
37
38
  // Components
38
39
  export { Image as Image_unstable } from '../../src/components/ui/Image'