@graphcommerce/magento-graphql-rest 9.0.0-canary.101 → 9.0.0-canary.103
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 +1 -73
- package/package.json +6 -6
- 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,78 +1,6 @@
|
|
|
1
1
|
# @graphcommerce/magento-graphql-rest
|
|
2
2
|
|
|
3
|
-
## 9.0.0-canary.
|
|
4
|
-
|
|
5
|
-
## 9.0.0-canary.100
|
|
6
|
-
|
|
7
|
-
## 9.0.0-canary.99
|
|
8
|
-
|
|
9
|
-
## 9.0.0-canary.98
|
|
10
|
-
|
|
11
|
-
## 9.0.0-canary.97
|
|
12
|
-
|
|
13
|
-
## 9.0.0-canary.96
|
|
14
|
-
|
|
15
|
-
## 9.0.0-canary.95
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.94
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.93
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.92
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.91
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.90
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.89
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.88
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.87
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.86
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.85
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.84
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.83
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.82
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.81
|
|
44
|
-
|
|
45
|
-
## 9.0.0-canary.80
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.79
|
|
48
|
-
|
|
49
|
-
## 9.0.0-canary.78
|
|
50
|
-
|
|
51
|
-
## 9.0.0-canary.77
|
|
52
|
-
|
|
53
|
-
## 9.0.0-canary.76
|
|
54
|
-
|
|
55
|
-
## 9.0.0-canary.75
|
|
56
|
-
|
|
57
|
-
## 9.0.0-canary.74
|
|
58
|
-
|
|
59
|
-
## 9.0.0-canary.73
|
|
60
|
-
|
|
61
|
-
## 9.0.0-canary.72
|
|
62
|
-
|
|
63
|
-
## 9.0.0-canary.71
|
|
64
|
-
|
|
65
|
-
## 9.0.0-canary.70
|
|
66
|
-
|
|
67
|
-
## 9.0.0-canary.69
|
|
68
|
-
|
|
69
|
-
## 9.0.0-canary.68
|
|
70
|
-
|
|
71
|
-
## 9.0.0-canary.67
|
|
72
|
-
|
|
73
|
-
## 9.0.0-canary.66
|
|
74
|
-
|
|
75
|
-
## 9.0.0-canary.65
|
|
3
|
+
## 9.0.0-canary.103
|
|
76
4
|
|
|
77
5
|
## 9.0.0-canary.64
|
|
78
6
|
|
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.0-canary.
|
|
5
|
+
"version": "9.0.0-canary.103",
|
|
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.0-canary.
|
|
20
|
-
"@graphcommerce/magento-product": "^9.0.0-canary.
|
|
21
|
-
"@graphcommerce/magento-search": "^9.0.0-canary.
|
|
22
|
-
"@graphcommerce/next-config": "^9.0.0-canary.
|
|
23
|
-
"@graphcommerce/next-ui": "^9.0.0-canary.
|
|
19
|
+
"@graphcommerce/graphql-mesh": "^9.0.0-canary.103",
|
|
20
|
+
"@graphcommerce/magento-product": "^9.0.0-canary.103",
|
|
21
|
+
"@graphcommerce/magento-search": "^9.0.0-canary.103",
|
|
22
|
+
"@graphcommerce/next-config": "^9.0.0-canary.103",
|
|
23
|
+
"@graphcommerce/next-ui": "^9.0.0-canary.103",
|
|
24
24
|
"graphql": "^16.0.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|