@faststore/core 3.0.70 → 3.0.71

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,6 +1,6 @@
1
1
  $ yarn partytown & yarn generate && next build
2
- $ faststore generate-graphql -c -d
3
2
  $ partytown copylib ./public/~partytown
3
+ $ faststore generate-graphql -c -d
4
4
  Partytown lib copied to: /home/runner/work/faststore/faststore/packages/core/public/~partytown
5
5
  [STARTED] yarn generate:schema
6
6
  [STATUS] $ tsx src/server/generator/generateGraphQLSchemaFile.ts --debug --verbose
@@ -1,10 +1,10 @@
1
1
  $ jest
2
- PASS test/server/cms/index.test.ts (30.313 s)
3
- PASS test/utils/multipleTemplates.test.ts (30.717 s)
4
- PASS test/server/index.test.ts (32.94 s)
2
+ PASS test/utils/multipleTemplates.test.ts (29.305 s)
3
+ PASS test/server/cms/index.test.ts (29.158 s)
4
+ PASS test/server/index.test.ts (31.427 s)
5
5
 
6
6
  Test Suites: 3 passed, 3 total
7
7
  Tests: 19 passed, 19 total
8
8
  Snapshots: 0 total
9
- Time: 33.945 s
9
+ Time: 32.351 s
10
10
  Ran all test suites.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "3.0.70",
3
+ "version": "3.0.71",
4
4
  "license": "MIT",
5
5
  "repository": "vtex/faststore",
6
6
  "browserslist": "supports es6-module and not dead",
@@ -86,7 +86,7 @@
86
86
  "devDependencies": {
87
87
  "@cypress/code-coverage": "^3.12.1",
88
88
  "@envelop/testing": "^6.0.0",
89
- "@faststore/cli": "^3.0.68",
89
+ "@faststore/cli": "^3.0.71",
90
90
  "@faststore/eslint-config": "^3.0.68",
91
91
  "@faststore/lighthouse": "^1.12.32",
92
92
  "@lhci/cli": "^0.9.0",
@@ -129,5 +129,5 @@
129
129
  "node": "18.19.0",
130
130
  "yarn": "1.19.1"
131
131
  },
132
- "gitHead": "09cdd6fbdeacc796d24738e232d660153dade68d"
132
+ "gitHead": "dc9f4a208e1bdcdb673153342a73e5823938c615"
133
133
  }