@graphitation/apollo-react-relay-duct-tape-compiler 1.7.7 → 1.7.9
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 +18 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
# Change Log - @graphitation/apollo-react-relay-duct-tape-compiler
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Wed, 30 Jul 2025 14:38:44 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.7.9
|
|
8
|
+
|
|
9
|
+
Wed, 30 Jul 2025 14:38:44 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @graphitation/supermassive to v3.11.7
|
|
14
|
+
|
|
15
|
+
## 1.7.8
|
|
16
|
+
|
|
17
|
+
Mon, 30 Jun 2025 10:45:07 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump @graphitation/supermassive to v3.11.6
|
|
22
|
+
|
|
7
23
|
## 1.7.7
|
|
8
24
|
|
|
9
|
-
Fri, 27 Jun 2025 11:
|
|
25
|
+
Fri, 27 Jun 2025 11:21:36 GMT
|
|
10
26
|
|
|
11
27
|
### Patches
|
|
12
28
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphitation/apollo-react-relay-duct-tape-compiler",
|
|
3
3
|
"description": "The build tools to cater to @graphitation/apollo-react-relay-duct-tape's needs.",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "1.7.
|
|
5
|
+
"version": "1.7.9",
|
|
6
6
|
"main": "./lib/index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"duct-tape-compiler": "./lib/cli.js"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"graphql": "^15.0.0",
|
|
45
|
-
"@graphitation/supermassive": "^3.11.
|
|
45
|
+
"@graphitation/supermassive": "^3.11.7",
|
|
46
46
|
"typescript": "^5.5.3"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|