@faststore/core 2.2.30 → 2.2.31

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.
@@ -21,8 +21,8 @@ info - Collecting page data...
21
21
  info - Generating static pages (0/7)
22
22
  warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
23
23
  warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
24
- info - Generating static pages (1/7)
25
24
  warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
25
+ info - Generating static pages (1/7)
26
26
  warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
27
27
  info - Generating static pages (3/7)
28
28
  warn - AlertSectionIcon not found. Add a new component for this section or remove it from the CMS
@@ -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.133s)
4
+ PASS test/server/index.test.ts (20.424s)
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 (8ms)
9
- ✓ should return a valid GraphQL schema contain all expected queries (2ms)
8
+ ✓ should return a valid GraphQL schema contain all expected types (4ms)
9
+ ✓ should return a valid GraphQL schema contain all expected queries (1ms)
10
10
  ✓ should return a valid GraphQL schema contain all expected mutations
11
11
  VTEX API Extension
12
- ✓ getTypeDefsFromFolder function should return an Array (7ms)
12
+ ✓ getTypeDefsFromFolder function should return an Array (10ms)
13
13
  Third Party API Extension
14
14
  ✓ getTypeDefsFromFolder function should return an Array (5ms)
15
15
  Final Schema after merging
16
- ✓ should return a valid merged GraphQL schema (26ms)
16
+ ✓ should return a valid merged GraphQL schema (25ms)
17
17
  Envelop
18
- ✓ should exist with its plugins (25ms)
19
- ✓ should handle options and execute (381ms)
18
+ ✓ should exist with its plugins (24ms)
19
+ ✓ should handle options and execute (549ms)
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.558s
24
+ Time: 21.706s
25
25
  Ran all test suites.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "2.2.30",
3
+ "version": "2.2.31",
4
4
  "license": "MIT",
5
5
  "browserslist": "supports es6-module and not dead",
6
6
  "exports": {
@@ -118,5 +118,5 @@
118
118
  "msw": {
119
119
  "workerDirectory": "public"
120
120
  },
121
- "gitHead": "f29b50a0f14b5447aa03ab71764bc30af80b3f80"
121
+ "gitHead": "49a2b17633ad02dd79861ed41571edbacae4f106"
122
122
  }
@@ -16,7 +16,7 @@ export interface AlertProps extends UIAlertProps {
16
16
  *
17
17
  * TODO: Remove it? It's not being used
18
18
  */
19
- content?: ReactNode | string
19
+ content?: ReactNode
20
20
  }
21
21
 
22
22
  function Alert({