@ttoss/appsync-api 0.8.3 → 0.8.4

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/esm/index.js CHANGED
@@ -79,7 +79,7 @@ var getPackageLambdaLayerStackName = (packageName) => {
79
79
  // package.json
80
80
  var package_default = {
81
81
  name: "@ttoss/appsync-api",
82
- version: "0.8.3",
82
+ version: "0.8.4",
83
83
  description: "A library for building GraphQL APIs for AWS AppSync.",
84
84
  license: "UNLICENSED",
85
85
  author: "ttoss",
@@ -112,7 +112,7 @@ var package_default = {
112
112
  sideEffects: false,
113
113
  typings: "dist/index.d.ts",
114
114
  dependencies: {
115
- "@ttoss/cloudformation": "^0.5.3",
115
+ "@ttoss/cloudformation": "^0.5.4",
116
116
  express: "^4.18.2",
117
117
  "graphql-compose-connection": "^8.2.1",
118
118
  "graphql-helix": "^1.13.0",
@@ -124,8 +124,8 @@ var package_default = {
124
124
  },
125
125
  devDependencies: {
126
126
  "@ttoss/config": "^1.28.2",
127
- "@types/aws-lambda": "^8.10.110",
128
- carlin: "^1.23.4",
127
+ "@types/aws-lambda": "^8.10.111",
128
+ carlin: "^1.23.5",
129
129
  graphql: "^16.6.0",
130
130
  "graphql-compose": "^9.0.10"
131
131
  },
package/dist/index.d.ts CHANGED
@@ -30,6 +30,9 @@ type IAMRoleResource = Resource & {
30
30
  Effect: 'Allow' | 'Deny';
31
31
  Action: string;
32
32
  Principal: any;
33
+ Condition?: {
34
+ [key: string]: any;
35
+ };
33
36
  }[];
34
37
  };
35
38
  ManagedPolicyArns?: string[];
@@ -42,9 +45,9 @@ type IAMRoleResource = Resource & {
42
45
  Effect: 'Allow' | 'Deny';
43
46
  Action: string | string[];
44
47
  Resource: string | string[] | {
45
- [key: string]: string;
48
+ [key: string]: any;
46
49
  } | {
47
- [key: string]: string;
50
+ [key: string]: any;
48
51
  }[];
49
52
  }[];
50
53
  };
package/dist/index.js CHANGED
@@ -119,7 +119,7 @@ var getPackageLambdaLayerStackName = (packageName) => {
119
119
  // package.json
120
120
  var package_default = {
121
121
  name: "@ttoss/appsync-api",
122
- version: "0.8.3",
122
+ version: "0.8.4",
123
123
  description: "A library for building GraphQL APIs for AWS AppSync.",
124
124
  license: "UNLICENSED",
125
125
  author: "ttoss",
@@ -152,7 +152,7 @@ var package_default = {
152
152
  sideEffects: false,
153
153
  typings: "dist/index.d.ts",
154
154
  dependencies: {
155
- "@ttoss/cloudformation": "^0.5.3",
155
+ "@ttoss/cloudformation": "^0.5.4",
156
156
  express: "^4.18.2",
157
157
  "graphql-compose-connection": "^8.2.1",
158
158
  "graphql-helix": "^1.13.0",
@@ -164,8 +164,8 @@ var package_default = {
164
164
  },
165
165
  devDependencies: {
166
166
  "@ttoss/config": "^1.28.2",
167
- "@types/aws-lambda": "^8.10.110",
168
- carlin: "^1.23.4",
167
+ "@types/aws-lambda": "^8.10.111",
168
+ carlin: "^1.23.5",
169
169
  graphql: "^16.6.0",
170
170
  "graphql-compose": "^9.0.10"
171
171
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/appsync-api",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "A library for building GraphQL APIs for AWS AppSync.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "ttoss",
@@ -33,7 +33,7 @@
33
33
  "sideEffects": false,
34
34
  "typings": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@ttoss/cloudformation": "^0.5.3",
36
+ "@ttoss/cloudformation": "^0.5.4",
37
37
  "express": "^4.18.2",
38
38
  "graphql-compose-connection": "^8.2.1",
39
39
  "graphql-helix": "^1.13.0",
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@ttoss/config": "^1.28.2",
48
- "@types/aws-lambda": "^8.10.110",
49
- "carlin": "^1.23.4",
48
+ "@types/aws-lambda": "^8.10.111",
49
+ "carlin": "^1.23.5",
50
50
  "graphql": "^16.6.0",
51
51
  "graphql-compose": "^9.0.10"
52
52
  },
@@ -69,5 +69,5 @@
69
69
  ]
70
70
  }
71
71
  },
72
- "gitHead": "8ba4361ab9cf6c0ab275ee771a371d4c2ba8cebe"
72
+ "gitHead": "7ce61c5deab1deb32f9f2b573fe2ae6cebb778cd"
73
73
  }