@faststore/core 3.95.0-dev.3 → 3.95.0
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/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/routes-manifest.json +1 -1
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.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/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 +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/trace +138 -138
- package/.turbo/turbo-test.log +5 -4
- package/CHANGELOG.md +2 -2
- package/package.json +7 -7
- /package/.next/static/{2tX-Myr4-2FvIyKmdSjJK → n8Y8ofpptOjFUsgm9BTVP}/_buildManifest.js +0 -0
- /package/.next/static/{2tX-Myr4-2FvIyKmdSjJK → n8Y8ofpptOjFUsgm9BTVP}/_ssgManifest.js +0 -0
package/.turbo/turbo-test.log
CHANGED
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
> @faststore/core@3.95.0-dev.2 test /home/runner/work/faststore/faststore/packages/core
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS test/utils/multipleTemplates.test.ts (
|
|
6
|
-
PASS test/server/cms/global.test.ts (27.
|
|
5
|
+
PASS test/utils/multipleTemplates.test.ts (27.131 s)
|
|
6
|
+
PASS test/server/cms/global.test.ts (27.041 s)
|
|
7
7
|
PASS test/server/cms/index.test.ts
|
|
8
|
-
PASS test/server/index.test.ts (
|
|
8
|
+
PASS test/server/index.test.ts (31.234 s)
|
|
9
|
+
A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them.
|
|
9
10
|
|
|
10
11
|
Test Suites: 4 passed, 4 total
|
|
11
12
|
Tests: 22 passed, 22 total
|
|
12
13
|
Snapshots: 0 total
|
|
13
|
-
Time:
|
|
14
|
+
Time: 32.595 s
|
|
14
15
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
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
|
-
#
|
|
6
|
+
# 3.95.0 (2025-12-02)
|
|
7
7
|
|
|
8
8
|
### Features
|
|
9
9
|
|
|
10
|
-
-
|
|
10
|
+
- release version 20250212 ([#3138](https://github.com/vtex/faststore/issues/3138)) ([5e51548](https://github.com/vtex/faststore/commit/5e5154898e3756aa8d95efd54d76db0c90248d8d))
|
|
11
11
|
|
|
12
12
|
# [3.95.0-dev.2](https://github.com/vtex/faststore/compare/v3.94.0...v3.95.0-dev.2) (2025-12-02)
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "3.95.0
|
|
3
|
+
"version": "3.95.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "vtex/faststore",
|
|
6
6
|
"browserslist": "supports es6-module and not dead",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"@envelop/graphql-jit": "^8.0.3",
|
|
45
45
|
"@envelop/parser-cache": "^6.0.2",
|
|
46
46
|
"@envelop/validation-cache": "^6.0.2",
|
|
47
|
-
"@faststore/api": "3.95.0
|
|
48
|
-
"@faststore/graphql-utils": "^3.95.0
|
|
49
|
-
"@faststore/lighthouse": "3.95.0
|
|
50
|
-
"@faststore/sdk": "3.95.0
|
|
51
|
-
"@faststore/ui": "3.95.0
|
|
47
|
+
"@faststore/api": "3.95.0",
|
|
48
|
+
"@faststore/graphql-utils": "^3.95.0",
|
|
49
|
+
"@faststore/lighthouse": "3.95.0",
|
|
50
|
+
"@faststore/sdk": "3.95.0",
|
|
51
|
+
"@faststore/ui": "3.95.0",
|
|
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",
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
"ts-jest": "29.1.1",
|
|
117
117
|
"typescript": "5.3.2"
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "a9697d86117f2027c4580b8c26e70d27aa1a089d"
|
|
120
120
|
}
|
|
File without changes
|
|
File without changes
|