@ttoss/graphql-api-server 0.11.18 → 0.11.20

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/dist/index.cjs CHANGED
@@ -8,7 +8,7 @@ let _ttoss_auth_core_amazon_cognito = require("@ttoss/auth-core/amazon-cognito")
8
8
  let graphql_yoga = require("graphql-yoga");
9
9
 
10
10
  //#region src/index.ts
11
- const createServer = ({
11
+ var createServer = ({
12
12
  authenticationType,
13
13
  userPoolConfig,
14
14
  graphiql,
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import { CognitoJwtVerifier } from "@ttoss/auth-core/amazon-cognito";
5
5
  import { createYoga } from "graphql-yoga";
6
6
 
7
7
  //#region src/index.ts
8
- const createServer = ({
8
+ var createServer = ({
9
9
  authenticationType,
10
10
  userPoolConfig,
11
11
  graphiql,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/graphql-api-server",
3
- "version": "0.11.18",
3
+ "version": "0.11.20",
4
4
  "description": "GraphQL API Server",
5
5
  "keywords": [
6
6
  "api",
@@ -30,21 +30,21 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "graphql-yoga": "^5.10.4",
33
- "@ttoss/http-server": "^0.5.16",
34
- "@ttoss/auth-core": "^0.4.15"
33
+ "@ttoss/http-server": "^0.5.18",
34
+ "@ttoss/auth-core": "^0.4.17"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/supertest": "^6.0.2",
38
38
  "graphql": "^16.11.0",
39
- "jest": "^30.3.0",
39
+ "jest": "^30.4.2",
40
40
  "supertest": "^7.2.2",
41
- "tsdown": "^0.22.0",
42
- "@ttoss/config": "^1.37.14",
43
- "@ttoss/graphql-api": "^0.10.5"
41
+ "tsdown": "^0.22.2",
42
+ "@ttoss/config": "^1.37.16",
43
+ "@ttoss/graphql-api": "^0.10.7"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "graphql": "^16.6.0",
47
- "@ttoss/graphql-api": "^0.10.5"
47
+ "@ttoss/graphql-api": "^0.10.7"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public",