@graphitation/apollo-react-relay-duct-tape-compiler 1.9.7 → 1.9.9-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - @graphitation/apollo-react-relay-duct-tape-compiler
2
2
 
3
- <!-- This log was last generated on Wed, 15 Apr 2026 15:44:28 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 15 Apr 2026 15:45:05 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
7
  ## 1.9.7
8
8
 
9
- Wed, 15 Apr 2026 15:44:28 GMT
9
+ Wed, 15 Apr 2026 15:45:05 GMT
10
10
 
11
11
  ### Patches
12
12
 
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.9.7",
5
+ "version": "1.9.9-canary.0",
6
6
  "main": "./lib/index.js",
7
7
  "bin": {
8
8
  "duct-tape-compiler": "./lib/cli.js"
@@ -20,29 +20,29 @@
20
20
  "just": "monorepo-scripts"
21
21
  },
22
22
  "dependencies": {
23
- "@graphitation/graphql-js-tag": "^0.11.0",
23
+ "@graphitation/graphql-js-tag": "^0.11.2-canary.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.11.0",
29
+ "@graphitation/graphql-js-tag": "^0.11.2-canary.0",
30
30
  "@graphitation/supermassive-ast": "*",
31
31
  "@types/dedent": "^0.7.0",
32
32
  "@types/jest": "^26.0.22",
33
33
  "@types/relay-compiler": "^8.0.0",
34
+ "@types/yargs": "^17.0.13",
34
35
  "dedent": "^0.7.0",
35
36
  "graphql": "^15.0.0",
36
37
  "monorepo-scripts": "*",
37
38
  "relay-test-utils": "^12.0.0",
38
39
  "relay-test-utils-internal": "^12.0.0",
39
40
  "ts-node": "^10.4.0",
40
- "typescript": "^5.5.3",
41
- "@types/yargs": "^17.0.13"
41
+ "typescript": "^5.5.3"
42
42
  },
43
43
  "peerDependencies": {
44
+ "@graphitation/supermassive": "^3.17.2-canary.0",
44
45
  "graphql": "^15.0.0",
45
- "@graphitation/supermassive": "^3.17.0",
46
46
  "typescript": "^5.5.3"
47
47
  },
48
48
  "publishConfig": {