File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " edgeql" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "author" : " Minghe <h.minghe@gmail.com> (https://github.com/metrue)" ,
55 "license" : " MIT" ,
66 "repository" : {
1919 " compute@edge"
2020 ],
2121 "main" : " dist/index.js" ,
22- "types" : " dist/index.d.ts" ,
22+ "types" : " dist/esm/ index.d.ts" ,
2323 "files" : [
2424 " dist/**/*"
2525 ],
4444 "require" : " ./dist/cjs/index.js"
4545 },
4646 "./jwt" : {
47- "types" : " ./dist/middleware/jwt/index.d.ts" ,
47+ "types" : " ./dist/esm/ middleware/jwt/index.d.ts" ,
4848 "import" : " ./dist/esm/middleware/jwt/index.js" ,
4949 "require" : " ./dist/cjs/middleware/jwt/index.js"
5050 },
6464 "require" : " ./dist/cjs/utils/*.js"
6565 }
6666 },
67+ "typesVersions" : {
68+ "*" : {
69+ "." : [
70+ " ./dist/esm/index.d.ts"
71+ ],
72+ "middleware/jwt" : [
73+ " ./dist/esm/middleware/jwt"
74+ ],
75+ "middleware/wallclock" : [
76+ " ./dist/esm/middleware/wallclock"
77+ ],
78+ "utils/jwt" : [
79+ " ./dist/esm/utils/jwt/index.d.ts"
80+ ],
81+ "utils/*" : [
82+ " ./dist/esm/utils/*"
83+ ]
84+ }
85+ },
6786 "dependencies" : {
6887 "@graphql-tools/schema" : " ^10.0.2" ,
6988 "graphql" : " ^16.8.1"
You can’t perform that action at this time.
0 commit comments