We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e100d3 commit 9b77ef1Copy full SHA for 9b77ef1
packages/parser/package.json
@@ -72,6 +72,10 @@
72
"require": "./lib/cjs/schemas/cloudwatch.js",
73
"import": "./lib/esm/schemas/cloudwatch.js"
74
},
75
+ "./schemas/cognito": {
76
+ "require": "./lib/cjs/schemas/cognito.js",
77
+ "import": "./lib/esm/schemas/cognito.js"
78
+ },
79
"./schemas/dynamodb": {
80
"require": "./lib/cjs/schemas/dynamodb.js",
81
"import": "./lib/esm/schemas/dynamodb.js"
@@ -183,6 +187,10 @@
183
187
"./lib/cjs/schemas/cloudwatch.d.ts",
184
188
"./lib/esm/schemas/cloudwatch.d.ts"
185
189
],
190
+ "schemas/cognito":[
191
+ "./lib/cjs/schemas/cognito.d.ts",
192
+ "./lib/esm/schemas/cognito.d.ts"
193
+ ],
186
194
"schemas/dynamodb": [
195
"./lib/cjs/schemas/dynamodb.d.ts",
196
"./lib/esm/schemas/dynamodb.d.ts"
0 commit comments