File tree 13 files changed +52
-40
lines changed
13 files changed +52
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
"@graphql-ez/plugin-modules" : " workspace:^0.8.2" ,
18
18
"@graphql-ez/plugin-scalars" : " workspace:^0.7.3" ,
19
19
"@graphql-ez/plugin-schema" : " workspace:^0.7.3" ,
20
- "@graphql-ez/plugin-upload" : " workspace:^0.6.1 " ,
21
- "@graphql-ez/plugin-websockets" : " workspace:^0.10.1 " ,
20
+ "@graphql-ez/plugin-upload" : " workspace:^0.6.2 " ,
21
+ "@graphql-ez/plugin-websockets" : " workspace:^0.10.2 " ,
22
22
"@graphql-typed-document-node/core" : " ^3.1.0" ,
23
23
"express" : " ^4.17.1" ,
24
24
"graphql" : " 15.4.0-experimental-stream-defer.1" ,
Original file line number Diff line number Diff line change 18
18
"@graphql-ez/plugin-modules" : " workspace:^0.8.2" ,
19
19
"@graphql-ez/plugin-scalars" : " workspace:^0.7.3" ,
20
20
"@graphql-ez/plugin-schema" : " workspace:^0.7.3" ,
21
- "@graphql-ez/plugin-upload" : " workspace:^0.6.1 " ,
21
+ "@graphql-ez/plugin-upload" : " workspace:^0.6.2 " ,
22
22
"@graphql-ez/plugin-voyager" : " workspace:^0.9.0" ,
23
- "@graphql-ez/plugin-websockets" : " workspace:^0.10.1 " ,
23
+ "@graphql-ez/plugin-websockets" : " workspace:^0.10.2 " ,
24
24
"@types/graphql-upload" : " ^8.0.7" ,
25
25
"fastify" : " ^3.22.0" ,
26
26
"graphql" : " 15.4.0-experimental-stream-defer.1" ,
Original file line number Diff line number Diff line change 17
17
"@graphql-ez/plugin-modules" : " workspace:^0.8.2" ,
18
18
"@graphql-ez/plugin-scalars" : " workspace:^0.7.3" ,
19
19
"@graphql-ez/plugin-schema" : " workspace:^0.7.3" ,
20
- "@graphql-ez/plugin-upload" : " workspace:^0.6.1 " ,
21
- "@graphql-ez/plugin-websockets" : " workspace:^0.10.1 " ,
20
+ "@graphql-ez/plugin-upload" : " workspace:^0.6.2 " ,
21
+ "@graphql-ez/plugin-websockets" : " workspace:^0.10.2 " ,
22
22
"@graphql-typed-document-node/core" : " ^3.1.0" ,
23
23
"@hapi/hapi" : " ^20.2.1" ,
24
24
"graphql" : " 15.4.0-experimental-stream-defer.1" ,
Original file line number Diff line number Diff line change 17
17
"@graphql-ez/plugin-modules" : " workspace:^0.8.2" ,
18
18
"@graphql-ez/plugin-scalars" : " workspace:^0.7.3" ,
19
19
"@graphql-ez/plugin-schema" : " workspace:^0.7.3" ,
20
- "@graphql-ez/plugin-upload" : " workspace:^0.6.1 " ,
21
- "@graphql-ez/plugin-websockets" : " workspace:^0.10.1 " ,
20
+ "@graphql-ez/plugin-upload" : " workspace:^0.6.2 " ,
21
+ "@graphql-ez/plugin-websockets" : " workspace:^0.10.2 " ,
22
22
"@graphql-typed-document-node/core" : " ^3.1.0" ,
23
23
"graphql" : " 15.4.0-experimental-stream-defer.1" ,
24
24
"graphql-ez" : " workspace:^0.13.1"
Original file line number Diff line number Diff line change 18
18
"@graphql-ez/plugin-scalars" : " workspace:^0.7.3" ,
19
19
"@graphql-ez/plugin-schema" : " workspace:^0.7.3" ,
20
20
"@graphql-ez/plugin-sse" : " workspace:^0.2.0" ,
21
- "@graphql-ez/plugin-upload" : " workspace:^0.6.1 " ,
22
- "@graphql-ez/plugin-websockets" : " workspace:^0.10.1 " ,
21
+ "@graphql-ez/plugin-upload" : " workspace:^0.6.2 " ,
22
+ "@graphql-ez/plugin-websockets" : " workspace:^0.10.2 " ,
23
23
"@graphql-typed-document-node/core" : " ^3.1.0" ,
24
24
"@koa/router" : " ^10.1.1" ,
25
25
"graphql" : " 15.4.0-experimental-stream-defer.1" ,
Original file line number Diff line number Diff line change 15
15
"@graphql-ez/plugin-graphiql" : " workspace:^0.10.1" ,
16
16
"@graphql-ez/plugin-modules" : " workspace:^0.8.2" ,
17
17
"@graphql-ez/plugin-scalars" : " workspace:^0.7.3" ,
18
- "@graphql-ez/plugin-upload" : " workspace:^0.6.1 " ,
18
+ "@graphql-ez/plugin-upload" : " workspace:^0.6.2 " ,
19
19
"@graphql-ez/plugin-voyager" : " workspace:^0.9.0" ,
20
20
"@graphql-typed-document-node/core" : " ^3.1.0" ,
21
21
"graphql" : " 15.4.0-experimental-stream-defer.1" ,
Original file line number Diff line number Diff line change 1
1
# @graphql-ez/plugin-upload
2
2
3
+ ## 0.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 889f2c21: Fix: remove dynamic imports due to jest/v8 bug, change interop method for specific problematic dependencies
8
+
9
+ See:
10
+
11
+ - https://bugs.chromium.org/p/v8/issues/detail?id=10284
12
+ - https://github.com/nodejs/node/issues/36351
13
+ - https://github.com/facebook/jest/issues/11438
14
+
3
15
## 0.6.1
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-ez/plugin-upload" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
4
4
"homepage" : " https://www.graphql-ez.com" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
# @graphql-ez/plugin-websockets
2
2
3
+ ## 0.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 889f2c21: Fix: remove dynamic imports due to jest/v8 bug, change interop method for specific problematic dependencies
8
+
9
+ See:
10
+
11
+ - https://bugs.chromium.org/p/v8/issues/detail?id=10284
12
+ - https://github.com/nodejs/node/issues/36351
13
+ - https://github.com/facebook/jest/issues/11438
14
+
3
15
## 0.10.1
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphql-ez/plugin-websockets" ,
3
- "version" : " 0.10.1 " ,
3
+ "version" : " 0.10.2 " ,
4
4
"homepage" : " https://www.graphql-ez.com" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 26
26
"@graphql-ez/plugin-codegen" : " workspace:^0.7.3" ,
27
27
"@graphql-ez/plugin-graphiql" : " workspace:^0.10.1" ,
28
28
"@graphql-ez/plugin-schema" : " workspace:^0.7.3" ,
29
- "@graphql-ez/plugin-upload" : " workspace:^0.6.1 " ,
30
- "@graphql-ez/plugin-websockets" : " workspace:^0.10.1 " ,
29
+ "@graphql-ez/plugin-upload" : " workspace:^0.6.2 " ,
30
+ "@graphql-ez/plugin-websockets" : " workspace:^0.10.2 " ,
31
31
"@graphql-ez/utils" : " workspace:^0.1.2" ,
32
32
"@graphql-tools/mock" : " ^8.4.0" ,
33
33
"@graphql-tools/utils" : " ^8.2.5" ,
You can’t perform that action at this time.
0 commit comments