This repository was archived by the owner on Apr 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 19 files changed +54
-54
lines changed
graphback-runtime-mongodb
ts-apollo-mongodb-backend
ts-apollo-mongodb-datasync-backend
ts-apollo-postgres-backend Expand file tree Collapse file tree 19 files changed +54
-54
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphback-integration-tests" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"private" : true ,
5
5
"description" : " Integration tests" ,
6
6
"main" : " index.js" ,
19
19
"@graphql-tools/graphql-file-loader" : " 6.2.3" ,
20
20
"apollo-server" : " 2.17.0" ,
21
21
"apollo-server-testing" : " 2.17.0" ,
22
+ "graphql" : " 15.3.0" ,
22
23
"jest" : " 26.4.2" ,
23
24
"knex" : " 0.21.5" ,
24
25
"mongodb" : " 3.6.2" ,
25
26
"node-fetch" : " 2.6.1" ,
26
27
"rimraf" : " 3.0.2" ,
27
28
"ts-node" : " 9.0.0" ,
28
29
"tsutils" : " 3.17.1" ,
29
- "typescript" : " 4.0.3" ,
30
- "graphql" : " 15.3.0"
30
+ "typescript" : " 4.0.3"
31
31
},
32
32
"license" : " Apache-2.0"
33
33
}
Original file line number Diff line number Diff line change 7
7
],
8
8
"npmClient" : " yarn" ,
9
9
"useWorkspaces" : true ,
10
- "version" : " 0.16.2 "
10
+ "version" : " 1.0.0 "
11
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-graphback" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " Create production-ready GraphQL servers using Graphback" ,
5
5
"main" : " dist/index.js" ,
6
6
"bin" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphback-cli" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " Auto generate resolvers on top of the graphql and database of your choice" ,
5
5
"main" : " dist/index.js" ,
6
6
"bin" : {
48
48
"chalk" : " 2.4.2" ,
49
49
"chokidar" : " 3.4.2" ,
50
50
"debounce" : " 1.2.0" ,
51
- "graphback" : " 0.16.2 " ,
51
+ "graphback" : " 1.0.0 " ,
52
52
"graphql-config" : " 3.0.3" ,
53
53
"node-emoji" : " 1.10.0" ,
54
54
"yargs" : " 16.0.3"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphback/codegen-client" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " GraphQL-Code-Generator compatible client side queries generator" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " types/index.d.ts" ,
42
42
"typescript" : " 4.0.3"
43
43
},
44
44
"dependencies" : {
45
- "@graphback/core" : " 0.16.2 " ,
45
+ "@graphback/core" : " 1.0.0 " ,
46
46
"pluralize" : " 8.0.0"
47
47
},
48
48
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphback/codegen-schema" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " GraphQL-Code-Generator compatibile schema generator" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " types/index.d.ts" ,
43
43
"typescript" : " 4.0.3"
44
44
},
45
45
"dependencies" : {
46
- "@graphback/core" : " 0.16.2 " ,
46
+ "@graphback/core" : " 1.0.0 " ,
47
47
"@graphql-tools/utils" : " 6.2.3" ,
48
48
"graphql-compose" : " 7.21.1" ,
49
49
"graphql-metadata" : " 0.7.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphback/core" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " Api for building Graphback generator metadata" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " types/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphback/datasync" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " Datasync Plugin for Graphback" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " types/index.d.ts" ,
44
44
"typescript" : " 4.0.3"
45
45
},
46
46
"dependencies" : {
47
- "@graphback/codegen-schema" : " 0.16.2 " ,
48
- "@graphback/core" : " 0.16.2 " ,
49
- "@graphback/runtime-mongo" : " 0.16.2 " ,
47
+ "@graphback/codegen-schema" : " 1.0.0 " ,
48
+ "@graphback/core" : " 1.0.0 " ,
49
+ "@graphback/runtime-mongo" : " 1.0.0 " ,
50
50
"@graphql-tools/utils" : " 6.2.3" ,
51
- "graphback" : " 0.16.2 " ,
51
+ "graphback" : " 1.0.0 " ,
52
52
"graphql-compose" : " 7.21.1" ,
53
53
"graphql-metadata" : " 0.7.6" ,
54
54
"graphql-subscriptions" : " 1.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphback/keycloak-authz" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " Add Keycloak auth to Graphback runtime applications" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " types/index.d.ts" ,
43
43
"typescript" : " 4.0.3"
44
44
},
45
45
"dependencies" : {
46
- "@graphback/core" : " 0.16.2 " ,
46
+ "@graphback/core" : " 1.0.0 " ,
47
47
"graphql-subscriptions" : " 1.1.0"
48
48
},
49
49
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphback/runtime-knex" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " Graphback Runtime Knex.js integration" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " types/index.d.ts" ,
35
35
"@types/jest" : " 26.0.14" ,
36
36
"@types/node" : " 12.12.62" ,
37
37
"graphql" : " 15.3.0" ,
38
- "graphql-migrations" : " 0.16.2 " ,
38
+ "graphql-migrations" : " 1.0.0 " ,
39
39
"jest" : " 26.4.2" ,
40
40
"rimraf" : " 3.0.2" ,
41
41
"sqlite3" : " 5.0.0" ,
45
45
"typescript" : " 4.0.3"
46
46
},
47
47
"dependencies" : {
48
- "@graphback/core" : " 0.16.2 " ,
48
+ "@graphback/core" : " 1.0.0 " ,
49
49
"dataloader" : " 2.0.0" ,
50
50
"graphql-subscriptions" : " 1.1.0"
51
51
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphback/runtime-mongo" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " Graphback runtime mongodb" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " types/index.d.ts" ,
31
31
"access" : " public"
32
32
},
33
33
"devDependencies" : {
34
- "@graphback/codegen-schema" : " 0.16.2 " ,
34
+ "@graphback/codegen-schema" : " 1.0.0 " ,
35
35
"@types/jest" : " 26.0.14" ,
36
36
"@types/node" : " 12.12.62" ,
37
37
"graphql" : " 15.3.0" ,
45
45
"typescript" : " 4.0.3"
46
46
},
47
47
"dependencies" : {
48
- "@graphback/core" : " 0.16.2 " ,
48
+ "@graphback/core" : " 1.0.0 " ,
49
49
"@types/mongodb" : " 3.5.27" ,
50
50
"dataloader" : " 2.0.0" ,
51
51
"escape-string-regexp" : " 4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphback" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " Auto generate resolvers on top of the graphql and database of your choice" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " types/index.d.ts" ,
39
39
},
40
40
"license" : " Apache-2.0" ,
41
41
"dependencies" : {
42
- "@graphback/codegen-client" : " 0.16.2 " ,
43
- "@graphback/codegen-schema" : " 0.16.2 " ,
44
- "@graphback/core" : " 0.16.2 " ,
42
+ "@graphback/codegen-client" : " 1.0.0 " ,
43
+ "@graphback/codegen-schema" : " 1.0.0 " ,
44
+ "@graphback/core" : " 1.0.0 " ,
45
45
"@graphql-tools/merge" : " 6.2.3" ,
46
46
"graphql-subscriptions" : " 1.1.0" ,
47
47
"tslib" : " 2.0.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-migrations" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " Create & migrate Databases from GraphQL Schema" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " types/index.d.ts" ,
23
23
"test" : " jest"
24
24
},
25
25
"dependencies" : {
26
- "@graphback/core" : " 0.16.2 " ,
26
+ "@graphback/core" : " 1.0.0 " ,
27
27
"@graphql-inspector/core" : " 2.2.0" ,
28
28
"@types/jest" : " 26.0.14" ,
29
29
"case" : " 1.6.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-serve" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"main" : " dist/index.js" ,
5
5
"types" : " types/index.d.ts" ,
6
6
"license" : " Apache 2.0" ,
45
45
"typescript" : " 4.0.3"
46
46
},
47
47
"dependencies" : {
48
- "@graphback/codegen-client" : " 0.16.2 " ,
49
- "@graphback/codegen-schema" : " 0.16.2 " ,
50
- "@graphback/core" : " 0.16.2 " ,
51
- "@graphback/datasync" : " 0.16.2 " ,
52
- "@graphback/runtime-mongo" : " 0.16.2 " ,
48
+ "@graphback/codegen-client" : " 1.0.0 " ,
49
+ "@graphback/codegen-schema" : " 1.0.0 " ,
50
+ "@graphback/core" : " 1.0.0 " ,
51
+ "@graphback/datasync" : " 1.0.0 " ,
52
+ "@graphback/runtime-mongo" : " 1.0.0 " ,
53
53
"@graphql-tools/graphql-file-loader" : " 6.2.3" ,
54
54
"@graphql-tools/load" : " 6.2.3" ,
55
55
"apollo-server-express" : " 2.17.0" ,
58
58
"express" : " 4.17.1" ,
59
59
"get-port" : " 5.1.1" ,
60
60
"glob" : " 7.1.6" ,
61
- "graphback" : " 0.16.2 " ,
61
+ "graphback" : " 1.0.0 " ,
62
62
"graphql" : " 15.3.0" ,
63
63
"mongodb" : " 3.6.2" ,
64
64
"mongodb-memory-server" : " 6.7.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphback-benchmarks" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"private" : true ,
5
5
"description" : " Benchmarks for Graphback, a fast and low-overhead web framework." ,
6
6
"scripts" : {
31
31
"fastify" : " 3.2.1" ,
32
32
"fastify-gql" : " 5.7.0" ,
33
33
"fastify-healthcheck" : " 3.0.0" ,
34
- "graphback" : " 0.16.2 " ,
34
+ "graphback" : " 1.0.0 " ,
35
35
"graphql-api-koa" : " 6.0.0" ,
36
36
"hapi" : " 18.1.0" ,
37
37
"inquirer" : " 7.3.3" ,
Original file line number Diff line number Diff line change 13
13
},
14
14
"license" : " Apache 2.0" ,
15
15
"dependencies" : {
16
- "@graphback/runtime-mongo" : " next " ,
16
+ "@graphback/runtime-mongo" : " 1.0.0 " ,
17
17
"apollo-server-express" : " 2.17.0" ,
18
18
"cors" : " 2.8.5" ,
19
19
"dotenv" : " 8.2.0" ,
20
20
"express" : " 4.17.1" ,
21
- "graphback" : " next " ,
21
+ "graphback" : " 1.0.0 " ,
22
22
"graphql" : " 15.3.0" ,
23
23
"graphql-config" : " 3.0.3" ,
24
24
"graphql-subscriptions" : " 1.1.0" ,
32
32
"@types/glob" : " 7.1.3" ,
33
33
"@types/graphql" : " 14.2.3" ,
34
34
"@types/node-fetch" : " 2.5.7" ,
35
- "graphback-cli" : " next " ,
35
+ "graphback-cli" : " 1.0.0 " ,
36
36
"graphql-cli" : " 4.0.0" ,
37
37
"ts-node" : " 9.0.0" ,
38
38
"tslint" : " 6.1.3" ,
Original file line number Diff line number Diff line change 13
13
},
14
14
"license" : " Apache 2.0" ,
15
15
"dependencies" : {
16
- "@graphback/datasync" : " next " ,
16
+ "@graphback/datasync" : " 1.0.0 " ,
17
17
"apollo-server-express" : " 2.17.0" ,
18
18
"cors" : " 2.8.5" ,
19
19
"dotenv" : " 8.2.0" ,
20
20
"express" : " 4.17.1" ,
21
- "graphback" : " next " ,
21
+ "graphback" : " 1.0.0 " ,
22
22
"graphql" : " 15.3.0" ,
23
23
"graphql-config" : " 3.0.3" ,
24
24
"graphql-subscriptions" : " 1.1.0" ,
32
32
"@types/glob" : " 7.1.3" ,
33
33
"@types/graphql" : " 14.2.3" ,
34
34
"@types/node-fetch" : " 2.5.7" ,
35
- "graphback-cli" : " next " ,
35
+ "graphback-cli" : " 1.0.0 " ,
36
36
"graphql-cli" : " 4.0.0" ,
37
37
"ts-node" : " 9.0.0" ,
38
38
"tslint" : " 6.1.3" ,
Original file line number Diff line number Diff line change 13
13
},
14
14
"license" : " Apache 2.0" ,
15
15
"dependencies" : {
16
- "@graphback/runtime-knex" : " next " ,
16
+ "@graphback/runtime-knex" : " 1.0.0 " ,
17
17
"apollo-server-express" : " 2.17.0" ,
18
18
"cors" : " 2.8.5" ,
19
19
"dotenv" : " 8.2.0" ,
20
20
"express" : " 4.17.1" ,
21
- "graphback" : " next " ,
21
+ "graphback" : " 1.0.0 " ,
22
22
"graphql" : " 15.3.0" ,
23
23
"graphql-config" : " 3.0.3" ,
24
- "graphql-migrations" : " next " ,
24
+ "graphql-migrations" : " 1.0.0 " ,
25
25
"graphql-subscriptions" : " 1.1.0" ,
26
26
"graphql-tag" : " 2.11.0" ,
27
- "pg " : " 8.3.3 " ,
28
- "knex " : " 0.21.5 "
27
+ "knex " : " 0.21.5 " ,
28
+ "pg " : " 8.3.3 "
29
29
},
30
30
"devDependencies" : {
31
31
"@graphql-cli/codegen" : " 1.17.8" ,
34
34
"@types/glob" : " 7.1.3" ,
35
35
"@types/graphql" : " 14.2.3" ,
36
36
"@types/node-fetch" : " 2.5.7" ,
37
- "graphback-cli" : " next " ,
37
+ "graphback-cli" : " 1.0.0 " ,
38
38
"graphql-cli" : " 4.0.0" ,
39
39
"ts-node" : " 9.0.0" ,
40
40
"tslint" : " 6.1.3" ,
Original file line number Diff line number Diff line change 8
8
"@graphql-codegen/typescript" : " 1.17.9" ,
9
9
"@graphql-codegen/typescript-operations" : " 1.17.8" ,
10
10
"@graphql-codegen/typescript-react-apollo" : " 2.0.6" ,
11
- "graphback-cli" : " next" ,
12
- "graphql-cli" : " 4.0.0" ,
11
+ "graphback-cli" : " 1.0.0" ,
13
12
"graphql" : " 15.3.0" ,
13
+ "graphql-cli" : " 4.0.0" ,
14
14
"tslint" : " 6.1.3" ,
15
15
"typescript" : " 4.0.3"
16
16
},
You can’t perform that action at this time.
0 commit comments