@graphitation/apollo-react-relay-duct-tape-compiler 1.3.13 → 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.
- package/CHANGELOG.md +10 -2
- package/package.json +5 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
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 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
|
+
|
|
7
15
|
## 1.3.13
|
|
8
16
|
|
|
9
|
-
Mon, 15 Jan 2024 17:55:
|
|
17
|
+
Mon, 15 Jan 2024 17:55:46 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
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.
|
|
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,7 +38,8 @@
|
|
|
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",
|