@graphitation/apollo-react-relay-duct-tape-compiler 1.8.11 → 1.8.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -2
  2. package/package.json +4 -4
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 Wed, 07 Jan 2026 22:51:24 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Fri, 06 Feb 2026 12:40:40 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.8.13
8
+
9
+ Fri, 06 Feb 2026 12:40:40 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @graphitation/graphql-js-tag to v0.11.0
14
+
15
+ ## 1.8.12
16
+
17
+ Wed, 28 Jan 2026 12:22:13 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @graphitation/supermassive to v3.14.2
22
+
7
23
  ## 1.8.11
8
24
 
9
- Wed, 07 Jan 2026 22:51:24 GMT
25
+ Wed, 07 Jan 2026 22:51:38 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.8.11",
5
+ "version": "1.8.13",
6
6
  "main": "./lib/index.js",
7
7
  "bin": {
8
8
  "duct-tape-compiler": "./lib/cli.js"
@@ -20,13 +20,13 @@
20
20
  "just": "monorepo-scripts"
21
21
  },
22
22
  "dependencies": {
23
- "@graphitation/graphql-js-tag": "^0.10.0",
23
+ "@graphitation/graphql-js-tag": "^0.11.0",
24
24
  "@graphql-tools/optimize": "^1.1.1",
25
25
  "relay-compiler": "^12.0.0",
26
26
  "yargs": "^16.2.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@graphitation/graphql-js-tag": "^0.10.0",
29
+ "@graphitation/graphql-js-tag": "^0.11.0",
30
30
  "@graphitation/supermassive-ast": "*",
31
31
  "@types/dedent": "^0.7.0",
32
32
  "@types/jest": "^26.0.22",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "peerDependencies": {
44
44
  "graphql": "^15.0.0",
45
- "@graphitation/supermassive": "^3.14.1",
45
+ "@graphitation/supermassive": "^3.14.2",
46
46
  "typescript": "^5.5.3"
47
47
  },
48
48
  "publishConfig": {