@graphcommerce/hygraph-cli 9.0.0-canary.55 → 9.0.0-canary.57
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 +7 -6
- package/dist/migrateHygraph.js +1 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @graphcommerce/hygraph-cli
|
|
2
2
|
|
|
3
|
+
## 9.0.0-canary.57
|
|
4
|
+
|
|
5
|
+
## 9.0.0-canary.56
|
|
6
|
+
|
|
3
7
|
## 9.0.0-canary.55
|
|
4
8
|
|
|
5
9
|
## 9.0.0-canary.54
|
|
@@ -184,11 +188,9 @@
|
|
|
184
188
|
|
|
185
189
|
### Patch Changes
|
|
186
190
|
|
|
187
|
-
- [#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
|
|
188
|
-
([@JoshuaS98](https://github.com/JoshuaS98))
|
|
191
|
+
- [#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))
|
|
189
192
|
|
|
190
|
-
- [#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
|
|
191
|
-
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
193
|
+
- [#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))
|
|
192
194
|
|
|
193
195
|
## 8.0.0-canary.100
|
|
194
196
|
|
|
@@ -206,8 +208,7 @@
|
|
|
206
208
|
|
|
207
209
|
### Patch Changes
|
|
208
210
|
|
|
209
|
-
- [#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
|
|
210
|
-
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
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 ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
211
212
|
|
|
212
213
|
## 8.0.0-canary.93
|
|
213
214
|
|
package/dist/migrateHygraph.js
CHANGED
|
@@ -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 =
|
|
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.
|
|
5
|
+
"version": "9.0.0-canary.57",
|
|
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.
|
|
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.
|
|
23
|
-
"@graphcommerce/next-config": "^9.0.0-canary.
|
|
24
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
|
25
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.
|
|
22
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.57",
|
|
23
|
+
"@graphcommerce/next-config": "^9.0.0-canary.57",
|
|
24
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.57",
|
|
25
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.57",
|
|
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.
|
|
31
|
+
"typescript": "5.5.3"
|
|
32
32
|
},
|
|
33
33
|
"sideEffects": false,
|
|
34
34
|
"prettier": "@graphcommerce/prettier-config-pwa",
|