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 5050 }
5151 }
5252 },
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+ },
5365 "files" : [
5466 " lib"
5567 ],
Original file line number Diff line number Diff line change 131131 }
132132 }
133133 },
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+ },
134174 "main" : " ./lib/cjs/index.js" ,
135175 "types" : " ./lib/cjs/index.d.ts" ,
136176 "files" : [
Original file line number Diff line number Diff line change 6767 }
6868 }
6969 },
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+ },
7086 "types" : " ./lib/cjs/index.d.ts" ,
7187 "main" : " ./lib/cjs/index.js" ,
7288 "files" : [
You can’t perform that action at this time.
0 commit comments