@graphitation/apollo-react-relay-duct-tape-compiler 1.3.12 → 1.4.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 +18 -2
  2. package/package.json +6 -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 Mon, 15 Jan 2024 17:31:14 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 16 Jan 2024 04:23:42 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.4.0
8
+
9
+ Tue, 16 Jan 2024 04:23:42 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Added missing dependencies to yargs (sverre.johansen@gmail.com)
14
+
15
+ ## 1.3.13
16
+
17
+ Mon, 15 Jan 2024 17:55:46 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @graphitation/supermassive to v3.4.2
22
+
7
23
  ## 1.3.12
8
24
 
9
- Mon, 15 Jan 2024 17:31:14 GMT
25
+ Mon, 15 Jan 2024 17:31:26 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.3.12",
5
+ "version": "1.4.0",
6
6
  "main": "./lib/index.js",
7
7
  "bin": {
8
8
  "duct-tape-compiler": "./lib/cli.js"
@@ -23,7 +23,8 @@
23
23
  "@graphitation/graphql-js-tag": "^0.9.1",
24
24
  "@graphql-tools/optimize": "^1.1.1",
25
25
  "relay-compiler": "^12.0.0",
26
- "relay-compiler-language-typescript": "^15.0.1"
26
+ "relay-compiler-language-typescript": "^15.0.1",
27
+ "yargs": "^16.2.0"
27
28
  },
28
29
  "devDependencies": {
29
30
  "@graphitation/graphql-js-tag": "^0.9.1",
@@ -37,11 +38,12 @@
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": "^4.9.5"
41
+ "typescript": "^4.9.5",
42
+ "@types/yargs": "^17.0.13"
41
43
  },
42
44
  "peerDependencies": {
43
45
  "graphql": "^15.0.0",
44
- "@graphitation/supermassive": "^3.4.1",
46
+ "@graphitation/supermassive": "^3.4.2",
45
47
  "typescript": "^4.3.5"
46
48
  },
47
49
  "publishConfig": {