@constructive-io/playwright-test 2.9.8 → 2.9.9
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/esm/get-connections.js +0 -1
- package/get-connections.js +0 -1
- package/package.json +10 -10
package/esm/get-connections.js
CHANGED
|
@@ -33,7 +33,6 @@ const createConnectionsWithServerBase = async (input, seedAdapters) => {
|
|
|
33
33
|
defaultDatabaseId: 'test-database',
|
|
34
34
|
...(input.authRole && { anonRole: input.authRole, roleName: input.authRole })
|
|
35
35
|
},
|
|
36
|
-
...(input.graphile && { graphile: input.graphile })
|
|
37
36
|
});
|
|
38
37
|
// Start the HTTP server
|
|
39
38
|
const server = await createTestServer(serverOpts, input.server);
|
package/get-connections.js
CHANGED
|
@@ -36,7 +36,6 @@ const createConnectionsWithServerBase = async (input, seedAdapters) => {
|
|
|
36
36
|
defaultDatabaseId: 'test-database',
|
|
37
37
|
...(input.authRole && { anonRole: input.authRole, roleName: input.authRole })
|
|
38
38
|
},
|
|
39
|
-
...(input.graphile && { graphile: input.graphile })
|
|
40
39
|
});
|
|
41
40
|
// Start the HTTP server
|
|
42
41
|
const server = await (0, server_1.createTestServer)(serverOpts, input.server);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/playwright-test",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.9",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive Playwright Testing with HTTP server support",
|
|
6
6
|
"main": "index.js",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"makage": "^0.3.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@constructive-io/graphql-env": "^3.5.
|
|
39
|
-
"@constructive-io/graphql-server": "^4.15.
|
|
40
|
-
"@constructive-io/graphql-test": "^4.9.
|
|
41
|
-
"@constructive-io/graphql-types": "^3.4.
|
|
42
|
-
"@pgpmjs/types": "^2.20.
|
|
38
|
+
"@constructive-io/graphql-env": "^3.5.3",
|
|
39
|
+
"@constructive-io/graphql-server": "^4.15.9",
|
|
40
|
+
"@constructive-io/graphql-test": "^4.9.9",
|
|
41
|
+
"@constructive-io/graphql-types": "^3.4.3",
|
|
42
|
+
"@pgpmjs/types": "^2.20.3",
|
|
43
43
|
"express": "^5.2.1",
|
|
44
|
-
"graphile-test": "^4.7.
|
|
44
|
+
"graphile-test": "^4.7.5",
|
|
45
45
|
"pg": "^8.20.0",
|
|
46
|
-
"pg-cache": "^3.4.
|
|
47
|
-
"pgsql-test": "^4.7.
|
|
46
|
+
"pg-cache": "^3.4.3",
|
|
47
|
+
"pgsql-test": "^4.7.5"
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
50
50
|
"testing",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"e2e",
|
|
56
56
|
"integration"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "d0d8f5ca5828ad3efba5f607bc699a8d520e4603"
|
|
59
59
|
}
|