@ttoss/appsync-api 0.18.27 → 0.18.29

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.d.mts CHANGED
@@ -109,7 +109,7 @@ declare const createApiTemplate: ({ additionalAuthenticationProviders, authentic
109
109
  userPoolConfig?: {
110
110
  appIdClientRegex: StringOrImport;
111
111
  awsRegion: StringOrImport;
112
- defaultAction: 'ALLOW' | 'DENY';
112
+ defaultAction: "ALLOW" | "DENY";
113
113
  userPoolId: StringOrImport;
114
114
  };
115
115
  }) => CloudFormationTemplate;
package/dist/index.d.ts CHANGED
@@ -109,7 +109,7 @@ declare const createApiTemplate: ({ additionalAuthenticationProviders, authentic
109
109
  userPoolConfig?: {
110
110
  appIdClientRegex: StringOrImport;
111
111
  awsRegion: StringOrImport;
112
- defaultAction: 'ALLOW' | 'DENY';
112
+ defaultAction: "ALLOW" | "DENY";
113
113
  userPoolId: StringOrImport;
114
114
  };
115
115
  }) => CloudFormationTemplate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/appsync-api",
3
- "version": "0.18.27",
3
+ "version": "0.18.29",
4
4
  "description": "A library for building GraphQL APIs for AWS AppSync.",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -24,21 +24,21 @@
24
24
  ],
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@ttoss/cloudformation": "^0.10.3"
27
+ "@ttoss/cloudformation": "^0.10.5"
28
28
  },
29
29
  "peerDependencies": {
30
- "@ttoss/graphql-api": "^0",
31
- "graphql": "^16.6.0"
30
+ "graphql": "^16.6.0",
31
+ "@ttoss/graphql-api": "^0.7.2"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/aws-lambda": "^8.10.138",
35
35
  "graphql": "^16.8.1",
36
36
  "graphql-shield": "^7.6.5",
37
37
  "jest": "^29.7.0",
38
- "tsup": "^8.1.0",
39
- "@ttoss/config": "^1.32.6",
40
- "@ttoss/graphql-api": "^0.7.0",
41
- "@ttoss/ids": "^0.2.6"
38
+ "tsup": "^8.2.4",
39
+ "@ttoss/graphql-api": "^0.7.2",
40
+ "@ttoss/ids": "^0.2.8",
41
+ "@ttoss/config": "^1.32.8"
42
42
  },
43
43
  "keywords": [
44
44
  "api",