@graphcommerce/magento-graphql-rest 9.0.0-canary.99 → 9.0.1-canary.0
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 +20 -50
- package/package.json +8 -7
- package/scripts/m2rest-admin.json +1063 -3697
- package/scripts/m2rest-customer.json +253 -900
- package/scripts/m2rest-guest.json +196 -715
package/CHANGELOG.md
CHANGED
|
@@ -1,74 +1,44 @@
|
|
|
1
1
|
# @graphcommerce/magento-graphql-rest
|
|
2
2
|
|
|
3
|
-
## 9.0.
|
|
3
|
+
## 9.0.1-canary.0
|
|
4
4
|
|
|
5
|
-
## 9.0.0
|
|
5
|
+
## 9.0.0
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
## 9.0.0-canary.96
|
|
10
|
-
|
|
11
|
-
## 9.0.0-canary.95
|
|
12
|
-
|
|
13
|
-
## 9.0.0-canary.94
|
|
14
|
-
|
|
15
|
-
## 9.0.0-canary.93
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.92
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.91
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.90
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.89
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.88
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.87
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.86
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.85
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.84
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.83
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.82
|
|
7
|
+
### Minor Changes
|
|
38
8
|
|
|
39
|
-
|
|
9
|
+
- [#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))
|
|
40
10
|
|
|
41
|
-
## 9.0.0-canary.
|
|
11
|
+
## 9.0.0-canary.118
|
|
42
12
|
|
|
43
|
-
## 9.0.0-canary.
|
|
13
|
+
## 9.0.0-canary.117
|
|
44
14
|
|
|
45
|
-
## 9.0.0-canary.
|
|
15
|
+
## 9.0.0-canary.116
|
|
46
16
|
|
|
47
|
-
## 9.0.0-canary.
|
|
17
|
+
## 9.0.0-canary.115
|
|
48
18
|
|
|
49
|
-
## 9.0.0-canary.
|
|
19
|
+
## 9.0.0-canary.114
|
|
50
20
|
|
|
51
|
-
## 9.0.0-canary.
|
|
21
|
+
## 9.0.0-canary.113
|
|
52
22
|
|
|
53
|
-
## 9.0.0-canary.
|
|
23
|
+
## 9.0.0-canary.112
|
|
54
24
|
|
|
55
|
-
## 9.0.0-canary.
|
|
25
|
+
## 9.0.0-canary.111
|
|
56
26
|
|
|
57
|
-
## 9.0.0-canary.
|
|
27
|
+
## 9.0.0-canary.110
|
|
58
28
|
|
|
59
|
-
## 9.0.0-canary.
|
|
29
|
+
## 9.0.0-canary.109
|
|
60
30
|
|
|
61
|
-
## 9.0.0-canary.
|
|
31
|
+
## 9.0.0-canary.108
|
|
62
32
|
|
|
63
|
-
## 9.0.0-canary.
|
|
33
|
+
## 9.0.0-canary.107
|
|
64
34
|
|
|
65
|
-
## 9.0.0-canary.
|
|
35
|
+
## 9.0.0-canary.106
|
|
66
36
|
|
|
67
|
-
## 9.0.0-canary.
|
|
37
|
+
## 9.0.0-canary.105
|
|
68
38
|
|
|
69
|
-
## 9.0.0-canary.
|
|
39
|
+
## 9.0.0-canary.104
|
|
70
40
|
|
|
71
|
-
## 9.0.0-canary.
|
|
41
|
+
## 9.0.0-canary.103
|
|
72
42
|
|
|
73
43
|
## 9.0.0-canary.64
|
|
74
44
|
|
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.
|
|
5
|
+
"version": "9.0.1-canary.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "index.ts",
|
|
8
8
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
@@ -16,14 +16,15 @@
|
|
|
16
16
|
"generate": "tsx ./scripts/generate-spec.mts"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@graphcommerce/graphql-mesh": "^9.0.
|
|
20
|
-
"@graphcommerce/magento-product": "^9.0.
|
|
21
|
-
"@graphcommerce/magento-search": "^9.0.
|
|
22
|
-
"@graphcommerce/next-config": "^9.0.
|
|
23
|
-
"@graphcommerce/next-ui": "^9.0.
|
|
19
|
+
"@graphcommerce/graphql-mesh": "^9.0.1-canary.0",
|
|
20
|
+
"@graphcommerce/magento-product": "^9.0.1-canary.0",
|
|
21
|
+
"@graphcommerce/magento-search": "^9.0.1-canary.0",
|
|
22
|
+
"@graphcommerce/next-config": "^9.0.1-canary.0",
|
|
23
|
+
"@graphcommerce/next-ui": "^9.0.1-canary.0",
|
|
24
24
|
"graphql": "^16.0.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"
|
|
27
|
+
"graphql": "^16.10.0",
|
|
28
|
+
"tsx": "^4.19.2"
|
|
28
29
|
}
|
|
29
30
|
}
|