@graphitation/apollo-react-relay-duct-tape-compiler 1.1.0 → 1.2.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 +6 -5
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, 20 Jun 2023 11:38:28 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.2.0
|
|
8
|
+
|
|
9
|
+
Tue, 20 Jun 2023 11:38:28 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Bump TS version in dev, move TS to peerDep (mnovikov@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 1.1.0
|
|
8
16
|
|
|
9
|
-
Mon, 19 Jun 2023 12:22:
|
|
17
|
+
Mon, 19 Jun 2023 12:22:22 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
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.2.0",
|
|
6
6
|
"main": "./lib/index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"duct-tape-compiler": "./lib/cli.js"
|
|
@@ -23,8 +23,7 @@
|
|
|
23
23
|
"@graphitation/graphql-js-tag": "^0.9.0",
|
|
24
24
|
"@graphql-tools/optimize": "^1.1.1",
|
|
25
25
|
"relay-compiler": "^12.0.0",
|
|
26
|
-
"relay-compiler-language-typescript": "^15.0.1"
|
|
27
|
-
"typescript": "^4.5.0, <4.8.0"
|
|
26
|
+
"relay-compiler-language-typescript": "^15.0.1"
|
|
28
27
|
},
|
|
29
28
|
"devDependencies": {
|
|
30
29
|
"@graphitation/graphql-js-tag": "^0.9.0",
|
|
@@ -37,11 +36,13 @@
|
|
|
37
36
|
"monorepo-scripts": "*",
|
|
38
37
|
"relay-test-utils": "^12.0.0",
|
|
39
38
|
"relay-test-utils-internal": "^12.0.0",
|
|
40
|
-
"ts-node": "^10.4.0"
|
|
39
|
+
"ts-node": "^10.4.0",
|
|
40
|
+
"typescript": "^4.9.5"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"graphql": "^15.0.0",
|
|
44
|
-
"@graphitation/supermassive-ast": "^2.0.0"
|
|
44
|
+
"@graphitation/supermassive-ast": "^2.0.0",
|
|
45
|
+
"typescript": "^4.3.5"
|
|
45
46
|
},
|
|
46
47
|
"publishConfig": {
|
|
47
48
|
"access": "public"
|