File tree Expand file tree Collapse file tree 3 files changed +68
-0
lines changed Expand file tree Collapse file tree 3 files changed +68
-0
lines changed Original file line number Diff line number Diff line change 50
50
}
51
51
}
52
52
},
53
+ "typesVersions" : {
54
+ "*" : {
55
+ "appsync-events" : [
56
+ " ./lib/cjs/appsync-events/index.d.ts" ,
57
+ " ./lib/esm/appsync-events/index.d.ts"
58
+ ],
59
+ "types" : [
60
+ " ./lib/cjs/types/index.d.ts" ,
61
+ " ./lib/esm/types/index.d.ts"
62
+ ]
63
+ }
64
+ },
53
65
"files" : [
54
66
" lib"
55
67
],
Original file line number Diff line number Diff line change 131
131
}
132
132
}
133
133
},
134
+ "typesVersions" : {
135
+ "*" : {
136
+ "middleware" : [
137
+ " lib/cjs/middleware/index.d.ts" ,
138
+ " lib/esm/middleware/index.d.ts"
139
+ ],
140
+ "schemas" : [
141
+ " lib/cjs/schemas/index.d.ts" ,
142
+ " lib/esm/schemas/index.d.ts"
143
+ ],
144
+ "schemas/*" : [
145
+ " lib/cjs/schemas/*.d.ts" ,
146
+ " lib/esm/schemas/*.d.ts"
147
+ ],
148
+ "envelopes" : [
149
+ " lib/cjs/envelopes/index.d.ts" ,
150
+ " lib/esm/envelopes/index.d.ts"
151
+ ],
152
+ "envelopes/*" : [
153
+ " lib/cjs/envelopes/*.d.ts" ,
154
+ " lib/esm/envelopes/*.d.ts"
155
+ ],
156
+ "helpers" : [
157
+ " lib/cjs/helpers/index.d.ts" ,
158
+ " lib/esm/helpers/index.d.ts"
159
+ ],
160
+ "helpers/dynamodb" : [
161
+ " lib/cjs/helpers/dynamodb.d.ts" ,
162
+ " lib/esm/helpers/dynamodb.d.ts"
163
+ ],
164
+ "types" : [
165
+ " lib/cjs/types/index.d.ts" ,
166
+ " lib/esm/types/index.d.ts"
167
+ ],
168
+ "errors" : [
169
+ " lib/cjs/errors.d.ts" ,
170
+ " lib/esm/errors.d.ts"
171
+ ]
172
+ }
173
+ },
134
174
"main" : " ./lib/cjs/index.js" ,
135
175
"types" : " ./lib/cjs/index.d.ts" ,
136
176
"files" : [
Original file line number Diff line number Diff line change 67
67
}
68
68
}
69
69
},
70
+ "typesVersions" : {
71
+ "*" : {
72
+ "middleware" : [
73
+ " lib/cjs/middleware.d.ts" ,
74
+ " lib/esm/middleware.d.ts"
75
+ ],
76
+ "errors" : [
77
+ " lib/cjs/errors.d.ts" ,
78
+ " lib/esm/errors.d.ts"
79
+ ],
80
+ "decorator" : [
81
+ " lib/cjs/decorator.d.ts" ,
82
+ " lib/esm/decorator.d.ts"
83
+ ]
84
+ }
85
+ },
70
86
"types" : " ./lib/cjs/index.d.ts" ,
71
87
"main" : " ./lib/cjs/index.js" ,
72
88
"files" : [
You can’t perform that action at this time.
0 commit comments