@faststore/core 2.2.34 → 2.2.36

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.
@@ -1,7 +1,7 @@
1
1
  $ yarn partytown & yarn generate && next build
2
- $ faststore generate-graphql -c
3
2
  $ partytown copylib ./public/~partytown
4
3
  Partytown lib copied to: /home/runner/work/faststore/faststore/packages/core/public/~partytown
4
+ $ faststore generate-graphql -c
5
5
  success - GraphQL schema, types, and optimizations successfully generated 🎉
6
6
  warn - You have enabled experimental feature (scrollRestoration) in next.config.js.
7
7
  warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.
@@ -1,25 +1,25 @@
1
1
  $ tsdx test
2
2
  ts-jest[versions] (WARN) Version 29.1.0 of jest installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=25.0.0 <26.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
3
3
  ts-jest[versions] (WARN) Version 4.9.4 of typescript installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=3.4.0 <4.0.0). Please do not report issues in ts-jest if you are using unsupported versions.
4
- PASS test/server/index.test.ts (6.476s)
4
+ PASS test/server/index.test.ts (19.937s)
5
5
  FastStore GraphQL Layer
6
6
  @faststore/api
7
7
  ✓ should return a valid GraphQL schema (5ms)
8
- ✓ should return a valid GraphQL schema contain all expected types (11ms)
8
+ ✓ should return a valid GraphQL schema contain all expected types (4ms)
9
9
  ✓ should return a valid GraphQL schema contain all expected queries (1ms)
10
- ✓ should return a valid GraphQL schema contain all expected mutations (1ms)
10
+ ✓ should return a valid GraphQL schema contain all expected mutations
11
11
  VTEX API Extension
12
12
  ✓ getTypeDefsFromFolder function should return an Array (6ms)
13
13
  Third Party API Extension
14
- ✓ getTypeDefsFromFolder function should return an Array (5ms)
14
+ ✓ getTypeDefsFromFolder function should return an Array (4ms)
15
15
  Final Schema after merging
16
- ✓ should return a valid merged GraphQL schema (27ms)
16
+ ✓ should return a valid merged GraphQL schema (29ms)
17
17
  Envelop
18
- ✓ should exist with its plugins (25ms)
19
- ✓ should handle options and execute (565ms)
18
+ ✓ should exist with its plugins (24ms)
19
+ ✓ should handle options and execute (227ms)
20
20
 
21
21
  Test Suites: 1 passed, 1 total
22
22
  Tests: 9 passed, 9 total
23
23
  Snapshots: 0 total
24
- Time: 6.914s
24
+ Time: 20.903s
25
25
  Ran all test suites.
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "2.2.34",
3
+ "version": "2.2.36",
4
4
  "license": "MIT",
5
+ "repository": "vtex/faststore",
5
6
  "browserslist": "supports es6-module and not dead",
6
7
  "exports": {
7
8
  ".": "./index.ts",
@@ -36,11 +37,11 @@
36
37
  "@envelop/graphql-jit": "^1.1.1",
37
38
  "@envelop/parser-cache": "^2.2.0",
38
39
  "@envelop/validation-cache": "^2.2.0",
39
- "@faststore/api": "^2.2.33",
40
- "@faststore/components": "^2.2.33",
41
- "@faststore/graphql-utils": "^2.2.33",
42
- "@faststore/sdk": "^2.2.33",
43
- "@faststore/ui": "^2.2.33",
40
+ "@faststore/api": "^2.2.36",
41
+ "@faststore/components": "^2.2.36",
42
+ "@faststore/graphql-utils": "^2.2.36",
43
+ "@faststore/sdk": "^2.2.35",
44
+ "@faststore/ui": "^2.2.36",
44
45
  "@graphql-codegen/cli": "^3.3.1",
45
46
  "@graphql-codegen/typescript": "^3.0.4",
46
47
  "@graphql-codegen/typescript-operations": "^3.0.4",
@@ -77,8 +78,8 @@
77
78
  "devDependencies": {
78
79
  "@cypress/code-coverage": "^3.12.1",
79
80
  "@envelop/testing": "^6.0.0",
80
- "@faststore/cli": "^2.2.33",
81
- "@faststore/eslint-config": "^2.2.33",
81
+ "@faststore/cli": "^2.2.36",
82
+ "@faststore/eslint-config": "^2.2.36",
82
83
  "@faststore/lighthouse": "^1.12.32",
83
84
  "@lhci/cli": "^0.9.0",
84
85
  "@testing-library/cypress": "^10.0.1",
@@ -118,5 +119,5 @@
118
119
  "msw": {
119
120
  "workerDirectory": "public"
120
121
  },
121
- "gitHead": "14de9d6ca625bace0d31fb577843aa4dcb784064"
122
+ "gitHead": "61b741209e6fcef4a4711ee0f7a5e36cd3915659"
122
123
  }