@graphcommerce/hygraph-cli 9.0.0-canary.56 → 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 +5 -6
- package/dist/migrateHygraph.js +1 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @graphcommerce/hygraph-cli
|
|
2
2
|
|
|
3
|
+
## 9.0.0-canary.57
|
|
4
|
+
|
|
3
5
|
## 9.0.0-canary.56
|
|
4
6
|
|
|
5
7
|
## 9.0.0-canary.55
|
|
@@ -186,11 +188,9 @@
|
|
|
186
188
|
|
|
187
189
|
### Patch Changes
|
|
188
190
|
|
|
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))
|
|
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))
|
|
191
192
|
|
|
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))
|
|
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))
|
|
194
194
|
|
|
195
195
|
## 8.0.0-canary.100
|
|
196
196
|
|
|
@@ -208,8 +208,7 @@
|
|
|
208
208
|
|
|
209
209
|
### Patch Changes
|
|
210
210
|
|
|
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))
|
|
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))
|
|
213
212
|
|
|
214
213
|
## 8.0.0-canary.93
|
|
215
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",
|