@graphcommerce/magento-graphql-rest 9.0.1-canary.0 → 9.0.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 +4 -40
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,47 +1,11 @@
|
|
|
1
1
|
# @graphcommerce/magento-graphql-rest
|
|
2
2
|
|
|
3
|
-
## 9.0.1
|
|
3
|
+
## 9.0.1
|
|
4
|
+
|
|
5
|
+
## 9.0.1-canary.1
|
|
4
6
|
|
|
5
7
|
## 9.0.0
|
|
6
8
|
|
|
7
|
-
###
|
|
9
|
+
### Major Changes
|
|
8
10
|
|
|
9
11
|
- [#2334](https://github.com/graphcommerce-org/graphcommerce/pull/2334) [`435b19c`](https://github.com/graphcommerce-org/graphcommerce/commit/435b19c951568a8f6b52d0f3fe4d9410ab6c1b86) - Created a new `@graphcommerce/magento-graphql-rest` package to integrate with Magento's REST API. By default allows you to retrieve the customer with `m2rest_GetV1CustomersMe` and only provides the `group_id` additionally on the customer. ([@Renzovh](https://github.com/Renzovh))
|
|
10
|
-
|
|
11
|
-
## 9.0.0-canary.118
|
|
12
|
-
|
|
13
|
-
## 9.0.0-canary.117
|
|
14
|
-
|
|
15
|
-
## 9.0.0-canary.116
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.115
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.114
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.113
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.112
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.111
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.110
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.109
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.108
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.107
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.106
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.105
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.104
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.103
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.64
|
|
44
|
-
|
|
45
|
-
### Minor Changes
|
|
46
|
-
|
|
47
|
-
- [#2334](https://github.com/graphcommerce-org/graphcommerce/pull/2334) [`435b19c`](https://github.com/graphcommerce-org/graphcommerce/commit/435b19c951568a8f6b52d0f3fe4d9410ab6c1b86) - Created a new @graphcommerce/magento-graphql-rest package to integrate with Magento's REST API. By default allows you to retrieve the customer with m2rest_GetV1CustomersMe and only provides the group_id additionally on the customer. ([@Renzovh](https://github.com/Renzovh))
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-graphql-rest",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.1
|
|
5
|
+
"version": "9.0.1",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "index.ts",
|
|
8
8
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"generate": "tsx ./scripts/generate-spec.mts"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@graphcommerce/graphql-mesh": "^9.0.1
|
|
20
|
-
"@graphcommerce/magento-product": "^9.0.1
|
|
21
|
-
"@graphcommerce/magento-search": "^9.0.1
|
|
22
|
-
"@graphcommerce/next-config": "^9.0.1
|
|
23
|
-
"@graphcommerce/next-ui": "^9.0.1
|
|
19
|
+
"@graphcommerce/graphql-mesh": "^9.0.1",
|
|
20
|
+
"@graphcommerce/magento-product": "^9.0.1",
|
|
21
|
+
"@graphcommerce/magento-search": "^9.0.1",
|
|
22
|
+
"@graphcommerce/next-config": "^9.0.1",
|
|
23
|
+
"@graphcommerce/next-ui": "^9.0.1",
|
|
24
24
|
"graphql": "^16.0.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|