@ttoss/appsync-api 0.8.2 → 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 +5 -5
- package/dist/index.d.ts +5 -2
- package/dist/index.js +5 -5
- package/package.json +6 -6
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.
|
|
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.
|
|
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",
|
|
@@ -123,9 +123,9 @@ var package_default = {
|
|
|
123
123
|
"graphql-compose": "^9.0.10"
|
|
124
124
|
},
|
|
125
125
|
devDependencies: {
|
|
126
|
-
"@ttoss/config": "^1.28.
|
|
127
|
-
"@types/aws-lambda": "^8.10.
|
|
128
|
-
carlin: "^1.23.
|
|
126
|
+
"@ttoss/config": "^1.28.2",
|
|
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]:
|
|
48
|
+
[key: string]: any;
|
|
46
49
|
} | {
|
|
47
|
-
[key: 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.
|
|
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.
|
|
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",
|
|
@@ -163,9 +163,9 @@ var package_default = {
|
|
|
163
163
|
"graphql-compose": "^9.0.10"
|
|
164
164
|
},
|
|
165
165
|
devDependencies: {
|
|
166
|
-
"@ttoss/config": "^1.28.
|
|
167
|
-
"@types/aws-lambda": "^8.10.
|
|
168
|
-
carlin: "^1.23.
|
|
166
|
+
"@ttoss/config": "^1.28.2",
|
|
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
|
+
"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.
|
|
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",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"graphql-compose": "^9.0.10"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@ttoss/config": "^1.28.
|
|
48
|
-
"@types/aws-lambda": "^8.10.
|
|
49
|
-
"carlin": "^1.23.
|
|
47
|
+
"@ttoss/config": "^1.28.2",
|
|
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": "
|
|
72
|
+
"gitHead": "7ce61c5deab1deb32f9f2b573fe2ae6cebb778cd"
|
|
73
73
|
}
|