@graphcommerce/hygraph-cli 9.0.0-canary.56 → 9.0.0-canary.58

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,9 @@
1
1
  # @graphcommerce/hygraph-cli
2
2
 
3
+ ## 9.0.0-canary.58
4
+
5
+ ## 9.0.0-canary.57
6
+
3
7
  ## 9.0.0-canary.56
4
8
 
5
9
  ## 9.0.0-canary.55
@@ -186,11 +190,9 @@
186
190
 
187
191
  ### Patch Changes
188
192
 
189
- - [#2095](https://github.com/graphcommerce-org/graphcommerce/pull/2095) [`519531e`](https://github.com/graphcommerce-org/graphcommerce/commit/519531eb48bf6c5b68703509d2bd64c8dfe5b92c) - Fix Hygraph CLI (Management SDK) | Add support for updating and deleting enumerations
190
- ([@JoshuaS98](https://github.com/JoshuaS98))
193
+ - [#2095](https://github.com/graphcommerce-org/graphcommerce/pull/2095) [`519531e`](https://github.com/graphcommerce-org/graphcommerce/commit/519531eb48bf6c5b68703509d2bd64c8dfe5b92c) - Fix Hygraph CLI (Management SDK) | Add support for updating and deleting enumerations ([@JoshuaS98](https://github.com/JoshuaS98))
191
194
 
192
- - [#2169](https://github.com/graphcommerce-org/graphcommerce/pull/2169) [`eab3f0b`](https://github.com/graphcommerce-org/graphcommerce/commit/eab3f0b0b459f5b6cc4e50d787ac1e8ae545b708) - Solve issue where a Hygraph DynamicRow conditions were missing fields in the OrCondition
193
- ([@Jessevdpoel](https://github.com/Jessevdpoel))
195
+ - [#2169](https://github.com/graphcommerce-org/graphcommerce/pull/2169) [`eab3f0b`](https://github.com/graphcommerce-org/graphcommerce/commit/eab3f0b0b459f5b6cc4e50d787ac1e8ae545b708) - Solve issue where a Hygraph DynamicRow conditions were missing fields in the OrCondition ([@Jessevdpoel](https://github.com/Jessevdpoel))
194
196
 
195
197
  ## 8.0.0-canary.100
196
198
 
@@ -208,8 +210,7 @@
208
210
 
209
211
  ### Patch Changes
210
212
 
211
- - [#2169](https://github.com/graphcommerce-org/graphcommerce/pull/2169) [`eab3f0b`](https://github.com/graphcommerce-org/graphcommerce/commit/eab3f0b0b459f5b6cc4e50d787ac1e8ae545b708) - Solve issue where a Hygraph DynamicRow conditions were missing fields in the OrCondition
212
- ([@Jessevdpoel](https://github.com/Jessevdpoel))
213
+ - [#2169](https://github.com/graphcommerce-org/graphcommerce/pull/2169) [`eab3f0b`](https://github.com/graphcommerce-org/graphcommerce/commit/eab3f0b0b459f5b6cc4e50d787ac1e8ae545b708) - Solve issue where a Hygraph DynamicRow conditions were missing fields in the OrCondition ([@Jessevdpoel](https://github.com/Jessevdpoel))
213
214
 
214
215
  ## 8.0.0-canary.93
215
216
 
@@ -26,7 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
26
26
  return (mod && mod.__esModule) ? mod : { "default": mod };
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.migrateHygraph = void 0;
29
+ exports.migrateHygraph = migrateHygraph;
30
30
  const fs_1 = __importDefault(require("fs"));
31
31
  const next_config_1 = require("@graphcommerce/next-config");
32
32
  const dotenv_1 = __importDefault(require("dotenv"));
@@ -93,4 +93,3 @@ async function migrateHygraph() {
93
93
  (0, log_functions_1.graphcommerceLog)(`[GraphCommerce]: An error occurred: ${error}`, 'error');
94
94
  }
95
95
  }
96
- exports.migrateHygraph = migrateHygraph;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/hygraph-cli",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0-canary.56",
5
+ "version": "9.0.0-canary.58",
6
6
  "scripts": {
7
7
  "dev": "tsc --preserveWatchOutput --watch",
8
8
  "build": "tsc",
@@ -13,22 +13,22 @@
13
13
  "types": "src/index.ts",
14
14
  "dependencies": {
15
15
  "@hygraph/management-sdk": "1.2.4",
16
- "@whatwg-node/fetch": "^0.9.15",
16
+ "@whatwg-node/fetch": "^0.9.18",
17
17
  "graphql-tag": "^2.12.6",
18
18
  "prompts": "^2.4.2"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "@apollo/client": "^3",
22
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.56",
23
- "@graphcommerce/next-config": "^9.0.0-canary.56",
24
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.56",
25
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.56",
22
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.58",
23
+ "@graphcommerce/next-config": "^9.0.0-canary.58",
24
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.58",
25
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.58",
26
26
  "dotenv": "^16.1.4",
27
27
  "graphql": "^16.7.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/prompts": "^2.4.9",
31
- "typescript": "5.3.3"
31
+ "typescript": "5.5.3"
32
32
  },
33
33
  "sideEffects": false,
34
34
  "prettier": "@graphcommerce/prettier-config-pwa",