@graphitation/apollo-react-relay-duct-tape 0.7.0 → 0.7.4
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/.eslintcache +1 -1
- package/CHANGELOG.json +112 -1
- package/CHANGELOG.md +40 -2
- package/package.json +13 -8
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestFragment.graphql.ts":"1","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestMutation.graphql.ts":"2","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestQuery.graphql.ts":"3","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestSubscription.graphql.ts":"4","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/hooks.test.tsx":"5","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/hooks.ts":"6","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/index.ts":"7","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/types.ts":"8"},{"size":514,"mtime":
|
|
1
|
+
[{"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestFragment.graphql.ts":"1","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestMutation.graphql.ts":"2","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestQuery.graphql.ts":"3","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestSubscription.graphql.ts":"4","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/hooks.test.tsx":"5","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/hooks.ts":"6","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/index.ts":"7","/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/types.ts":"8"},{"size":514,"mtime":1642158764936,"results":"9","hashOfConfig":"10"},{"size":506,"mtime":1642158764936,"results":"11","hashOfConfig":"10"},{"size":463,"mtime":1642158764936,"results":"12","hashOfConfig":"10"},{"size":509,"mtime":1642158764936,"results":"13","hashOfConfig":"10"},{"size":9958,"mtime":1642158764936,"results":"14","hashOfConfig":"10"},{"size":10110,"mtime":1642158764936,"results":"15","hashOfConfig":"10"},{"size":50,"mtime":1642158764936,"results":"16","hashOfConfig":"10"},{"size":1353,"mtime":1642158764936,"results":"17","hashOfConfig":"10"},{"filePath":"18","messages":"19","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"5hi3pd",{"filePath":"20","messages":"21","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"22","messages":"23","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"24","messages":"25","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"26","messages":"27","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"28","messages":"29","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"30","messages":"31","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"32","messages":"33","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestFragment.graphql.ts",[],"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestMutation.graphql.ts",[],"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestQuery.graphql.ts",[],"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/__generated__/hooksTestSubscription.graphql.ts",[],"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/__tests__/hooks.test.tsx",[],"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/hooks.ts",[],"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/index.ts",[],"/home/runner/work/graphitation/graphitation/packages/apollo-react-relay-duct-tape/src/types.ts",[]]
|
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,118 @@
|
|
|
2
2
|
"name": "@graphitation/apollo-react-relay-duct-tape",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 14 Jan 2022 11:15:11 GMT",
|
|
6
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.4",
|
|
7
|
+
"version": "0.7.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "mnovikov@microsoft.com",
|
|
12
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
13
|
+
"commit": "9882765303f4e5ff5820e243ab498d9627825d8b",
|
|
14
|
+
"comment": "Make sideffects false actually work"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
19
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.10.2",
|
|
20
|
+
"commit": "9882765303f4e5ff5820e243ab498d9627825d8b"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
25
|
+
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.8.2",
|
|
26
|
+
"commit": "9882765303f4e5ff5820e243ab498d9627825d8b"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
31
|
+
"comment": "Bump @graphitation/graphql-js-tag to v0.8.2",
|
|
32
|
+
"commit": "9882765303f4e5ff5820e243ab498d9627825d8b"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"date": "Fri, 14 Jan 2022 10:12:20 GMT",
|
|
39
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.3",
|
|
40
|
+
"version": "0.7.3",
|
|
41
|
+
"comments": {
|
|
42
|
+
"patch": [
|
|
43
|
+
{
|
|
44
|
+
"author": "mnovikov@microsoft.com",
|
|
45
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
46
|
+
"commit": "31a3867a32c3001ded73331c7a546057eb480a62",
|
|
47
|
+
"comment": "Add side-effects false to all production packages for webpack opt"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "beachball",
|
|
51
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
52
|
+
"comment": "Bump @graphitation/apollo-mock-client to v0.10.1",
|
|
53
|
+
"commit": "31a3867a32c3001ded73331c7a546057eb480a62"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "beachball",
|
|
57
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
58
|
+
"comment": "Bump @graphitation/graphql-js-operation-payload-generator to v0.8.1",
|
|
59
|
+
"commit": "31a3867a32c3001ded73331c7a546057eb480a62"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
64
|
+
"comment": "Bump @graphitation/graphql-js-tag to v0.8.1",
|
|
65
|
+
"commit": "31a3867a32c3001ded73331c7a546057eb480a62"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"date": "Thu, 06 Jan 2022 09:53:33 GMT",
|
|
72
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.2",
|
|
73
|
+
"version": "0.7.2",
|
|
74
|
+
"comments": {
|
|
75
|
+
"patch": [
|
|
76
|
+
{
|
|
77
|
+
"author": "beachball",
|
|
78
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
79
|
+
"comment": "Bump relay-compiler-language-graphitation to v0.8.1",
|
|
80
|
+
"commit": "0268d6880be756f48acc0dd7c1faffef70f23189"
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"date": "Wed, 05 Jan 2022 15:09:43 GMT",
|
|
87
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.1",
|
|
88
|
+
"version": "0.7.1",
|
|
89
|
+
"comments": {
|
|
90
|
+
"patch": [
|
|
91
|
+
{
|
|
92
|
+
"author": "beachball",
|
|
93
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
94
|
+
"comment": "Bump relay-compiler-language-graphitation to v0.8.0",
|
|
95
|
+
"commit": "298f6ea41347e68022fd99c0898aa59e108d2e5b"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"date": "Thu, 23 Dec 2021 13:01:22 GMT",
|
|
102
|
+
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.0",
|
|
103
|
+
"version": "0.7.0",
|
|
104
|
+
"comments": {
|
|
105
|
+
"none": [
|
|
106
|
+
{
|
|
107
|
+
"author": "eloy.de.enige@gmail.com",
|
|
108
|
+
"package": "@graphitation/apollo-react-relay-duct-tape",
|
|
109
|
+
"commit": "bbbe8844858f53ceed2bd1c8790d3aff43b919df",
|
|
110
|
+
"comment": "[package] Add repo details to other packages and template"
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"date": "Thu, 23 Dec 2021 11:31:14 GMT",
|
|
6
117
|
"tag": "@graphitation/apollo-react-relay-duct-tape_v0.7.0",
|
|
7
118
|
"version": "0.7.0",
|
|
8
119
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,50 @@
|
|
|
1
1
|
# Change Log - @graphitation/apollo-react-relay-duct-tape
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 14 Jan 2022 11:15:11 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.7.4
|
|
8
|
+
|
|
9
|
+
Fri, 14 Jan 2022 11:15:11 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Make sideffects false actually work (mnovikov@microsoft.com)
|
|
14
|
+
- Bump @graphitation/apollo-mock-client to v0.10.2
|
|
15
|
+
- Bump @graphitation/graphql-js-operation-payload-generator to v0.8.2
|
|
16
|
+
- Bump @graphitation/graphql-js-tag to v0.8.2
|
|
17
|
+
|
|
18
|
+
## 0.7.3
|
|
19
|
+
|
|
20
|
+
Fri, 14 Jan 2022 10:12:20 GMT
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- Add side-effects false to all production packages for webpack opt (mnovikov@microsoft.com)
|
|
25
|
+
- Bump @graphitation/apollo-mock-client to v0.10.1
|
|
26
|
+
- Bump @graphitation/graphql-js-operation-payload-generator to v0.8.1
|
|
27
|
+
- Bump @graphitation/graphql-js-tag to v0.8.1
|
|
28
|
+
|
|
29
|
+
## 0.7.2
|
|
30
|
+
|
|
31
|
+
Thu, 06 Jan 2022 09:53:33 GMT
|
|
32
|
+
|
|
33
|
+
### Patches
|
|
34
|
+
|
|
35
|
+
- Bump relay-compiler-language-graphitation to v0.8.1
|
|
36
|
+
|
|
37
|
+
## 0.7.1
|
|
38
|
+
|
|
39
|
+
Wed, 05 Jan 2022 15:09:43 GMT
|
|
40
|
+
|
|
41
|
+
### Patches
|
|
42
|
+
|
|
43
|
+
- Bump relay-compiler-language-graphitation to v0.8.0
|
|
44
|
+
|
|
7
45
|
## 0.7.0
|
|
8
46
|
|
|
9
|
-
Thu, 23 Dec 2021 11:
|
|
47
|
+
Thu, 23 Dec 2021 11:31:14 GMT
|
|
10
48
|
|
|
11
49
|
### Minor changes
|
|
12
50
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
"name": "@graphitation/apollo-react-relay-duct-tape",
|
|
3
3
|
"description": "A compatibility wrapper that provides the react-relay API on top of Apollo Client.",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "0.7.
|
|
5
|
+
"version": "0.7.4",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/microsoft/graphitation.git",
|
|
9
|
+
"directory": "packages/apollo-react-relay-duct-tape"
|
|
10
|
+
},
|
|
6
11
|
"main": "./lib/index.js",
|
|
7
12
|
"scripts": {
|
|
8
13
|
"build": "monorepo-scripts build",
|
|
@@ -14,16 +19,16 @@
|
|
|
14
19
|
},
|
|
15
20
|
"devDependencies": {
|
|
16
21
|
"@apollo/client": "^3.3.15",
|
|
17
|
-
"@graphitation/apollo-mock-client": "^0.10.
|
|
18
|
-
"@graphitation/graphql-js-operation-payload-generator": "^0.8.
|
|
19
|
-
"@graphitation/graphql-js-tag": "^0.8.
|
|
22
|
+
"@graphitation/apollo-mock-client": "^0.10.2",
|
|
23
|
+
"@graphitation/graphql-js-operation-payload-generator": "^0.8.2",
|
|
24
|
+
"@graphitation/graphql-js-tag": "^0.8.2",
|
|
20
25
|
"@types/jest": "^26.0.22",
|
|
21
26
|
"@types/react": "^17.0.3",
|
|
22
27
|
"graphql": "^15.0.0",
|
|
23
28
|
"monorepo-scripts": "*",
|
|
24
29
|
"react": "^17.0.2",
|
|
25
30
|
"relay-compiler": "^11.0.2",
|
|
26
|
-
"relay-compiler-language-graphitation": "^0.
|
|
31
|
+
"relay-compiler-language-graphitation": "^0.8.1",
|
|
27
32
|
"ts-expect": "^1.3.0"
|
|
28
33
|
},
|
|
29
34
|
"peerDependencies": {
|
|
@@ -33,9 +38,9 @@
|
|
|
33
38
|
"dependencies": {
|
|
34
39
|
"invariant": "^2.2.4"
|
|
35
40
|
},
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
},
|
|
41
|
+
"sideEffects": false,
|
|
42
|
+
"access": "public",
|
|
43
|
+
"publishConfig": {},
|
|
39
44
|
"types": "./lib/index.d.ts",
|
|
40
45
|
"module": "./lib/index.mjs",
|
|
41
46
|
"exports": {
|