@graphcommerce/cli 4.30.0 → 4.31.0-canary.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @graphcommerce/cli
2
2
 
3
+ ## 4.31.0-canary.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1718](https://github.com/graphcommerce-org/graphcommerce/pull/1718) [`f218e533b`](https://github.com/graphcommerce-org/graphcommerce/commit/f218e533bd7abfc6c949cdf380df0d166f89e145) - Make the tmp file to \_tmp_mesh instead of \_tmp_codegen ([@paales](https://github.com/paales))
8
+
9
+ ## 4.31.0-canary.0
10
+
3
11
  ## 4.30.0
4
12
 
5
13
  ### Minor Changes
package/bin/mesh.ts CHANGED
@@ -30,7 +30,7 @@ const cliParams: GraphQLMeshCLIParams = {
30
30
  playgroundTitle: 'GraphCommerce® Mesh',
31
31
  }
32
32
 
33
- const tmpMesh = `_tmp_codegen`
33
+ const tmpMesh = `_tmp_mesh`
34
34
  const tmpMeshLocation = path.join(root, `.${tmpMesh}rc.yml`)
35
35
 
36
36
  async function cleanup() {
package/dist/bin/mesh.js CHANGED
@@ -32,7 +32,7 @@ const cliParams = {
32
32
  ...cli_1.DEFAULT_CLI_PARAMS,
33
33
  playgroundTitle: 'GraphCommerce® Mesh',
34
34
  };
35
- const tmpMesh = `_tmp_codegen`;
35
+ const tmpMesh = `_tmp_mesh`;
36
36
  const tmpMeshLocation = node_path_1.default.join(root, `.${tmpMesh}rc.yml`);
37
37
  async function cleanup() {
38
38
  try {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/cli",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.30.0",
5
+ "version": "4.31.0-canary.1",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  "graphcommerce": "dist/bin/graphcommerce.js"
23
23
  },
24
24
  "dependencies": {
25
- "@graphcommerce/next-config": "4.30.0",
25
+ "@graphcommerce/next-config": "4.31.0-canary.1",
26
26
  "@graphql-codegen/cli": "2.11.8",
27
27
  "@graphql-mesh/cli": "0.76.2",
28
28
  "@graphql-mesh/types": "0.80.2",